Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Multiple small fixes | ArthurHoaro | 2020-07-23 | 1 | -1/+2 |
| | |||||
* | Process main page (linklist) through Slim controller | ArthurHoaro | 2020-07-23 | 3 | -0/+326 |
| | | | | | Including a bunch of improvements on the container, and helper used across new controllers. | ||||
* | Process thumbnail synchronize page through Slim controllers | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | |||||
* | Process Daily RSS feed through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -1/+1 |
| | | | | The daily RSS template has been entirely rewritten to handle the whole feed through the template engine. | ||||
* | Migrate cache purge function to a proper class | ArthurHoaro | 2020-07-23 | 1 | -1/+3 |
| | | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago | ||||
* | Fix all relative link to work with new URL | ArthurHoaro | 2020-07-23 | 1 | -2/+2 |
| | |||||
* | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 3 | -0/+1648 |
See https://github.com/shaarli/Shaarli/issues/1307 for details |