aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers
Commit message (Expand)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-202-23/+23
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-291-2/+10
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-093-5/+6
* Merge pull request #1616 from dimtion/fix-api-redirectArthurHoaro2020-10-291-1/+1
|\
| * postLink: change relative path to absolute pathLoïc Carr2020-10-281-1/+1
* | Add strict types for bookmarks managementArthurHoaro2020-10-131-8/+11
* | REST API: allow override of creation and update datesArthurHoaro2020-08-292-3/+4
|/
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-185-70/+68
* 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