Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -4/+4 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -3/+4 |
| | | | | 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 | 1 | -1/+1 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Add history entries for API endpoint | ArthurHoaro | 2017-05-07 | 1 | -1/+8 |
| | | | | CHANGED: datetime is now store as an object in history store file | ||||
* | REST API: implement POST link service | ArthurHoaro | 2017-03-27 | 1 | -0/+10 |
| | |||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 1 | -0/+54 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |