summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18Bug 1446236 - Allow customizing the name of the "nobody" user ↵Vladimir Panteleev1-0/+8
(nobody@mozilla.org)
2018-03-18Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable"Dylan William Hardison1-26/+0
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c.
2018-03-10Merge remote-tracking branch 'dylanwh/bmo-workflow-default' into unstableDylan William Hardison1-1/+1
2018-03-10make the default workflow the same as bmoDylan William Hardison1-1/+1
2018-03-10initial changes, no templatesDylan William Hardison1-0/+26
2018-03-02Bug 1442520 - move inbound_proxies to localconfigDylan William Hardison1-18/+0
2018-01-04fix strange error during pushDylan William Hardison1-0/+1
2018-01-04Bug 1426409 - github_secret key has no rate limitingDylan William Hardison1-3/+11
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison4-86/+2
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison1-0/+6
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison1-1/+16
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison1-0/+85
Data::Password::passwdqc
2017-09-13Bug 1398889 - Add param 'silent_users' that never trigger sending bugmailDylan William Hardison1-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-07Bug 1397747 - Move _get_all_group_names to ↵Dylan William Hardison2-11/+15
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-08-04Bug 1387459 - Tidy the Bugzilla/Config/*.pm modulesDylan William Hardison18-887/+900
2017-07-07Bug 1377807 - Move memcached options from data/params to localconfigMary Umoh1-33/+0
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison3-12/+12
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh1-0/+33
* fix mistake * Update * Updates * remove other file
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison1-6/+0
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison1-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-04Bug 1307478 - Elasticsearch Indexer / Bulk IndexerDylan William Hardison1-0/+33
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison19-426/+115
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison19-115/+426
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison19-426/+115
local symlink to data/ directory
2015-11-04Bug 1177911 - Determine and implement better password requirements for BMODylan Hardison1-1/+1
Revised: default password rules should be no_constraints.
2015-11-04Bug 1177911 - Determine and implement better password requirements for BMODylan Hardison1-3/+2
2015-10-28Bug 1217536 - allow inbound_proxy supports '*'Dylan William Hardison2-11/+13
2015-10-16Bug 1196626 - log all authenticated requestsDylan William Hardison1-0/+6
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-0/+21
2015-08-11Bug 1160929 - add support for storing attachments in s3Byron Jones1-32/+72
2015-07-21Bug 1180572 - create attachment_storage parameterByron Jones1-12/+5
2015-06-02Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication ↵Dylan William Hardison1-0/+5
delegation
2015-04-07Bug 1146960: replace the version number on bmo with a build numberByron Jones1-0/+6
2015-03-26Bug 1147550: Minimum password length handler not trusted by password changeByron Jones1-1/+8
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence1-1/+1
open() calls
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-0/+7
visit searching
2014-03-04Bug 956230: improve instrumentation of bugzilla's internalsByron Jones1-0/+31
2014-01-22Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)Byron Jones1-0/+32
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones2-0/+6
arbitrary tags)
2013-12-10Bug 942725: add the ability to tag comments with arbitrary tagsByron Jones3-2/+25
2013-04-22Bug 750170: switch from arecibo to sentry for error reportingByron Jones1-1/+1
2013-02-19Bug 824399Byron Jones1-0/+8
2013-01-07merged with bugzilla/4.2Dave Lawrence1-0/+6
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin1-0/+6
loading Email::Send r=wicked a=LpSolit
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence1-0/+6
users are not always required to login
2012-05-01merged with bugzilla/4.2Dave Lawrence2-2/+12
2012-04-18Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵Frédéric Buclin2-2/+12
by altering the X-FORWARDED-FOR header r=glob a=LpSolit
2012-02-27Bug 698345: report errors and warnings to areciboByron Jones1-0/+6
2011-11-28merged with bugzilla/4.2Dave Lawrence1-1/+1
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-1/+1
r/a=mkanat