Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 5 | -70/+68 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 3 | -5/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 3 | -5/+4 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 2 | -4/+165 |
| | | | | | | | | | | | | Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 | ||||
* | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 2 | -4/+4 |
| | | | | See https://www.php-fig.org/psr/psr-2/\#51-if-elseif-else | ||||
* | History: fix entries order | ArthurHoaro | 2017-05-07 | 1 | -1/+0 |
| | |||||
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 3 | -3/+13 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | API: Get History endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+71 |
| | | | | See http://shaarli.github.io/api-documentation/#links-history-get | ||||
* | API: add DELETE endpoint | ArthurHoaro | 2017-05-07 | 1 | -0/+23 |
| | | | | | | Based on #840 See http://shaarli.github.io/api-documentation/\#links-link-delete | ||||
* | REST API: implement PUT method | ArthurHoaro | 2017-05-07 | 1 | -0/+42 |
| | | | | | * Related to #609 * Documentation: http://shaarli.github.io/api-documentation/#links-link-put | ||||
* | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 2 | -1/+53 |
| | |||||
* | REST API: implements getLink by ID service | ArthurHoaro | 2017-02-19 | 1 | -2/+23 |
| | | | | See http://shaarli.github.io/api-documentation/#links-link-get | ||||
* | REST API - getLinks: support the visibility parameter | ArthurHoaro | 2017-01-17 | 1 | -3/+2 |
| | |||||
* | Update LinkFilter to be able to filter only public links | ArthurHoaro | 2017-01-16 | 1 | -1/+2 |
| | | | | | | No update regarding the UI or the API for now Fixes #758 | ||||
* | REST API: implement getLinks service | ArthurHoaro | 2017-01-15 | 1 | -0/+86 |
| | | | | See http://shaarli.github.io/api-documentation/#links-links-collection-get | ||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 2 | -0/+96 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |