summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum
AgeCommit message (Collapse)AuthorFilesLines
2018-10-05Bug 1496570 - Bugzilla doesn't attempt to decode form-urlencoded data ↵Dylan William Hardison1-0/+2
without a content-type header
2018-10-04Bug 1495901 - SES type checking errorDylan William Hardison1-42/+59
2018-10-03no bug - reformat all new quantum files using new standardDylan William Hardison9-581/+586
2018-10-02add helpers for handling logins and error handlingDylan William Hardison3-17/+123
2018-10-01Bug 1495071 - Mojolicious CleanupDylan William Hardison3-6/+40
There are some things that should've been in the first patch but were missed: 1. Calling $c->finish in the finally block should not happen if an exception has been raised. 2. Bugzilla->cleanup() should be called at the same time the mojolicious stash is cleared. 3. Code referencing the shutdownhtml should be removed 4. The conditionals that ran code in Bugzilla.pm when it was not run under mod_perl should instead check where the Bugzilla.pm module was loaded from. 5. Revert the default template from #770 6. Also removed some stuff that manipulates the PATH and signals, which we shouldn't do
2018-09-28no bug - use more generous timeouts Dylan William Hardison1-22/+0
this makes all the mojo timeouts larger -- except for 'clients' which should be smaller because we're so synchronous. It also puts them into environmental variables so ops can tweak them. Note some of the code has moved to the main application class to make future people less likely to not notice these values.
2018-09-28no bug - use bugzilla as the default template engineDylan William Hardison1-0/+1
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison8-0/+774