aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/LegacyController.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-1/+1
|
* Fix: encoding in legacy route login redirection to post bookmarkArthurHoaro2020-09-031-1/+11
| | | | | When a bookmark is post from a logged out user, he is first redirected to the login page with 'returnurl' containing the link, then redirected again when the login is processed. We need to reencode the posted URL, otherwise the browser does not handle the fragment as a part of the posted parameter.
* 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.
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-0/+130
Including a bunch of improvements on the container, and helper used across new controllers.