aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/bookmark/BookmarkFileService.php
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-1/+7
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-10/+22
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-2/+2
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-7/+11
* Feature: support any tag separatorArthurHoaro2020-11-051-1/+1
* Raise 404 error instead of 500 if permalink access is deniedArthurHoaro2020-10-281-1/+1
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-11/+27
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-271-2/+5
* Strict types: fix an issue in daily where the date could be an intArthurHoaro2020-10-161-1/+1
* Add strict types for bookmarks managementArthurHoaro2020-10-131-38/+28
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-2/+7
* Fix visibility issue on daily pageArthurHoaro2020-09-061-1/+3
* Fixed: Pinned bookmarks are displayed first in ATOM/RSS feedsArthurHoaro2020-08-291-2/+11
* Remove anonymous permission and initialize bookmarks on loginArthurHoaro2020-08-011-19/+17
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-6/+20
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-1/+1
* Process Daily RSS feed through Slim controllerArthurHoaro2020-07-231-1/+1
* Handle tag filtering in the Bookmark serviceArthurHoaro2020-07-231-0/+1
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-1/+6
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-2/+7
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-171-0/+373