Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix login loop for private instances | ArthurHoaro | 2020-09-01 | 1 | -1/+1 |
| | | | | | | GET /login and POST /login have 2 distinct route name. Fixes #1533 | ||||
* | Move error handling to dedicated controller instead of middleware | ArthurHoaro | 2020-08-21 | 1 | -25/+1 |
| | |||||
* | Move all admin controller into a dedicated group | ArthurHoaro | 2020-08-13 | 1 | -1/+11 |
| | | | | Also handle authentication check in a new middleware for the admin group. | ||||
* | Fix basePath in unit tests reference DB | ArthurHoaro | 2020-07-28 | 1 | -0/+1 |
| | |||||
* | New basePath: fix officiel plugin paths and vintage template | ArthurHoaro | 2020-07-26 | 1 | -2/+2 |
| | |||||
* | Multiple small fixes | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process login through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+3 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+6 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -8/+65 |
| | | | | | 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 everywhere | ArthurHoaro | 2020-07-23 | 1 | -3/+3 |
| | | | | Also prefix most admin routes with /admin/ | ||||
* | Explicitly define base and asset path in templates | ArthurHoaro | 2020-07-23 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | Initialize admin Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -2/+5 |
| | | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links | ||||
* | Render login page through Slim controller | ArthurHoaro | 2020-01-26 | 1 | -0/+57 |