Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-04 | Merge branch 'mojo-poc' | Dylan William Hardison | 8 | -123/+90 | |
2018-07-31 | review nits | Dylan William Hardison | 4 | -50/+28 | |
2018-07-31 | Bug 1455495 - Replace apache with Mojolicious | Dylan William Hardison | 1 | -0/+2 | |
2018-07-19 | Bug 1136271 - Make user profile page visible to anyone for easier sharing | Kohei Yoshino | 1 | -2/+2 | |
2018-07-19 | Bug 1472954 - Implement one-click component watching on bug modal and ↵ | Kohei Yoshino | 3 | -71/+51 | |
component description pages | |||||
2018-07-19 | Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to ↵ | Dylan William Hardison | 1 | -0/+2 | |
disallow duplicate nicks | |||||
2018-07-13 | Bug 1328659 - Add support for utf8=utf8mb4 (switches to dynamic/compressed ↵ | Dylan William Hardison | 1 | -0/+7 | |
row format, and changes charset to utf8mb4) | |||||
2018-07-08 | Merge remote-tracking branch 'dylanwh/mojo-poc' | Dylan William Hardison | 1 | -0/+2 | |
2018-07-08 | Merge remote-tracking branch 'bmo/master' | Dylan William Hardison | 13 | -114/+97 | |
2018-06-29 | Bug 1472048 - Remove Metrics Code | Dylan William Hardison | 1 | -15/+1 | |
2018-06-28 | more things | Dylan William Hardison | 1 | -4/+1 | |
2018-06-28 | fix path stuff | Dylan William Hardison | 1 | -0/+1 | |
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 | render bugzilla templates using mojo | Dylan William Hardison | 1 | -0/+4 | |
2018-06-28 | Remove metrics stuff | Dylan William Hardison | 1 | -15/+1 | |
2018-06-27 | Bug 1471417 - Remove XUL from attachment Content Type options; add SVG to ↵ | Kohei Yoshino | 2 | -2/+3 | |
standard options; mark PDF viewable | |||||
2018-06-26 | Revert "Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID ↵ | Dylan William Hardison | 2 | -5/+0 | |
or /bug/ALIAS." This reverts commit 404dc5496967203c5f99755340f43d712420446a. | |||||
2018-06-21 | Bug 1469333 - Check attachment file size client-side and inform user of too ↵ | Kohei Yoshino | 2 | -2/+4 | |
large file before uploading it | |||||
2018-06-15 | Bug 1468848 - Change presentation of show_bug.cgi urls to be /bug/ID or ↵ | Dylan William Hardison | 2 | -0/+5 | |
/bug/ALIAS. | |||||
2018-05-08 | Bug 1413328 - Use tct (tocotrienol on npm) to encrypt bugmail | Dylan William Hardison | 1 | -1/+2 | |
2018-05-04 | no bug - fix typo in meta referer directive | Dylan William Hardison | 1 | -1/+1 | |
2018-04-11 | Bug 1451960 - Improve opengraph metadata for access-denied bugs | Gijs | 1 | -0/+1 | |
2018-04-10 | Bug 1328900 - Create new group called 'disableusers' that can only edit the ↵ | dklawren | 7 | -78/+85 | |
bugmail and disabledtext fields of a user | |||||
2018-04-10 | Bug 1450679 - Replace custom Sentry integration with Logging | Dylan William Hardison | 2 | -15/+0 | |
2018-04-08 | search-google.html.tmpl: Calculate sitesearch from urlbase (#20) | Vladimir Panteleev | 1 | -1/+1 | |
2018-04-08 | Bug 1446236 - Fix instant search without GuidedBugEntry (#38) | Vladimir Panteleev | 1 | -2/+6 | |
* instant-search.js: Don't fail if product map isn't loaded getProduct had a hard dependency on the 'products' object, which is provided by products.js from the GuidedBugEntry extension. Check if the products variable exists before attempting to use it. This can happen when loading products.js fails, which in turn can happen when the GuidedBugEntry extension isn't present. * Instant search: Don't load products.js without GuidedBugEntry Fixes a 404 if the GuidedBugEntry extension is not present. * instant-search.js: Use throbber.gif from core Fixes remaining dependency on GuidedBugEntry. | |||||
2018-04-08 | table.html.tmpl: Use order_columns only when present (#23) | Vladimir Panteleev | 1 | -2/+6 | |
Fix a hard dependency on the BMO extension. order_columns is set in Bugzilla::Extension::BMO, which might not be present / loaded. | |||||
2018-04-08 | Merge remote-tracking branch 'bmo/master' into unstable | Dylan William Hardison | 12 | -14/+18 | |
2018-04-05 | Bug 1449282 - add jobqueue_status api | Israel Madueme | 1 | -0/+4 | |
2018-04-04 | Bug 1446431 - Allow Baseline scan to ignore forms that dont need CSRF Tokens | Simon Bennetts | 11 | -14/+14 | |
The data-no-csrf attribute is used to signify that a form is 'safe' (ie doesn't actually make any permanent changes) and so doesn't need an anti-csrf token. | |||||
2018-04-01 | Merge branch 'master' into unstable | Dylan William Hardison | 6 | -5/+20 | |
2018-03-29 | Bug 1200695 - API-key-creation emails should reflect if the action was a ↵ | Israel Madueme | 1 | -0/+8 | |
result of auth delegation | |||||
2018-03-21 | Bug 1447669 - Add localconfig parameter for changing shadowdb user and pass | Israel Madueme | 1 | -0/+6 | |
2018-03-21 | Bug 1444008 - Fix sanity tests for unfiltered urlbase | Dylan William Hardison | 1 | -1/+1 | |
2018-03-20 | Bug 1444008 - Form action injection in Bugzilla /user_profile (leads to ↵ | Dylan William Hardison | 1 | -1/+1 | |
XSS/single-factor credential leakage) | |||||
2018-03-19 | Bug 1440328 - Obfuscate mentor email for users that aren't logged in | Israel Madueme | 1 | -0/+1 | |
2018-03-19 | fix all the tests | Dylan William Hardison | 2 | -7/+2 | |
2018-03-18 | Bug 1446236 - edit-multiple.html.tmpl: Delete an old user-specific ↵ | Vladimir Panteleev | 1 | -1/+0 | |
hard-coded hack | |||||
2018-03-18 | Bug 1446236 - Allow customizing the name of the "nobody" user ↵ | Vladimir Panteleev | 1 | -1/+1 | |
(nobody@mozilla.org) | |||||
2018-03-18 | Bug 1446236 - template/en/default/bug/new_bug.html.tmpl: Use relative URLs | Vladimir Panteleev | 1 | -2/+2 | |
2018-03-18 | Revert "Merge remote-tracking branch 'dylanwh/unextend-schema' into unstable" | Dylan William Hardison | 1 | -3/+2 | |
This reverts commit b70a4853a02d9011a3f0ba2a1d563df18810c934, reversing changes made to de95ef821f24d08c629ac764c7524970f968d70c. | |||||
2018-03-16 | Bug 1446236 - Use terms.Bugzilla when refering to the bugzilla install in ↵ | Vladimir Panteleev | 1 | -1/+1 | |
the "disable my account" description | |||||
2018-03-16 | Bug 1446236 - Allow customizing link to bug writing guidelines | Vladimir Panteleev | 4 | -4/+6 | |
2018-03-12 | Bug 1427503 - Allow all users to use Duo as the MFA provider. | Tom Prince | 1 | -3/+3 | |
2018-03-12 | Bug 1437238 - Create override parameters for mailer configuration | Dylan William Hardison | 1 | -1/+1 | |
2018-03-12 | fix default security bug id thing | Dylan William Hardison | 1 | -0/+5 | |
2018-03-10 | initial changes, no templates | Dylan William Hardison | 1 | -2/+3 | |
2018-03-05 | Bug 1433573 - Display the short URL link even for queries without any results | byron jones | 1 | -16/+18 | |
2018-03-05 | Bug 1429344 - Review requests in requests dropdown should link to MozReview ↵ | Kohei Yoshino | 2 | -5/+5 | |
or GitHub instead of Bugzilla details page | |||||
2018-03-02 | Bug 1442520 - move inbound_proxies to localconfig | Dylan William Hardison | 2 | -9/+5 | |