summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
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
2015-09-23Bug 1199087 - extend 2fa protection beyond loginByron Jones5-27/+127
2015-09-23Bug 1199087 - extend 2fa protection beyond login (schema only)Byron Jones1-0/+12
2015-09-09Bug 1202461 - backport bug 319953 to bmo (Missing real email syntax check)Byron Jones1-3/+13
2015-09-03Bug 1201536 - 2FA secrets for all users are removed when someone disables 2FAByron Jones2-10/+0
2015-09-03Bug 1201422 - extend totp verification time to 90 secondsByron Jones1-1/+1
2015-09-02Bug 1196618 - add support for group ownersDavid Lawrence2-0/+37
2015-09-02Bug 1199136 - lower memory consumption to better operate in bugzilladm'sByron Jones1-0/+32
low memory environment
2015-09-01Bug 1196618: add support for group owners (schema only)David Lawrence2-0/+14
2015-09-01Bug 1199941 - inactive sessions should expire faster (a week?)Byron Jones1-1/+1
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones11-6/+268
2015-08-31Bug 1197073 - add support for 2fa using totp (schema-only)Byron Jones2-0/+16
2015-08-25Bug 1196134 - add ability for admins to force a user to change their ↵Byron Jones2-14/+38
password on next login
2015-08-25Bug 1197699 - always store the ip address in the logincookies tableByron Jones2-12/+8
2015-08-24Bug 1195836 - Remove install-module.pl from bmoDylan William Hardison2-2/+1
2015-08-24Bug 1192687 - add the ability for users to view and revoke existing sessionsDylan William Hardison2-1/+58