summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21Bug 1252782 - can't add a "See Also" to a Chromium bug on bugs.chromium.orgDavid Lawrence2-0/+50
2016-03-15Bug 1229834 - extend information we [audit] log to the syslogDylan Hardison1-0/+10
2016-03-10Bug 1254542 - Reflected XSS in comment-remo-form-payment.txt pageDylan Hardison2-1/+2
2016-03-03Bug 1253032 - Recent change to JSON::XS breaks some APIsDylan Hardison1-0/+1
2016-02-29Bug 1251047 - cmp is remarkably different from eqDylan William Hardison1-1/+1
2016-02-29Bug 1251047 - fix to work with right functionDylan William Hardison1-2/+2
2016-02-29Bug 1251047 - /rest/bug/field takes 15-25 seconds to returnDylan Hardison1-2/+2
2016-02-26Bug 1251221 - Pass cache => 1 to calls to Bugzilla::Product->new() called in ↵Dylan Hardison3-6/+5
Bugzilla::{Milestone,Version,Component} r=dkl,a=dylan
2016-02-23Bug 1244718 - API documentation is missing error codesDavid Lawrence1-0/+3
2016-01-20Bug 1231918 - error handler doesn't close multi-part responsesDylan William Hardison1-1/+6
2016-01-06Bug 1237188 - add support for servicenow to the 'see also' fieldByron Jones2-1/+26
2016-01-05Bug 1224001 - Add push connector for Aha.ioDylan Hardison1-1/+9
2015-12-23Bug 1234237 - Backport upstream bug 1232785 to bmo/4.2 [SECURITY] Buglists ↵David Lawrence1-0/+3
in CSV format can be parsed as valid javascript in some browsers
2015-12-22Revert "Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix ↵David Lawrence3-15/+1
providing a condition as an ID to the webservice results in a taint error" This reverts commit 1e7b4002794930fad702718714b5d1c291bf816c.
2015-12-21Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix providing a ↵David Lawrence3-1/+15
condition as an ID to the webservice results in a taint error
2015-12-14Bug 1232324 - BMO: Incorrect regexp used to filter bug IDs in ↵Dylan Hardison1-2/+2
Bugzilla::WebService::BugUserLastVisit
2015-12-01Bug 1229198 - When saving a buglist from a saved search as a CSV file, set ↵Byron Jones2-6/+5
the filename to <saved-query-name>.csv
2015-11-25Bug 1227866 - infinite loop consuming resources when PATH_INFO setByron Jones ‹:glob›1-1/+9
2015-11-23Bug 1225366 - allow duo authentication for users already enrolled with duoByron Jones2-0/+179
2015-11-18Bug 1223999 - Add See-Also support for aha.io featuresDylan Hardison2-0/+34
2015-11-18Bug 1225844 - remove the CRLF Email::MIME workaround when >= 1.911 is installedPhilippe M. Chiasson1-2/+6
2015-11-18Revert "Bug 1222497 - Refactor the BMO docker image with new file and script ↵David Lawrence1-3/+2
structure while minimizing final image size" This reverts commit a0e7a4ffa25957c994fd0128a3f613758fefcd75.
2015-11-13Bug 1209625 - MozReview API Keys should use a more specific error messageDylan Hardison1-9/+1
2015-11-10Bug 1222497 - Refactor the BMO docker image with new file and script ↵David Lawrence1-2/+3
structure while minimizing final image size
2015-11-05Bug 1221998 - Make sure localconfig is generated deterministicallyPhilippe M. Chiasson1-0/+3
2015-11-05Bug 1196743 - Fix information disclosure vulnerability that allows attacker ↵Dylan Hardison3-1/+31
to obtain victim's GitHub OAuth return code
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 Hardison2-12/+12
2015-11-04Bug 1209625 - Error when using bzexport: abort: REST error on PUT to ↵Dylan Hardison1-3/+8
https://bugzilla.mozilla.org/rest/bug/1209611: The requested method 'Bug.update' was not found."
2015-11-04Bug 1219750 - Allow Apache2::SizeLimit to be configured via paramsDylan Hardison1-0/+4
2015-11-03Bug 1220734 - Use of uninitialized value $proxies[0] in string eq at ↵David Lawrence1-1/+1
Bugzilla/Util.pm line 315.
2015-10-31Bug 1218457 - Allow localconfig to override (force) certain data/params valuesDylan William Hardison4-14/+25
2015-10-29Bug 1219949 - Invalid version format (non-numeric data) error when ↵David Lawrence1-1/+1
bugzilla_version param is empty and 4.2+ is returned as default value
2015-10-29Bug 1213757 - delegate password and 2fa resets to servicedeskByron Jones2-0/+17
2015-10-28Bug 1217536 - allow inbound_proxy supports '*'Dylan William Hardison3-31/+28
2015-10-22Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pmDavid Lawrence1-0/+7
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence2-29/+42
2015-10-20Bug 1209625 - Error when using bzexport: abort: REST error on PUT to ↵Dylan William Hardison1-1/+3
https://bugzilla.mozilla.org/rest/bug/1209611: The requested method 'Bug.update' was not found."
2015-10-16Bug 1196626 - log all authenticated requestsDylan William Hardison4-0/+30
2015-10-15Bug 1209599 - group general preferences by category (schema only)David Lawrence3-34/+132
2015-10-14Bug 1196626 - log all authenticated requests (schema only)Dylan Hardison1-0/+20
r=glob
2015-10-12Bug 1199089 - add support for duo-securityByron Jones10-13/+336
2015-10-08Bug 1202281 - BMO login being reset for every browser sessionByron Jones1-2/+2
2015-10-08Bug 1200765 - Make login UX mobile friendly to assist mobile authentication ↵Dylan William Hardison1-0/+5
workflow
2015-10-06Bug 1196620 - support automatic removal of inactive users from groupsDavid Lawrence1-0/+12
2015-10-05Bug 1164063 - show a warning near the attachments table for ↵Byron Jones1-0/+6
sec-high/sec-crit bugs without sec-approval? on patches
2015-10-05Bug 1205748 - Can't mark inaccessible bug dependent on a regression it causedByron Jones1-5/+15
2015-10-02Bug 1196620: support automatic removal of inactive users from groups (schema ↵David Lawrence2-0/+4
only)
2015-09-29Bug 1199090 - add printable recovery 2fa codesByron Jones3-7/+51
2015-09-24Bug 1204683: Add whoami endpointDavid Lawrence2-0/+71