summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable"Dylan William Hardison1-3/+2
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c.
2018-03-10initial changes, no templatesDylan William Hardison1-2/+3
2018-03-02Bug 1442520 - move inbound_proxies to localconfigDylan William Hardison1-9/+0
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison1-1/+1
2018-01-02Bug 1426507 - Upgrade BMO to HTML5Fateh Sandhu1-1/+1
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison3-80/+3
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino4-5/+5
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison1-1/+6
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison1-0/+8
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison1-0/+70
Data::Password::passwdqc
2017-09-13Bug 1398889 - Add param 'silent_users' that never trigger sending bugmailDylan William Hardison1-1/+3
* 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-07-07Bug 1377807 - Move memcached options from data/params to localconfigMary Umoh1-22/+0
2017-07-07Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgiMary Umoh1-0/+11
* fix mistake * Update * Updates * remove other file
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh1-9/+9
into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
2017-05-31Bug 1365734 - Handle BMO version number in Makefile.PL / MYMETA.jsonDylan William Hardison1-3/+0
2017-05-24Bug 1348380 - Add param and user setting to control elasticsearch behaviorDylan William Hardison1-1/+1
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/+22
2015-11-05Bug 1221851 - Parameter description for "password_complexity" is incorrectDylan Hardison1-6/+9
2015-10-31Bug 1218457 - Allow localconfig to override (force) certain data/params valuesDylan William Hardison1-1/+11
2015-10-28Bug 1217536 - allow inbound_proxy supports '*'Dylan William Hardison1-1/+3
2015-10-16Bug 1196626 - log all authenticated requestsDylan William Hardison1-1/+3
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-5/+23
2015-07-21Bug 1180572 - create attachment_storage parameterByron Jones1-13/+11
2015-06-02Bug 1163760: Backport upstream bug 1144468 to bmo to add authentication ↵Dylan William Hardison1-0/+4
delegation
2015-04-07Bug 1146960: replace the version number on bmo with a build numberByron Jones1-0/+3
2015-03-26Bug 1147550: Minimum password length handler not trusted by password changeByron Jones1-1/+7
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-2/+5
visit searching
2014-03-04Bug 956230: improve instrumentation of bugzilla's internalsByron Jones1-1/+15
2014-02-10Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>)'Frédéric Buclin1-2/+2
2014-01-22Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)Byron Jones1-0/+22
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones2-1/+8
arbitrary tags)
2013-04-22Bug 750170: switch from arecibo to sentry for error reportingByron Jones1-3/+3
2013-02-19Bug 824399Byron Jones1-0/+3
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-07-26merged with bugzilla/4.2Dave Lawrence1-5/+6
2012-07-02Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" ↵Matt Selsky1-5/+6
message. r=Wurblzap, a=LpSolit
2012-02-27Bug 698345: report errors and warnings to areciboByron Jones1-0/+5
2011-11-28merged with bugzilla/4.2Dave Lawrence1-3/+8
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-3/+8
r/a=mkanat
2011-11-01merged with bugzilla/4.2David Lawrence1-0/+3
2011-10-24Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence1-0/+3
r/a=mkanat
2011-10-05more porting workDavid Lawrence1-0/+3
2011-07-26Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2-43/+36
"unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
2011-03-26Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu1-1/+1
r/a=LpSolit
2011-03-09revert accidental property changesByron Jones1-0/+0
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-0/+0
r=mkanat, a=mkanat
2011-03-08Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham1-1/+1
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-1/+10
requests to see more. r=dkl, a=mkanat
2011-02-20Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander1-0/+5
r=mkanat, a=mkanat (module owner)
2011-01-28Bug 622080 - Change group which can moderate quipsDavid Lawrence1-1/+1
r/a=mkanat