aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy
Commit message (Expand)AuthorAgeFilesLines
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-1/+1
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-094-24/+26
* Feature: support any tag separatorArthurHoaro2020-11-051-1/+1
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-272-2/+2
* Merge pull request #1541 from ArthurHoaro/fix/legacy-login-encodingArthurHoaro2020-09-031-1/+11
|\
| * Fix: encoding in legacy route login redirection to post bookmarkArthurHoaro2020-09-031-1/+11
* | Merge pull request #1537 from ArthurHoaro/fix/back-compatible-targetsArthurHoaro2020-09-031-129/+5
|\ \ | |/ |/|
| * Improve backward compatibility for LegacyRouterArthurHoaro2020-09-031-129/+5
* | 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
|/
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+1
* Multiple small fixesArthurHoaro2020-07-231-1/+2
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-233-0/+326
* Process thumbnail synchronize page through Slim controllersArthurHoaro2020-07-231-1/+1
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+1
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-1/+3
* 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