aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/ShaarliMiddleware.php
Commit message (Expand)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+4
* Fix login loop for private instancesArthurHoaro2020-09-011-1/+1
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-211-25/+1
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+11
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-0/+1
* New basePath: fix officiel plugin paths and vintage templateArthurHoaro2020-07-261-2/+2
* Multiple small fixesArthurHoaro2020-07-231-1/+1
* Process login through Slim controllerArthurHoaro2020-07-231-1/+3
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-0/+6
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-8/+65
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+3
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-0/+2
* Initialize admin Slim controllersArthurHoaro2020-07-231-2/+5
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+57