Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-19 | no bug - ensure urlbase is always present in data/params (#304) | Dylan William Hardison | 1 | -1/+3 | |
2017-12-19 | fix urlbase in socorro | Dylan William Hardison | 1 | -1/+1 | |
2017-12-19 | Bug 1420771 - Remove global footer | Kohei Yoshino | 1 | -2/+3 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 15 | -169/+52 | |
2017-12-13 | Bug 1424155 - Write scripts to import/export attachments to disk | Dylan William Hardison | 1 | -0/+123 | |
2017-12-02 | Bug 1417980 - Fix non-HTTPS links and outdated links where possible | Kohei Yoshino | 6 | -10/+10 | |
2017-11-29 | restore old env for unsafe auth | Dylan William Hardison | 1 | -1/+1 | |
2017-11-29 | Bug 1393950 - Block users from signing into Phabricator unless they have ↵ | Dylan William Hardison | 1 | -7/+11 | |
MFA enabled | |||||
2017-11-28 | Bug 1379607 - Reimplement Google Analytics on bugzilla.mozilla.org | Kohei Yoshino | 1 | -4/+4 | |
2017-11-27 | no bug - tweaks for conduit/phabricator dev environments | Dylan William Hardison | 1 | -0/+1 | |
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors | |||||
2017-10-31 | no bug - document code and fix single-arg bless() | Dylan William Hardison | 1 | -2/+10 | |
2017-10-31 | Bug 1332016 - Integrate the Socorro Lens into Bug Modal | Anthony Hughes | 2 | -1/+16 | |
2017-10-07 | Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵ | Dylan William Hardison | 2 | -3/+68 | |
variables and ignore the localconfig file | |||||
2017-10-06 | Bug 1405011 - Prevent code in mod_perl.pl from executing twice | Dylan William Hardison | 1 | -0/+43 | |
2017-09-25 | Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵ | Dylan William Hardison | 1 | -0/+22 | |
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 | Bug 1400949 - Password requirements not stated | Dylan William Hardison | 1 | -0/+6 | |
2017-09-15 | Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵ | Dylan William Hardison | 5 | -1/+42 | |
in that group who have not enabled MFA | |||||
2017-09-15 | Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵ | Dylan William Hardison | 7 | -70/+108 | |
Data::Password::passwdqc | |||||
2017-09-13 | Bug 1398889 - Add param 'silent_users' that never trigger sending bugmail | Dylan William Hardison | 3 | -4/+23 | |
* 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-11 | Bug 1393888 - Write httpd access handler to block by ip address stored in ↵ | Dylan William Hardison | 2 | -0/+68 | |
memcached | |||||
2017-09-09 | Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232) | Dylan William Hardison | 1 | -1/+1 | |
2017-09-07 | Bug 1397747 - Move _get_all_group_names to ↵ | Dylan William Hardison | 2 | -11/+15 | |
Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code | |||||
2017-08-28 | Bug 1393643 - Add whitelist to rate limiting code (#220) | Dylan William Hardison | 2 | -0/+106 | |
* 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-18 | Bug 1388148 - Test password quality checking code | Dylan William Hardison | 1 | -0/+32 | |
2017-08-08 | Bug 1386336 - Generate robots.txt at checksetup.pl from a template | Mary Umoh | 1 | -3/+15 | |
2017-08-07 | Bug 1383355 - Migrate CI tests from taskcluster to CircleCI | Dylan William Hardison | 1 | -0/+4 | |
2017-08-04 | Bug 1387459 - Tidy the Bugzilla/Config/*.pm modules | Dylan William Hardison | 18 | -887/+900 | |
2017-07-28 | Bug 1383802 - Elasticsearch indexed documents lack an _id based on the ↵ | Dylan William Hardison | 3 | -2/+8 | |
object's primary key | |||||
2017-07-28 | Bug 1378873 - user autocomplete no longer works for some strings | Dylan William Hardison | 2 | -2/+24 | |
2017-07-25 | Bug 1380531 - Write initial CircleCI configuration for BMO | Dylan William Hardison | 1 | -4/+9 | |
This is the first (working) iteration of a configuration that allows CircleCI to build 'bmo' docker images that are runnable. Some other changes were required for this: 1. The base image used in Dockerfile was changed from centos:6.7 to mozillabteam/bmo-base:slim. This is a new version of (github) mozilla-bteam/docker-bmo-base which is much smaller, and includes all the system RPMs and other bits that our bmo Dockerfile expects. 2. init.pl mistakenly had '--no-assets' which is not currently a checksetup.pl option. 3. 901-secure-mail-loop.t (which checks for an infinite loop) had to have its timeout increased because CircleCI sometimes is quite slow. 4. version.txt // __version__ now includes build information from CircleCI environmental variables | |||||
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 9 | -106/+133 | |
This patch removes the concept of a single, bugzilla-wide index in favor of a per-class index. bugs and comments continue to use Bugzilla->params->{elasticsearch_index} but users use Bugzilla->params->{elasticsearch_index} . "_user". It is assured via the ChildObject trait (role) that comments will share the index with bugs, and we have kept the index for bugs/comments the same to avoid the multi-hour reindexing of production. Re-indexing users takes only five minutes. Subsequent work on this will allow use to version the index names and use aliases, but I wanted to keep this patch small. This patch also corrects some mistakes 1. $indexer->put_mapping() should not have been a public method. 2. Time::HiRes should be imported at the top of the file, not in a sub. | |||||
2017-07-20 | fix pod syntax in Bugzilla/Component.pm | Dylan William Hardison | 1 | -1/+1 | |
2017-07-19 | Bug 1382085 - Add find_first_flag_type() to Bugzilla::Component | Dylan William Hardison | 1 | -0/+18 | |
2017-07-18 | Bug 1380408 - elasticsearch user completion should consider people with ↵ | Dylan William Hardison | 2 | -7/+10 | |
multiple ircnicks | |||||
2017-07-18 | Bug 1380389 - autosize comments should be a user pref (default: on) | Mary Umoh | 1 | -0/+6 | |
2017-07-14 | Bug 1380407 - Make elasticsearch ircnick checks consider numbers to be valid too | Dylan William Hardison | 2 | -2/+6 | |
2017-07-12 | Bug 1378999 - Add update/new stats to bulk_indexer verbose mode | Dylan William Hardison | 1 | -0/+5 | |
2017-07-07 | Bug 1377620 - Elasticsearch bulk indexer ignores changes that happened ↵ | Dylan William Hardison | 1 | -45/+38 | |
before newest additions | |||||
2017-07-07 | Bug 1377596 - Add changed column to elasticsearch results | Dylan William Hardison | 1 | -5/+15 | |
2017-07-07 | Bug 1377807 - Move memcached options from data/params to localconfig | Mary Umoh | 3 | -36/+18 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 87 | -1410/+1410 | |
2017-07-07 | Bug 1377232 - Revert code from bug 1361890 | Dylan William Hardison | 5 | -264/+157 | |
2017-07-07 | Bug 1361439 - Create dockerflow-compliant container that runs a BMO web head | Dylan William Hardison | 1 | -6/+3 | |
2017-07-07 | Bug 1373295 - Encoded slashes in url allow misleading text on unstyled 404 ↵ | Dylan William Hardison | 1 | -0/+8 | |
pages due to AllowEncodedSlashes | |||||
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 3 | -261/+62 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-07-07 | Bug 1355169 - Add rate-limiting to show_bug.cgi and rest.cgi | Mary Umoh | 2 | -1/+37 | |
* fix mistake * Update * Updates * remove other file | |||||
2017-07-07 | Bug 1376850 - Add special case for substring searches on whiteboard status field | Dylan William Hardison | 1 | -0/+7 | |
2017-07-07 | re-add bugzilla_version tt function | Dylan William Hardison | 1 | -0/+15 | |
2017-06-23 | include images dir in asset sources | Dylan William Hardison | 1 | -1/+1 | |