summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
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
2015-08-24Bug 1196134 - add ability for admins to force a user to change their ↵Byron Jones2-0/+7
password on next login (schema only)
2015-08-24Bug 1197696 - group_members report doesn't display nested inherited groupsByron Jones1-0/+21
2015-08-24Bug 1197699 - always store the ip address in the logincookies table (schema ↵Byron Jones2-0/+12
only)
2015-08-24Bug 1196092 - Switch logincookies primary key to auto_incremented id, make ↵Dylan William Hardison2-3/+10
cookie a secondary UNIQUE key
2015-08-21Bug 1195645 - don't create a new session for every authenticated REST/BzAPI callByron Jones2-2/+12
2015-08-28Bug 1195362: Quicksearch error pages ("foo is not a field" and friends) ↵David Lawrence1-7/+13
should still fill in search into quicksearch box
2015-08-18Bug 1195620 - stop sending http cookies to sentryByron Jones1-3/+36
2015-08-17Bug 1195315 - Use of uninitialized value in string eq at Bugzilla/Product.pm ↵Byron Jones1-0/+1
line 99