aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/controllers/Links.php
Commit message (Expand)AuthorAgeFilesLines
* 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