aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/LoginController.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-3/+5
|
* Use PSR-3 logger for login attemptsArthurHoaro2020-10-201-1/+0
| | | | Fixes #1122
* Fix redirection after post install loginArthurHoaro2020-07-271-1/+1
|
* Process login through Slim controllerArthurHoaro2020-07-231-10/+117
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-1/+2
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-1/+1
| | | | Also prefix most admin routes with /admin/
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+46
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links