aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/LoginControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-1/+1
| | | | Fixes #1122
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* 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