aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/controllers
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-0410-18/+126
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-292-0/+96
* Merge pull request #1616 from dimtion/fix-api-redirectArthurHoaro2020-10-291-4/+4
|\
| * postLink: change relative path to absolute pathLoïc Carr2020-10-281-4/+4
* | add search highlight unit testsArthurHoaro2020-10-161-1/+1
* | Add mutex on datastore I/O operationsArthurHoaro2020-10-1310-13/+39
* | Merge pull request #1525 from ArthurHoaro/feature/rest-api-bookmark-datesArthurHoaro2020-10-131-4/+4
|\ \
| * | REST API: allow override of creation and update datesArthurHoaro2020-08-291-4/+4
* | | Compatibility with PHPUnit 9ArthurHoaro2020-09-2911-11/+11
* | | Convert legacy PHPUnit @expected* to new ->expect*ArthurHoaro2020-09-276-20/+20
* | | Comply with PHPUnit V8: setup/teardown functions must return voidArthurHoaro2020-09-2611-22/+22
|/ /
* | Fix basePath in unit tests reference DBArthurHoaro2020-07-282-2/+2
* | Better support for notes permalinkArthurHoaro2020-07-282-4/+4
|/
* Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-1811-82/+129
* Optimize and cleanup importsVirtualTam2019-01-1311-65/+70
* API: update test regexes to comply with PCRE2VirtualTam2019-01-131-2/+2
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-1210-24/+24
* namespacing: \Shaarli\HistoryVirtualTam2019-01-126-30/+30
* lint: fix line-length warningsVirtualTam2018-12-022-4/+12
* lint: apply phpcbf to tests/VirtualTam2018-12-025-6/+2
* Add a button to set links as stickyArthurHoaro2018-10-061-9/+12
* GetTagsTest - Update to alpha sort for equal occurencesArthurHoaro2018-07-053-8/+8
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-0411-0/+711
* Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.xArthurHoaro2018-02-021-2/+4
* wildcard tag search supportWilli Eggeling2017-08-301-0/+83
* Merge pull request #841 from ArthurHoaro/feature/search-no-tagArthurHoaro2017-05-252-4/+4
|\
| * Empty tag search will look for not tagged linksArthurHoaro2017-05-252-4/+4
* | Add history entries for API endpointArthurHoaro2017-05-077-6/+72
* | API: Get History endpointArthurHoaro2017-05-071-0/+221
* | API: add DELETE endpointArthurHoaro2017-05-071-0/+104
* | REST API: implement PUT methodArthurHoaro2017-05-071-0/+199
* | REST API: implement POST link serviceArthurHoaro2017-03-271-0/+193
|/
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-043-9/+11
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-6/+137
* REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-28/+22
* REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+393
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+113