Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move error handling to dedicated controller instead of middleware | ArthurHoaro | 2020-08-21 | 1 | -15/+14 |
| | |||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 1 | -1/+1 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Process login through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+6 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+12 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -5/+125 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -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 controller | ArthurHoaro | 2020-01-26 | 1 | -0/+70 |