Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-28 | more things | Dylan William Hardison | 1 | -2/+3 | |
2018-06-28 | a bit of a quantum leap | Dylan William Hardison | 1 | -1/+1 | |
It's now possible to load the CGIs into a mojolicious controller. Compatibility isn't 100% yet, but it should give a migration path for any random CGI to become a proper controller. | |||||
2018-06-28 | support cgi->http(), remote_ip(), and fix sanity tests | Dylan William Hardison | 1 | -13/+18 | |
2018-03-12 | Bug 1439993 - Remove COMPILE_DIR => setting from Bugzilla::Template | byron jones | 1 | -6/+37 | |
2018-03-06 | Bug 1443537 - Add utility functions for switching database handle to ↵ | Dylan William Hardison | 1 | -0/+26 | |
writeable or read-only mode | |||||
2018-03-02 | Bug 1442520 - move inbound_proxies to localconfig | Dylan William Hardison | 1 | -1/+1 | |
2017-12-16 | Bug 1403777 - Migrate urlbase from params to localconfig | Dylan William Hardison | 1 | -33/+7 | |
2017-09-15 | Bug 1391702 - Replace Bugzilla::User::validate_password() with calls to ↵ | Dylan William Hardison | 1 | -0/+1 | |
Data::Password::passwdqc | |||||
2017-07-28 | Bug 1378873 - user autocomplete no longer works for some strings | Dylan William Hardison | 1 | -1/+23 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -16/+16 | |
2017-05-17 | Bug 1363803 - Consolidate YUI js and css into one js and one css file | Dylan William Hardison | 1 | -1/+7 | |
2017-04-18 | Bug 1355142 - Implement trick_taint in terms of Taint::Util::untaint() | Dylan William Hardison | 1 | -8/+7 | |
2017-03-07 | Bug 1345181 - Improve performance of html_quote() | Dylan William Hardison | 1 | -6/+9 | |
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 1 | -0/+3 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -26/+6 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -6/+26 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -26/+6 | |
local symlink to data/ directory | |||||
2015-11-03 | Bug 1220734 - Use of uninitialized value $proxies[0] in string eq at ↵ | David Lawrence | 1 | -1/+1 | |
Bugzilla/Util.pm line 315. | |||||
2015-10-31 | Bug 1218457 - Allow localconfig to override (force) certain data/params values | Dylan William Hardison | 1 | -1/+1 | |
2015-10-28 | Bug 1217536 - allow inbound_proxy supports '*' | Dylan William Hardison | 1 | -20/+15 | |
2015-09-09 | Bug 1202461 - backport bug 319953 to bmo (Missing real email syntax check) | Byron Jones | 1 | -3/+13 | |
2015-05-27 | Bug 1158010: provide a standard and simple way to render relative dates, in ↵ | Byron Jones | 1 | -3/+67 | |
perl and javascript | |||||
2015-04-24 | Bug 1157395: CSRF in log in form | David Lawrence | 1 | -2/+8 | |
2014-11-04 | Bug 1093622: Backout bug 1090427 for causing: authenticated calls from bzapi ↵ | Byron Jones | 1 | -8/+2 | |
are failing: 'Untrusted Authentication Request' | |||||
2014-11-04 | Bug 1090427: Backport bug 713926 to bmo/4.2 to protect against csrf for ↵ | David Lawrence | 1 | -2/+8 | |
login forms | |||||
2014-09-18 | Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ↵ | Byron Jones | 1 | -3/+8 | |
format | |||||
2014-09-10 | Bug 1046213: datetime_from() generates wrong dates if year < 1901 | Frédéric Buclin | 1 | -3/+7 | |
2014-06-16 | Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵ | David Lawrence | 1 | -1/+7 | |
changes on top of native rest r=glob | |||||
2014-05-29 | Bug 950491 - When viewing a dependency graph, an "uninitialized value" ↵ | David Lawrence | 1 | -1/+1 | |
warning is thrown - Fixes BMO errors from whine.pl: Use of uninitialized value $lang in hash element at Bugzilla/Util.pm line 753. Use of uninitialized value $lang in hash element at Bugzilla/Util.pm line 766. | |||||
2014-05-12 | Bug 1003852: Digest::SHA 5.82 and newer always croak on wide characters, ↵ | Frédéric Buclin | 1 | -5/+5 | |
preventing users with Unicode passwords from logging in | |||||
2014-04-23 | Add missing fix from bug 968576 | Byron Jones | 1 | -0/+4 | |
2013-10-21 | fix breakage caused by bug 922684 | Byron Jones | 1 | -1/+8 | |
2013-09-27 | Revert Bug 917669 - invalid or expired authentication tokens and cookies ↵ | Dave Lawrence | 1 | -15/+2 | |
should throw errors, not be silently ignored | |||||
2013-09-26 | Bug 917669 - invalid or expired authentication tokens and cookies should ↵ | Dave Lawrence | 1 | -2/+15 | |
throw errors, not be silently ignored | |||||
2013-08-29 | Bug 909360 - backport upstream bug 898830 to bmo/4.2 for performance ↵ | Dave Lawrence | 1 | -2/+6 | |
improvement in show_bug.cgi | |||||
2013-04-22 | Bug 859315: lots of "Lock wait timeout exceeded" errors when updating ↵ | Byron Jones | 1 | -3/+3 | |
cf_crash_signature | |||||
2012-11-26 | Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵ | Dave Lawrence | 1 | -10/+11 | |
performance enhancements r=glob | |||||
2012-10-16 | Bug 577329 - WebServices should filter email addresses same as the web UI as ↵ | Dave Lawrence | 1 | -1/+1 | |
users are not always required to login | |||||
2012-10-12 | Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for ↵ | Dave Lawrence | 1 | -8/+11 | |
performance improvement r=glob | |||||
2012-04-18 | Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵ | Frédéric Buclin | 1 | -3/+105 | |
by altering the X-FORWARDED-FOR header r=glob a=LpSolit | |||||
2012-03-29 | Bug 554819: Quicksearch should be using Text::ParseWords instead of custom ↵ | Frédéric Buclin | 1 | -16/+1 | |
code in splitString Also fixes QS with accented characters (bug 730207) r=dkl a=LpSolit | |||||
2012-01-31 | Bug 714472: (CVE-2012-0448) [SECURITY] utf8 homoglyphs are allowed in email ↵ | Frédéric Buclin | 1 | -1/+1 | |
addresses, which could allow an attacker to be CC'ed to private bugs by accident r=glob a=LpSolit | |||||
2011-11-19 | cancelled -> canceled | Frédéric Buclin | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=703788 | |||||
2011-11-19 | Bug 703788: Improve performance of diff_arrays() with large arrays | Frédéric Buclin | 1 | -26/+29 | |
r/a=mkanat | |||||
2011-08-05 | Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the | Max Kanat-Alexander | 1 | -1/+1 | |
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat | |||||
2011-05-30 | Bug 659816: Fix url_decoding of utf8 strings | Byron Jones | 1 | -4/+1 | |
r=mkanat, a=mkanat | |||||
2011-03-09 | revert accidental property changes | Byron Jones | 1 | -0/+0 | |
2011-03-09 | Bug 633776: Automatic charset detection for text attachments | Byron Jones | 1 | -1/+67 | |
r=mkanat, a=mkanat | |||||
2011-02-11 | Bug 620827: Refactor remove see also to use remove_from_db instead. | Tiago Mello | 1 | -7/+19 | |
r/a=mkanat | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 1 | -1/+8 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 |