aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/Links.php
Commit message (Expand)AuthorAgeFilesLines
* Handle pagination through BookmarkServiceArthurHoaro2021-01-201-19/+19
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-291-2/+10
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-2/+4
* 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-291-2/+2
|/
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-48/+31
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-041-4/+4
* PSR: use elseif instead of else ifArthurHoaro2018-02-281-2/+2
* Add history entries for API endpointArthurHoaro2017-05-071-1/+4
* API: add DELETE endpointArthurHoaro2017-05-071-0/+23
* REST API: implement PUT methodArthurHoaro2017-05-071-0/+42
* REST API: implement POST link serviceArthurHoaro2017-03-271-1/+43
* 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