aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api
Commit message (Expand)AuthorAgeFilesLines
* application: introduce the Shaarli\Config namespaceVirtualTam2017-03-041-1/+1
* REST API: implements getLink by ID serviceArthurHoaro2017-02-192-2/+55
* 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
* Merge pull request #727 from ArthurHoaro/api/getlinksArthurHoaro2017-01-152-0/+117
|\
| * REST API: implement getLinks serviceArthurHoaro2017-01-152-0/+117
* | API: expect JWT in the Authorization headerVirtualTam2017-01-151-3/+8
* | API: fix JWT signature verificationVirtualTam2017-01-041-7/+5
|/
* REST API structure using Slim frameworkArthurHoaro2016-12-158-0/+428