aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/feed
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-1/+9
* Daily RSS Cache: invalidate cache base on the dateArthurHoaro2020-12-171-9/+48
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-1/+3
* Compatibility with PHPUnit 9ArthurHoaro2020-09-292-10/+10
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-2/+2
* Fix subfolder configuration in unit testsArthurHoaro2020-09-121-6/+7
* Fixed: Pinned bookmarks are displayed first in ATOM/RSS feedsArthurHoaro2020-08-291-6/+6
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-9/+9
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-3/+3
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-3/+3
* Make FeedBuilder instance creation independant of the request stackArthurHoaro2020-07-231-48/+15
* Slim router: handle add tag routeArthurHoaro2020-07-231-1/+1
* Migrate cache purge function to a proper classArthurHoaro2020-07-231-92/+0
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-1/+1
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-20/+83
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+1
* Optimize and cleanup importsVirtualTam2019-01-131-1/+1
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-3/+1
* namespacing: \Shaarli\Feed\{Cache,CachedPage,FeedBuilder}VirtualTam2019-01-123-0/+462