summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02Bug 1442520 - move inbound_proxies to localconfigDylan William Hardison4-25/+14
2018-03-02Bug 1442288 - Bugzilla::Logging should log when a program is being run ↵Dylan William Hardison1-2/+91
interactively
2018-03-01Bug 1442099 - Add memcached tracing to help debug weirdness in cloud envDylan William Hardison1-7/+14
2018-03-01Bug 1437646 - add support for Log::Log4perlDylan William Hardison2-0/+26
2018-03-01Bug 1437646 - Refactor entrypoint to use Bugzilla::DaemonControlDylan William Hardison2-13/+32
2018-02-28Bug 1437646 - Add Bugzilla::DaemonControlDylan William Hardison1-0/+327
2018-02-28Bug 1433299 - Link in summary is brokenKohei Yoshino1-5/+7
2018-02-28Bug 1437646 - Add confdir to bz_locationsDylan William Hardison2-1/+11
2018-02-27Bug 1438206 - Process SES email bounces properlybyron jones3-1/+79
2018-02-22Bug 1440107 - Allow 'self' frames in bug modal again (fix socorro lens)Dylan William Hardison1-1/+1
2018-02-21Bug 1439797 - Enable reporting-only CSP by defaultDylan William Hardison2-11/+9
2018-02-20Bug 1432296 - Prevent bugzilla static assets from being blocked by overly ↵Dylan William Hardison1-3/+13
long request URIs
2018-02-16Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking ↵Dylan William Hardison1-0/+65
contents of certain fields due to regex search
2018-02-16no bug - add USE_NYTPROF to PerlPassEnv (#395)Dylan William Hardison1-7/+10
2018-02-13Bug 1343248 - Migrate secbugstats scripts to bmo productionDylan William Hardison1-0/+3
2018-01-31Bug 1433833 - Add index to email_rates.message_ts Dylan William Hardison2-0/+5
2018-01-24Bug 1432812 - Send preload headers only for web-browser requestsDylan William Hardison1-9/+11
2018-01-23Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵Kohei Yoshino1-0/+12
out of main content box
2018-01-12Bug 1426414 - Send preload headers for webfontsMarkus Staab1-0/+10
2018-01-04fix strange error during pushDylan William Hardison1-0/+1
2018-01-04Bug 1426409 - github_secret key has no rate limitingDylan William Hardison2-3/+25
2018-01-03Bug 1427656 - Remove ZeroClipboard helperKohei Yoshino1-1/+0
2017-12-28Bug 1427230 - Avoid loading CGI::Carp, which makes templates slow.Dylan William Hardison2-3/+5
2017-12-23Bug 1426963 - Make Bugzilla::User->in_group() use a hash lookupDylan William Hardison1-1/+3
2017-12-23no bug - support Devel::NYTProfDylan William Hardison2-1/+2
2017-12-21Bug 1426117 - Failure when opening a bug: Invalid parameter passed to ↵Dylan William Hardison1-1/+1
Bugzilla::Bug::new_from_list: It must be numeric.
2017-12-20Bug 1361890 - Remove asset concatenationDylan William Hardison3-165/+9
2017-12-19no bug - don't remove old params (#305)Dylan William Hardison1-32/+0
2017-12-19send param_must_be_numeric to sentryDylan William Hardison1-0/+1
2017-12-19no bug - ensure urlbase is always present in data/params (#304)Dylan William Hardison1-1/+3
2017-12-19fix urlbase in socorroDylan William Hardison1-1/+1
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino1-2/+3
2017-12-16Bug 1403777 - Migrate urlbase from params to localconfigDylan William Hardison15-169/+52
2017-12-13Bug 1424155 - Write scripts to import/export attachments to diskDylan William Hardison1-0/+123
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino6-10/+10
2017-11-29restore old env for unsafe authDylan William Hardison1-1/+1
2017-11-29 Bug 1393950 - Block users from signing into Phabricator unless they have ↵Dylan William Hardison1-7/+11
MFA enabled
2017-11-28Bug 1379607 - Reimplement Google Analytics on bugzilla.mozilla.orgKohei Yoshino1-4/+4
2017-11-27no bug - tweaks for conduit/phabricator dev environmentsDylan William Hardison1-0/+1
* tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors
2017-10-31no bug - document code and fix single-arg bless()Dylan William Hardison1-2/+10
2017-10-31Bug 1332016 - Integrate the Socorro Lens into Bug ModalAnthony Hughes2-1/+16
2017-10-07Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵Dylan William Hardison2-3/+68
variables and ignore the localconfig file
2017-10-06Bug 1405011 - Prevent code in mod_perl.pl from executing twiceDylan William Hardison1-0/+43
2017-09-25Bug 1401463 - In bugzilla "you must reset password" state, all bug pages are ↵Dylan William Hardison1-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-19Bug 1400949 - Password requirements not statedDylan William Hardison1-0/+6
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison5-1/+42
in that group who have not enabled MFA
2017-09-15Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵Dylan William Hardison7-70/+108
Data::Password::passwdqc
2017-09-13Bug 1398889 - Add param 'silent_users' that never trigger sending bugmailDylan William Hardison3-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-11Bug 1393888 - Write httpd access handler to block by ip address stored in ↵Dylan William Hardison2-0/+68
memcached
2017-09-09Bug 1398340 - Typo in 2fa enrollment flow: "enrolment" (missing an L) (#232)Dylan William Hardison1-1/+1