Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-26 | Bug 1402097 - Disable apache access log in container | Dylan William Hardison | 1 | -1/+0 | |
2017-09-25 | Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵ | Dylan William Hardison | 6 | -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-19 | bump version to 20170919.2 | Dylan William Hardison | 1 | -1/+1 | |
2017-09-19 | remove extra file | Dylan William Hardison | 1 | -492/+0 | |
2017-09-19 | bump version to 20170919 | Dylan William Hardison | 1 | -1/+1 | |
2017-09-19 | Bug 1400949 - Password requirements not stated | Dylan William Hardison | 10 | -205/+536 | |
2017-09-19 | Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to ↵ | Dylan William Hardison | 3 | -5/+33 | |
issue a password reset | |||||
2017-09-18 | bump version to 20170918 | Dylan William Hardison | 1 | -1/+1 | |
2017-09-15 | Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵ | Dylan William Hardison | 12 | -19/+145 | |
in that group who have not enabled MFA | |||||
2017-09-15 | Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵ | Dylan William Hardison | 28 | -242/+299 | |
Data::Password::passwdqc | |||||
2017-09-15 | re-add cmd_httpd | Dylan William Hardison | 1 | -2/+2 | |
also fix some whitespace | |||||
2017-09-14 | Bug 1399508 - Pass along transaction id to BMO API calls for linking back to ↵ | dklawren | 1 | -0/+2 | |
the exact change in the revision history (#237) | |||||
2017-09-13 | bump version to 20170913 | Dylan William Hardison | 1 | -1/+1 | |
2017-09-13 | Bug 1398889 - Add param 'silent_users' that never trigger sending bugmail | Dylan William Hardison | 4 | -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-12 | Bug 1396957 - Synchronize CC list on security bugs over to revisions as ↵ | dklawren | 2 | -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-11 | Bug 1397927 - Add comment to bug when a revision is accepted/denied with the ↵ | dklawren | 1 | -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-11 | Bug 1393888 - Write httpd access handler to block by ip address stored in ↵ | Dylan William Hardison | 4 | -0/+127 | |
memcached | |||||
2017-09-09 | Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232) | Dylan William Hardison | 4 | -5/+5 | |
2017-09-07 | Bug 1397747 - Move _get_all_group_names to ↵ | Dylan William Hardison | 6 | -29/+21 | |
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code | |||||
2017-09-07 | Bug 1396042 - Implement logging for the BMO push connector | David Walsh | 1 | -2/+18 | |
2017-08-31 | Fix 1395685 - Update errant self reference in PhabBugz | David Walsh | 1 | -1/+1 | |
2017-08-31 | Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵ | dklawren | 1 | -2/+8 | |
when a user reclaims a revision (#227) | |||||
2017-08-31 | bump version to 20170831 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-31 | Bug 1395143 - Remove onclick/onchange handlers in favor of event listener | Dylan William Hardison | 1 | -15/+18 | |
2017-08-30 | Revert "Bug 1395346 - Allow setting obsolete to false for phabricator ↵ | David Lawrence | 1 | -8/+2 | |
attachments when a user reclaims a revision" This reverts commit c48fede1691feb1056cd21422716f297af9e7bc3. | |||||
2017-08-30 | Bug 1395346 - Allow setting obsolete to false for phabricator attachments ↵ | David Lawrence | 1 | -2/+8 | |
when a user reclaims a revision | |||||
2017-08-30 | Bug 1394915- Protect against 2FA by-pass in reset_password.cgi | Mary Umoh | 2 | -0/+6 | |
2017-08-30 | Bug 1393023: Approving a revision creates an r+ flag on the revision ↵ | dklawren | 3 | -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-29 | Bug 1392769 - Add other fields to new-bug | Sebastin Santy | 2 | -3/+65 | |
2017-08-29 | Bug 1394466 - Include noindex on error pages | Mary Umoh | 3 | -121/+127 | |
2017-08-29 | bump version to 20170829 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-28 | Bug 1393643 - Add whitelist to rate limiting code (#220) | Dylan William Hardison | 7 | -6/+141 | |
* Bug 1393643 - Add whitelist to rate limiting code * use version that has new module * add memcache to bloomfilter loading | |||||
2017-08-26 | Bug 1394014 - Old abusive username appears in autocomplete | Dylan William Hardison | 1 | -1/+1 | |
2017-08-26 | Bug 1393532 - Document sanitizeme.pl script | Mary Umoh | 1 | -0/+100 | |
2017-08-24 | Bug 1393145 - See if we can add a directive/rule to robots.txt to get search ↵ | Mary Umoh | 1 | -0/+1 | |
engines to crawl more slowly | |||||
2017-08-23 | Bug 1388526 - Add rules to robots.txt.tmpl to account for the differences ↵ | Mary Umoh | 1 | -0/+4 | |
between development and production | |||||
2017-08-23 | Bug 1390316 - Unused variable in PhabBugz script $phab_api_key | Mary Umoh | 1 | -5/+1 | |
2017-08-23 | Bug 1386784 - High resolution pic for unfurls (#216) | Cynthia Pereira | 3 | -1/+1 | |
2017-08-22 | cleanup some stuff in new-bug (#215) | Dylan William Hardison | 3 | -211/+151 | |
2017-08-22 | bump version to 20170822.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-22 | Revert "Bug 1390225 - Make general/untriaged component as default, if available" | Dylan William Hardison | 3 | -37/+7 | |
This reverts commit 293b657da11e7197e90f260dc3e0c118cba126dd. | |||||
2017-08-21 | Bug 1390225 - Make general/untriaged component as default, if available | Sebastin Santy | 3 | -7/+37 | |
2017-08-19 | Bug 1389111 - Address complaints with autosized comments | William Lachance | 2 | -1/+4 | |
2017-08-18 | use mozillabteam/bmo-slim:20170818.1 (#208) | Dylan William Hardison | 1 | -1/+1 | |
2017-08-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 6 | -8/+351 | |
2017-08-17 | Bug 1383500 - Allow giving a default product in the URL in new-bug | Sebastin Santy | 2 | -47/+68 | |
2017-08-17 | Bug 1389372 - Add REST API endpoint to validate whether a BMO user ID can ↵ | David Walsh | 2 | -0/+52 | |
see a given BMO bug | |||||
2017-08-17 | no bug - have the test runners start up the httpd (#203) | Dylan William Hardison | 5 | -92/+251 | |
2017-08-16 | Bug 1390112 - Option for filing security bugs | Sebastin Santy | 2 | -1/+4 | |
2017-08-15 | Bug 1387106 - UI tweaks and ideas | Sebastin Santy | 3 | -3/+13 | |