aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api
Commit message (Expand)AuthorAgeFilesLines
* New plugin hook: ability to add custom filters to Shaarli search engineArthurHoaro2021-02-041-0/+1
* Handle pagination through BookmarkServiceArthurHoaro2021-01-202-23/+23
* API: POST/PUT Link - properly parse tags stringArthurHoaro2020-12-292-6/+27
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-097-10/+15
* 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-132-11/+14
* | Add mutex on datastore I/O operationsArthurHoaro2020-10-131-0/+2
* | Merge pull request #1525 from ArthurHoaro/feature/rest-api-bookmark-datesArthurHoaro2020-10-133-4/+14
|\ \
| * | REST API: allow override of creation and update datesArthurHoaro2020-08-293-4/+14
* | | Revert unrelated changes and add unit testsArthurHoaro2020-09-301-7/+17
* | | Fix identationChristoph Stoettner2020-09-301-5/+5
* | | Change to ->container->environmentChristoph Stoettner2020-09-301-18/+10
* | | Workaround for hoster (ionos)Christoph Stoettner2020-09-291-2/+6
|/ /
* | Better support for notes permalinkArthurHoaro2020-07-281-1/+1
* | Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-1/+8
|/
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-187-118/+110
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+4
* Merge pull request #1271 from ArthurHoaro/hotfix/thumb-note-retrieveArthurHoaro2019-03-021-1/+1
|\
| * Do not try to retrieve thumbnails for internal linkArthurHoaro2019-02-241-1/+1
* | Remove the redirector settingArthurHoaro2019-02-091-3/+1
|/
* Optimize and cleanup importsVirtualTam2019-01-137-12/+7
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-122-2/+2
* namespacing: \Shaarli\Http\Base64UrlVirtualTam2019-01-121-3/+3
* namespacing: \Shaarli\HistoryVirtualTam2019-01-121-1/+1
* lint: apply phpcbf to application/VirtualTam2018-12-027-12/+12
* Implements Tags endpoints for Shaarli's REST APIArthurHoaro2018-06-044-4/+213
* 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-074-5/+16
* API: Get History endpointArthurHoaro2017-05-071-0/+71
* API: add DELETE endpointArthurHoaro2017-05-071-0/+23
* REST API: implement PUT methodArthurHoaro2017-05-072-0/+68
* REST API: implement POST link serviceArthurHoaro2017-03-273-3/+86
* 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