aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/bookmark/BookmarkInitializer.php
Commit message (Collapse)AuthorAgeFilesLines
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-0/+3
|
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-3/+3
|
* Replace vimeo link in demo bookmarks due to IP ban on the demo instanceArthurHoaro2020-11-081-2/+2
| | | | Fixes #1148
* Add strict types for bookmarks managementArthurHoaro2020-10-131-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 installArthurHoaro2020-09-101-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 loginArthurHoaro2020-08-011-8/+1
|
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-3/+9
|
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-171-0/+59
See https://github.com/shaarli/Shaarli/issues/1307 for details