Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-07 | add a default security group | Dylan William Hardison | 1 | -1/+1 | |
2018-12-05 | no bug - reformat all the code using the new perltidy rules | Perl Tidy | 19 | -1151/+857 | |
2018-10-14 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -0/+37 | |
2018-09-19 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -6/+0 | |
2018-09-10 | Bug 1479466 - Add Security Bugs Report | Israel Madueme | 1 | -0/+37 | |
Adds the security bugs report with open count and median age open of sec-critical and sec-high bugs. | |||||
2018-08-26 | Revert "make the default workflow the same as bmo" | Dylan William Hardison | 1 | -1/+1 | |
This reverts commit e4bd13639d5c5f436628e2aa766dca75328627c0. | |||||
2018-08-04 | Merge branch 'mojo-poc' | Dylan William Hardison | 2 | -14/+11 | |
2018-07-31 | review nits | Dylan William Hardison | 1 | -6/+0 | |
2018-07-13 | Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵ | Dylan William Hardison | 2 | -8/+11 | |
row format, and changes charset to utf8mb4) | |||||
2018-07-08 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 1 | -37/+0 | |
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 1 | -31/+0 | |
2018-04-10 | Bug 1450679 - Replace custom Sentry integration with Logging | Dylan William Hardison | 1 | -6/+0 | |
2018-03-18 | Bug 1446236 - Allow customizing the name of the "nobody" user ↵ | Vladimir Panteleev | 1 | -0/+8 | |
(nobody@mozilla.org) | |||||
2018-03-18 | Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable" | Dylan William Hardison | 1 | -26/+0 | |
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c. | |||||
2018-03-10 | Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstable | Dylan William Hardison | 1 | -1/+1 | |
2018-03-10 | make the default workflow the same as bmo | Dylan William Hardison | 1 | -1/+1 | |
2018-03-10 | initial changes, no templates | Dylan William Hardison | 1 | -0/+26 | |
2018-03-02 | Bug 1442520 - move inbound_proxies to localconfig | Dylan William Hardison | 1 | -18/+0 | |
2018-01-04 | fix strange error during push | Dylan William Hardison | 1 | -0/+1 | |
2018-01-04 | Bug 1426409 - github_secret key has no rate limiting | Dylan William Hardison | 1 | -3/+11 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 4 | -86/+2 | |
2017-09-19 | Bug 1400949 - Password requirements not stated | Dylan William Hardison | 1 | -0/+6 | |
2017-09-15 | Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵ | Dylan William Hardison | 1 | -1/+16 | |
in that group who have not enabled MFA | |||||
2017-09-15 | Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵ | Dylan William Hardison | 1 | -0/+85 | |
Data::Password::passwdqc | |||||
2017-09-13 | Bug 1398889 - Add param 'silent_users' that never trigger sending bugmail | Dylan William Hardison | 1 | -0/+5 | |
* Add param silent_users * Add method is_silent_user to User class, which returns true if the login name matches an entry in silent_users. * Change user_wants_mail() to return false if the changer is a silent user. * Change is_global_watcher() in User class code to use any instead of grep * Change regex used to parse param 'globalwatchers' to use consistent regex in BugMail.pm and User.pm | |||||
2017-09-07 | Bug 1397747 - Move _get_all_group_names to ↵ | Dylan William Hardison | 2 | -11/+15 | |
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code | |||||
2017-08-04 | Bug 1387459 - Tidy the Bugzilla/Config/*.pm modules | Dylan William Hardison | 18 | -887/+900 | |
2017-07-07 | Bug 1377807 - Move memcached options from data/params to localconfig | Mary Umoh | 1 | -33/+0 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 3 | -12/+12 | |
2017-07-07 | Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgi | Mary Umoh | 1 | -0/+33 | |
* fix mistake * Update * Updates * remove other file | |||||
2017-05-31 | Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.json | Dylan William Hardison | 1 | -6/+0 | |
2017-05-24 | Bug 1348380 - Add param and user setting to control elasticsearch behavior | Dylan William Hardison | 1 | -12/+17 | |
1) add an 'elasticsearch' param (configured via admin.cgi) that turns off all code that would attempt to connect to elasticsearch. 2) add a user preference that controls using elasticsearch for searches, which defaults to off for logged-in users. Anonymous users will default to using elasticsearch for the greater good. Note that elasticsearch, if available, will still power user-autocompletion (unless turned off as by the above parameter). | |||||
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 1 | -0/+33 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 19 | -426/+115 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 19 | -115/+426 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 19 | -426/+115 | |
local symlink to data/ directory | |||||
2015-11-04 | Bug 1177911 - Determine and implement better password requirements for BMO | Dylan Hardison | 1 | -1/+1 | |
Revised: default password rules should be no_constraints. | |||||
2015-11-04 | Bug 1177911 - Determine and implement better password requirements for BMO | Dylan Hardison | 1 | -3/+2 | |
2015-10-28 | Bug 1217536 - allow inbound_proxy supports '*' | Dylan William Hardison | 2 | -11/+13 | |
2015-10-16 | Bug 1196626 - log all authenticated requests | Dylan William Hardison | 1 | -0/+6 | |
2015-10-12 | Bug 1199089 - add support for duo-security | Byron Jones | 1 | -0/+21 | |
2015-08-11 | Bug 1160929 - add support for storing attachments in s3 | Byron Jones | 1 | -32/+72 | |
2015-07-21 | Bug 1180572 - create attachment_storage parameter | Byron Jones | 1 | -12/+5 | |
2015-06-02 | Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication ↵ | Dylan William Hardison | 1 | -0/+5 | |
delegation | |||||
2015-04-07 | Bug 1146960: replace the version number on bmo with a build number | Byron Jones | 1 | -0/+6 | |
2015-03-26 | Bug 1147550: Minimum password length handler not trusted by password change | Byron Jones | 1 | -1/+8 | |
2015-01-27 | Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵ | David Lawrence | 1 | -1/+1 | |
open() calls | |||||
2014-06-03 | Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵ | Dylan William Hardison [:dylan] | 1 | -0/+7 | |
visit searching | |||||
2014-03-04 | Bug 956230: improve instrumentation of bugzilla's internals | Byron Jones | 1 | -0/+31 | |
2014-01-22 | Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance) | Byron Jones | 1 | -0/+32 | |