aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/bookmark/BookmarkInitializer.php
Commit message (Collapse)AuthorAgeFilesLines
* 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