Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1616 from dimtion/fix-api-redirect | ArthurHoaro | 2020-10-29 | 1 | -4/+4 |
|\ | | | | | API postLink: change relative path to absolute path | ||||
| * | postLink: change relative path to absolute path | Loïc Carr | 2020-10-28 | 1 | -4/+4 |
| | | |||||
* | | Add mutex on datastore I/O operations | ArthurHoaro | 2020-10-13 | 1 | -1/+3 |
| | | | | | | | | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132 | ||||
* | | Merge pull request #1525 from ArthurHoaro/feature/rest-api-bookmark-dates | ArthurHoaro | 2020-10-13 | 1 | -4/+4 |
|\ \ | | | | | | | REST API: allow override of creation and update dates | ||||
| * | | REST API: allow override of creation and update dates | ArthurHoaro | 2020-08-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | Note that if they're not provided, default behaviour will apply: creation and update dates will be autogenerated, and not empty. Fixes #1223 | ||||
* | | | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 1 | -2/+2 |
|/ / | |||||
* / | Better support for notes permalink | ArthurHoaro | 2020-07-28 | 1 | -2/+2 |
|/ | |||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -11/+19 |
| | | | | See #1307 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -4/+5 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | API: update test regexes to comply with PCRE2 | VirtualTam | 2019-01-13 | 1 | -2/+2 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\Bookmark\LinkDB | VirtualTam | 2019-01-12 | 1 | -3/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | namespacing: \Shaarli\History | VirtualTam | 2019-01-12 | 1 | -4/+4 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -2/+6 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 1 | -1/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -0/+218 |
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 |