aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Support redirection of legacy route 'do=configure'ArthurHoaro2020-09-011-0/+2
|
* Fix legacy redirection when Shaarli instance is under a subfolderArthurHoaro2020-09-011-3/+3
|
* Fix support for legacy route login redirectionArthurHoaro2020-09-011-3/+3
| | | | 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-2/+2
| | | | Also handle authentication check in a new middleware for the admin group.
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-232-0/+611
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-1/+0
| | | | | | And update dependencies and tests. Note that SESSION['tags'] has been removed a log ago
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-184-0/+2125
See #1307