Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-22 | Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens) | Dylan William Hardison | 1 | -1/+1 | |
2018-02-21 | Bug 1439797 - Enable reporting-only CSP by default | Dylan William Hardison | 2 | -11/+9 | |
2018-02-20 | Bug 1432296 - Prevent bugzilla static assets from being blocked by overly ↵ | Dylan William Hardison | 1 | -3/+13 | |
long request URIs | |||||
2018-02-16 | Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking ↵ | Dylan William Hardison | 1 | -0/+65 | |
contents of certain fields due to regex search | |||||
2018-02-16 | no bug - add USE_NYTPROF to PerlPassEnv (#395) | Dylan William Hardison | 1 | -7/+10 | |
2018-02-13 | Bug 1343248 - Migrate secbugstats scripts to bmo production | Dylan William Hardison | 1 | -0/+3 | |
2018-01-31 | Bug 1433833 - Add index to email_rates.message_ts | Dylan William Hardison | 2 | -0/+5 | |
2018-01-24 | Bug 1432812 - Send preload headers only for web-browser requests | Dylan William Hardison | 1 | -9/+11 | |
2018-01-23 | Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵ | Kohei Yoshino | 1 | -0/+12 | |
out of main content box | |||||
2018-01-12 | Bug 1426414 - Send preload headers for webfonts | Markus Staab | 1 | -0/+10 | |
2018-01-04 | fix strange error during push | Dylan William Hardison | 1 | -0/+1 | |
2018-01-04 | Bug 1426409 - github_secret key has no rate limiting | Dylan William Hardison | 2 | -3/+25 | |
2018-01-03 | Bug 1427656 - Remove ZeroClipboard helper | Kohei Yoshino | 1 | -1/+0 | |
2017-12-28 | Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow. | Dylan William Hardison | 2 | -3/+5 | |
2017-12-23 | Bug 1426963 - Make Bugzilla::User->in_group() use a hash lookup | Dylan William Hardison | 1 | -1/+3 | |
2017-12-23 | no bug - support Devel::NYTProf | Dylan William Hardison | 2 | -1/+2 | |
2017-12-21 | Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵ | Dylan William Hardison | 1 | -1/+1 | |
Bugzilla::Bug::new_from_list: It must be numeric. | |||||
2017-12-20 | Bug 1361890 - Remove asset concatenation | Dylan William Hardison | 3 | -165/+9 | |
2017-12-19 | no bug - don't remove old params (#305) | Dylan William Hardison | 1 | -32/+0 | |
2017-12-19 | send param_must_be_numeric to sentry | Dylan William Hardison | 1 | -0/+1 | |
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 | |