Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -2/+3 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 1 | -2/+2 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 1 | -0/+42 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |