aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/legacy/LegacyControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-2/+2
| | | | Also handle authentication check in a new middleware for the admin group.
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-0/+99
Including a bunch of improvements on the container, and helper used across new controllers.