aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/legacy/LegacyLinkDB.php
Commit message (Collapse)AuthorAgeFilesLines
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-1/+1
|
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-9/+9
|
* Move utils classes to Shaarli\Helper namespace and folderArthurHoaro2020-10-271-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
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-171-0/+580
See https://github.com/shaarli/Shaarli/issues/1307 for details