aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/LoginControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Process login through Slim controllerArthurHoaro2020-07-231-4/+274
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-2/+2
| | | | Also prefix most admin routes with /admin/
* Process password change controller through SlimArthurHoaro2020-07-231-10/+0
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+144
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links