aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/root.t
Commit message (Collapse)AuthorAgeLines
* Prevent race condition in root.t test.Matthew Somerville2017-09-06-1/+1
| | | | | | This test assumed /reports would load, which it wouldn't if run in parallel and the data hadn't been generated by reports.t. Test a different page instead.
* Add LOGIN_REQUIRED config keyDave Arter2017-08-31-0/+76
If set to 1, this restricts all pages on the site to logged-in users.