Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-02 | fix bug | Dylan William Hardison | 1 | -10/+12 | |
2017-10-02 | remove unused parallelism | Dylan William Hardison | 1 | -1/+1 | |
2017-10-02 | make circleci actually work | Dylan William Hardison | 1 | -7/+4 | |
2017-10-02 | use same filters for each job | Dylan William Hardison | 1 | -12/+18 | |
2017-10-02 | change order of tests slightly | Dylan William Hardison | 1 | -3/+11 | |
2017-10-02 | add support for building based on tags/branches | Dylan William Hardison | 1 | -11/+19 | |
2017-10-02 | fix typos in mfa message | Dylan William Hardison | 1 | -2/+2 | |
2017-09-28 | Bug 1403584: Clear r+ in bug when reviewer is removed from the revision by ↵ | dklawren | 1 | -4/+11 | |
the author via Change Reviewers (#251) | |||||
2017-09-27 | Bug 1402878 - Add some more sanity-type tests, including perl critic | Dylan William Hardison | 8 | -12/+274 | |
2017-09-27 | Bug 1401569 - typo in "enabled two-factor authentication" | byron jones | 1 | -2/+2 | |
2017-09-27 | no bug - add dependencies for mozreview/ubuntu | Dylan William Hardison | 1 | -0/+12 | |
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 | |