Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -6/+8 |
| | | | | | | | | 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. | ||||
* | Fixed: Pinned bookmarks are displayed first in ATOM/RSS feeds | ArthurHoaro | 2020-08-29 | 1 | -4/+5 |
| | | | | Fixes #1485 | ||||
* | Apply the new system (Bookmark + Service) to the whole code base | ArthurHoaro | 2020-01-18 | 1 | -1/+1 |
| | | | | See https://github.com/shaarli/Shaarli/issues/1307 | ||||
* | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 1 | -0/+259 |
See https://github.com/shaarli/Shaarli/issues/1307 for details |