aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/ShaarliMiddlewareTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Move error handling to dedicated controller instead of middlewareArthurHoaro2020-08-211-15/+14
|
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+1
| | | | Also handle authentication check in a new middleware for the admin group.
* Process login through Slim controllerArthurHoaro2020-07-231-1/+6
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-0/+12
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-5/+125
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-0/+15
| | | | | | | 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.
* Render login page through Slim controllerArthurHoaro2020-01-261-0/+70