Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New plugin hook: ability to add custom filters to Shaarli search engine | ArthurHoaro | 2021-02-04 | 1 | -2/+9 |
| | | | | | | | A new plugin hook has been added: hook_test_filter_search_entry This hook allows to filter out bookmark with custom plugin code when a search is performed. Related to #143 | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | Add and update unit test for the new system (Bookmark + Service) | ArthurHoaro | 2020-01-18 | 1 | -7/+13 |
| | | | | See #1307 | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -2/+1 |
| | | | | 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> | ||||
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 1 | -2/+2 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Implements Tags endpoints for Shaarli's REST API | ArthurHoaro | 2018-06-04 | 1 | -0/+115 |
Endpoints: * List All Tags [GET] * Get a tag [GET] * Update a tag [PUT] * Delete a tag [DELETE] Fixes #904 References shaarli/api-documentation#34 |