Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-08-11 | Bug 1382225 - Missing code from PhabBugz extension such as http basic auth ↵ | dklawren | 5 | -43/+107 | |
support and other minor improvements | |||||
2017-08-08 | Bug 1386336 - Generate robots.txt at checksetup.pl from a template | Mary Umoh | 5 | -50/+21 | |
2017-08-07 | latest, not $TAG | Dylan William Hardison | 1 | -1/+1 | |
2017-08-07 | Bug 1383355 - nit only push to latest for the master branch | Dylan William Hardison | 1 | -4/+8 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 17 | -121/+517 | |
2017-08-04 | Bug 1387459 - Tidy the Bugzilla/Config/*.pm modules | Dylan William Hardison | 18 | -887/+900 | |
2017-08-03 | Bug 1385937 - Add Data::Password::passwdqc to vendor tarballs | Dylan William Hardison | 1 | -0/+1 | |
2017-08-02 | Fix #1386675 - Update user comparison in Phabricator push connector | David Walsh | 1 | -4/+8 | |
2017-08-01 | Bug 1386238 - Multi-select boxes broken by bug 1366143 | Dylan William Hardison | 5 | -46/+16 | |
This reverts commit 3d864bdde0aff3931aca3afa864228341aaa0e92. | |||||
2017-08-01 | bump version to 20170801.1 | Dylan William Hardison | 1 | -1/+1 | |
2017-08-01 | Bug 1385524 - Bug titles not escaped before being passed to Graphviz | Dylan William Hardison | 1 | -0/+1 | |