aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers/tags
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-044-8/+62
* Add mutex on datastore I/O operationsArthurHoaro2020-10-134-6/+17
* Compatibility with PHPUnit 9ArthurHoaro2020-09-294-4/+4
* Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-273-12/+12
* Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-264-8/+8
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-184-36/+49
* Optimize and cleanup importsVirtualTam2019-01-134-25/+28
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-124-9/+9
* namespacing: \Shaarli\HistoryVirtualTam2019-01-122-9/+9
* lint: apply phpcbf to tests/VirtualTam2018-12-021-1/+0
* GetTagsTest - Update to alpha sort for equal occurencesArthurHoaro2018-07-053-8/+8
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-044-0/+711