aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Support redirection of legacy route 'do=configure'ArthurHoaro2020-09-011-0/+17
|
* Fix legacy redirection when Shaarli instance is under a subfolderArthurHoaro2020-09-011-6/+9
|
* Fix support for legacy route login redirectionArthurHoaro2020-09-011-3/+5
| | | | Makes sure that the user is properly redirected to the bookmark form after login, even with legacy routes
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+1
| | | | Also handle authentication check in a new middleware for the admin group.
* Multiple small fixesArthurHoaro2020-07-231-1/+2
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-233-0/+326
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-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 classArthurHoaro2020-07-231-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 URLArthurHoaro2020-07-231-2/+2
|
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-173-0/+1648
See https://github.com/shaarli/Shaarli/issues/1307 for details