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