aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/bookmark/BookmarkFileServiceTest.php
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-21/+116
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-4/+4
* Raise 404 error instead of 500 if permalink access is deniedArthurHoaro2020-10-281-2/+2
* Feature: add weekly and monthly view/RSS feed for daily pageArthurHoaro2020-10-271-34/+90
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-271-0/+31
* add search highlight unit testsArthurHoaro2020-10-161-0/+16
* Strict types: fix an issue in daily where the date could be an intArthurHoaro2020-10-161-2/+2
* Add strict types for bookmarks managementArthurHoaro2020-10-131-44/+0
* Add mutex on datastore I/O operationsArthurHoaro2020-10-131-19/+25
* Fix missing @expectedException convertionArthurHoaro2020-09-291-2/+1
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-2/+2
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-271-42/+42
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-261-1/+1
* Merge pull request #1552 from ArthurHoaro/feature/better-initializerArthurHoaro2020-09-121-7/+11
|\
| * Improve default bookmarks after installArthurHoaro2020-09-101-7/+11
* | Fix visibility issue on daily pageArthurHoaro2020-09-061-0/+30
|/
* Fix basePath in unit tests reference DBArthurHoaro2020-07-281-2/+2
* Better support for notes permalinkArthurHoaro2020-07-281-2/+2
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-10/+10
* Handle tag filtering in the Bookmark serviceArthurHoaro2020-07-231-5/+0
* Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-181-0/+41
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-181-0/+1042