summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
AgeCommit message (Collapse)AuthorFilesLines
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
2011-11-01merged with bugzilla/4.2David Lawrence1-0/+6
2011-10-24Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence1-0/+6
r/a=mkanat
2011-10-05more porting workDavid Lawrence1-0/+6
2011-03-09revert accidental property changesByron Jones2-0/+0
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones2-0/+0
r=mkanat, a=mkanat
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-0/+7
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-2/+8
r=mkanat, a=mkanat (module owner)
2011-01-27Add missing documentation. r=mkanat.Gervase Markham1-1/+3
https://bugzilla.mozilla.org/show_bug.cgi?id=629321
2011-01-07Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu1-0/+9
r/a=LpSolit
2010-11-14Bug 611979: Undefined subroutine &Bugzilla::Config::Advanced::check_multi ↵Frédéric Buclin1-0/+2
when enabling strict_transport_security r=glob a=LpSolit
2010-09-29Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵Reed Loden1-2/+4
'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat]
2010-09-28Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander1-0/+6
if a particular parameter is enabled. r=glob, a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-5/+0
r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-2/+2
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-93/+0
called OldBugMove. r=dkl, a=mkanat
2010-06-06Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak1-1/+1
search ui. r=mkanat, a=mkanat
2010-04-23Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin1-6/+0
r=justdave a=LpSolit
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-5/+5
r=timello, a=mkanat
2010-04-07Bug 557806: When setting the upgrade_notification parameter, an error should ↵Frédéric Buclin1-1/+6
be thrown if you don't have all the required Perl modules installed r=glob a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-6/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden1-0/+1
[r=mkanat a=mkanat]