aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/controller/visitor/ShaarliVisitorController.php
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+14
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-6/+8
|
* Process password change controller through SlimArthurHoaro2020-07-231-0/+8
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-0/+131
- Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links