summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-31Bug 1264093 - Create new bug entry form for client security bugsDylan William Hardison3-0/+202
2017-10-31Bug 1332016 - Integrate the Socorro Lens into Bug ModalAnthony Hughes14-20/+858
2017-10-17bump version to 20171017.1Dylan William Hardison1-1/+1
2017-10-12Bug 1405754 - Autocomplete failing at random for some nicks (including, and ↵Kohei Yoshino1-0/+1
especially bz) Avoid caching search results.
2017-10-11Bug 1407617 - When making a phab revision public, the edit policy also needs ↵dklawren1-0/+4
to be set to 'users' (#261)
2017-10-10Bug 1399593 - Add sync group comments during new revision creation as well ↵David Walsh3-53/+93
as push connector
2017-10-07Bug 1406239 - Pass CircleCI Environmental variables to docker build processDylan William Hardison2-1/+14
2017-10-07Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵Dylan William Hardison7-78/+90
variables and ignore the localconfig file
2017-10-06Bug 1406235 - Cleanup httpd config and expose server limits as env settingsDylan William Hardison3-46/+61
2017-10-06Bug 1405011 - Prevent code in mod_perl.pl from executing twiceDylan William Hardison2-0/+45
2017-10-03get filtering rightDylan William Hardison1-9/+12
2017-10-03bump version to 20171003.2Dylan William Hardison1-1/+1
2017-10-03Bug 1402982 - Can't log out during mfa-lockout or password-reset stateDylan William Hardison1-8/+10
2017-10-03bump version to 20171003.1Dylan William Hardison1-2/+2
2017-10-03tweak which branches get builtDylan William Hardison1-3/+1
2017-10-02fix bugDylan William Hardison1-10/+12
2017-10-02remove unused parallelismDylan William Hardison1-1/+1
2017-10-02make circleci actually workDylan William Hardison1-7/+4
2017-10-02use same filters for each jobDylan William Hardison1-12/+18
2017-10-02change order of tests slightlyDylan William Hardison1-3/+11
2017-10-02add support for building based on tags/branchesDylan William Hardison1-11/+19
2017-10-02fix typos in mfa messageDylan William Hardison1-2/+2
2017-09-28Bug 1403584: Clear r+ in bug when reviewer is removed from the revision by ↵dklawren1-4/+11
the author via Change Reviewers (#251)
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