summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27Bug 1402878 - Add some more sanity-type tests, including perl criticDylan William Hardison8-12/+274
2017-09-27Bug 1401569 - typo in "enabled two-factor authentication"byron jones1-2/+2
2017-09-27no bug - add dependencies for mozreview/ubuntuDylan William Hardison1-0/+12
2017-09-26Bug 1402097 - Disable apache access log in containerDylan William Hardison1-1/+0
2017-09-25Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵Dylan William Hardison6-11/+119
force-redirected to password reset page, which loses "to-do" information that I have encoded as open tabs viewing particular bug pages
2017-09-19bump version to 20170919.2Dylan William Hardison1-1/+1
2017-09-19remove extra fileDylan William Hardison1-492/+0
2017-09-19bump version to 20170919Dylan William Hardison1-1/+1
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison10-205/+536
2017-09-19Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to ↵Dylan William Hardison3-5/+33
issue a password reset
2017-09-18bump version to 20170918Dylan William Hardison1-1/+1
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison12-19/+145
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison28-242/+299
Data::Password::passwdqc
2017-09-15re-add cmd_httpdDylan William Hardison1-2/+2
also fix some whitespace
2017-09-14Bug 1399508 - Pass along transaction id to BMO API calls for linking back to ↵dklawren1-0/+2
the exact change in the revision history (#237)
2017-09-13bump version to 20170913Dylan William Hardison1-1/+1
2017-09-13Bug 1398889 - Add param 'silent_users' that never trigger sending bugmailDylan William Hardison4-5/+26
* 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-09-12Bug 1396957 - Synchronize CC list on security bugs over to revisions as ↵dklawren2-9/+40
subscribers (#230) * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396957 - Synchronize CC list on security bugs over to revisions as subscribers * - Updated to only make subscriber changes if no groups have changed. - This cuts down on the amount of custom policy changes in the revision activity. * Bug 1396042 - Implement logging for the BMO push connector * Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-09-11Bug 1397927 - Add comment to bug when a revision is accepted/denied with the ↵dklawren1-7/+31
users real names (#233) Bug 1397927 - Add comment to bug when a revision is accepted/denied with the users real names * - Bug fixes * Wording changes.
2017-09-11Bug 1393888 - Write httpd access handler to block by ip address stored in ↵Dylan William Hardison4-0/+127
memcached
2017-09-09Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232)Dylan William Hardison4-5/+5
2017-09-07Bug 1397747 - Move _get_all_group_names to ↵Dylan William Hardison6-29/+21
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
2017-09-07Bug 1396042 - Implement logging for the BMO push connectorDavid Walsh1-2/+18
2017-08-31Fix 1395685 - Update errant self reference in PhabBugzDavid Walsh1-1/+1
2017-08-31Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵dklawren1-2/+8
when a user reclaims a revision (#227)
2017-08-31bump version to 20170831Dylan William Hardison1-1/+1
2017-08-31Bug 1395143 - Remove onclick/onchange handlers in favor of event listenerDylan William Hardison1-15/+18
2017-08-30Revert "Bug 1395346 - Allow setting obsolete to false for phabricator ↵David Lawrence1-8/+2
attachments when a user reclaims a revision" This reverts commit c48fede1691feb1056cd21422716f297af9e7bc3.
2017-08-30Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵David Lawrence1-2/+8
when a user reclaims a revision
2017-08-30Bug 1394915- Protect against 2FA by-pass in reset_password.cgiMary Umoh2-0/+6
2017-08-30Bug 1393023: Approving a revision creates an r+ flag on the revision ↵dklawren3-39/+183
attachment in the associated bug (#219) Approving a revision creates an r+ flag on the revision attachment in the associated bug * - Working version - Splits accepted_users on ':' instead of accepting a list (phab issue)
2017-08-29Bug 1392769 - Add other fields to new-bugSebastin Santy2-3/+65
2017-08-29Bug 1394466 - Include noindex on error pagesMary Umoh3-121/+127
2017-08-29bump version to 20170829Dylan William Hardison1-1/+1
2017-08-28Bug 1393643 - Add whitelist to rate limiting code (#220)Dylan William Hardison7-6/+141
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading
2017-08-26Bug 1394014 - Old abusive username appears in autocompleteDylan William Hardison1-1/+1
2017-08-26Bug 1393532 - Document sanitizeme.pl scriptMary Umoh1-0/+100
2017-08-24Bug 1393145 - See if we can add a directive/rule to robots.txt to get search ↵Mary Umoh1-0/+1
engines to crawl more slowly
2017-08-23Bug 1388526 - Add rules to robots.txt.tmpl to account for the differences ↵Mary Umoh1-0/+4
between development and production
2017-08-23Bug 1390316 - Unused variable in PhabBugz script $phab_api_keyMary Umoh1-5/+1
2017-08-23Bug 1386784 - High resolution pic for unfurls (#216)Cynthia Pereira3-1/+1
2017-08-22cleanup some stuff in new-bug (#215)Dylan William Hardison3-211/+151
2017-08-22bump version to 20170822.1Dylan William Hardison1-1/+1
2017-08-22Revert "Bug 1390225 - Make general/untriaged component as default, if available"Dylan William Hardison3-37/+7
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd.
2017-08-21Bug 1390225 - Make general/untriaged component as default, if availableSebastin Santy3-7/+37
2017-08-19Bug 1389111 - Address complaints with autosized commentsWilliam Lachance2-1/+4
2017-08-18use mozillabteam/bmo-slim:20170818.1 (#208)Dylan William Hardison1-1/+1
2017-08-18Bug 1388148 - Test password quality checking codeDylan William Hardison6-8/+351
2017-08-17Bug 1383500 - Allow giving a default product in the URL in new-bugSebastin Santy2-47/+68
2017-08-17Bug 1389372 - Add REST API endpoint to validate whether a BMO user ID can ↵David Walsh2-0/+52
see a given BMO bug