aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers
Commit message (Expand)AuthorAgeFilesLines
* Optimize and cleanup importsVirtualTam2019-01-133-5/+5
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-1/+1
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-1/+1
* lint: apply phpcbf to application/VirtualTam2018-12-023-5/+4
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-042-4/+165
* PSR: use elseif instead of else ifArthurHoaro2018-02-282-4/+4
* History: fix entries orderArthurHoaro2017-05-071-1/+0
* Add history entries for API endpointArthurHoaro2017-05-073-3/+13
* API: Get History endpointArthurHoaro2017-05-071-0/+71
* API: add DELETE endpointArthurHoaro2017-05-071-0/+23
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+42
* REST API: implement POST link serviceArthurHoaro2017-03-272-1/+53
* REST API: implements getLink by ID serviceArthurHoaro2017-02-191-2/+23
* REST API - getLinks: support the visibility parameterArthurHoaro2017-01-171-3/+2
* Update LinkFilter to be able to filter only public linksArthurHoaro2017-01-161-1/+2
* REST API: implement getLinks serviceArthurHoaro2017-01-151-0/+86
* REST API structure using Slim frameworkArthurHoaro2016-12-152-0/+96