Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-28 | Remove metrics stuff | 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-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 | |
2013-12-10 | Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵ | Byron Jones | 2 | -0/+6 | |
arbitrary tags) | |||||
2013-12-10 | Bug 942725: add the ability to tag comments with arbitrary tags | Byron Jones | 3 | -2/+25 | |
2013-04-22 | Bug 750170: switch from arecibo to sentry for error reporting | Byron Jones | 1 | -1/+1 | |
2013-02-19 | Bug 824399 | Byron Jones | 1 | -0/+8 | |
2013-01-07 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -0/+6 | |
2013-01-06 | Bug 826678: Disable warnings about the deprecated Return::Value module when ↵ | Frédéric Buclin | 1 | -0/+6 | |
loading Email::Send r=wicked a=LpSolit | |||||
2012-10-16 | Bug 577329 - WebServices should filter email addresses same as the web UI as ↵ | Dave Lawrence | 1 | -0/+6 | |
users are not always required to login | |||||
2012-05-01 | merged with bugzilla/4.2 | Dave Lawrence | 2 | -2/+12 | |
2012-04-18 | Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵ | Frédéric Buclin | 2 | -2/+12 | |
by altering the X-FORWARDED-FOR header r=glob a=LpSolit | |||||
2012-02-27 | Bug 698345: report errors and warnings to arecibo | Byron Jones | 1 | -0/+6 | |
2011-11-28 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+1 | |
2011-11-26 | Bug 255606: Do not let buglist.cgi return all bugs by default | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2011-11-01 | merged with bugzilla/4.2 | David Lawrence | 1 | -0/+6 | |
2011-10-24 | Bug 685552 - Email auto-completion causes server to thrash | David Lawrence | 1 | -0/+6 | |
r/a=mkanat | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -0/+6 | |