Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manually fix remaining PHPCS errors | ArthurHoaro | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -3/+3 |
| | |||||
* | Replace vimeo link in demo bookmarks due to IP ban on the demo instance | ArthurHoaro | 2020-11-08 | 1 | -2/+2 |
| | | | | Fixes #1148 | ||||
* | Add strict types for bookmarks management | ArthurHoaro | 2020-10-13 | 1 | -2/+4 |
| | | | | | | | | 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. | ||||
* | Improve default bookmarks after install | ArthurHoaro | 2020-09-10 | 1 | -11/+63 |
| | | | | | | | Used @nodiscc suggestion in #1148 (slightly edited). It provides a description of what Shaarli does, Markdown rendering demo, and a thumbnail link. Fixes #1148 | ||||
* | Remove anonymous permission and initialize bookmarks on login | ArthurHoaro | 2020-08-01 | 1 | -8/+1 |
| | |||||
* | Process Shaarli install through Slim controller | ArthurHoaro | 2020-07-23 | 1 | -3/+9 |
| | |||||
* | Introduce Bookmark object and Service layer to retrieve them | ArthurHoaro | 2020-01-17 | 1 | -0/+59 |
See https://github.com/shaarli/Shaarli/issues/1307 for details |