Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -34/+38 |
| | | | | | | | | Parameters typing and using strict types overall increase the codebase quality by enforcing the a given parameter will have the expected type. It also removes the need to unnecessary unit tests checking methods behavior with invalid input. | ||||
* | Add mutex on datastore I/O operations | ArthurHoaro | 2020-10-13 | 1 | -11/+0 |
| | | | | | | To make sure that there is no concurrent operation on the datastore file. Fixes #1132 | ||||
* | Fixed: Pinned bookmarks are displayed first in ATOM/RSS feeds | ArthurHoaro | 2020-08-29 | 1 | -1/+8 |
| | | | | Fixes #1485 | ||||
* | Remove anonymous permission and initialize bookmarks on login | ArthurHoaro | 2020-08-01 | 1 | -14/+0 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -0/+13 |
| | |||||
* | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 1 | -0/+180 |
See https://github.com/shaarli/Shaarli/issues/1307 for details |