aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/bookmark/LinkDB.php
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-171-578/+0
| | | | See https://github.com/shaarli/Shaarli/issues/1307 for details
* Make sure that bookmark sort is consistent, even with equal timestampsArthurHoaro2019-08-071-2/+5
| | | | Fixes #1348
* Merge pull request #1270 from ArthurHoaro/hotfix/sticky-warningArthurHoaro2019-02-241-1/+5
|\ | | | | Fix a warning if links sticky status isn't set
| * Fix a warning if links sticky status isn't setArthurHoaro2019-02-091-1/+5
| | | | | | | | | | - initiate its status to false when the link is created - if not defined, initiate its status to false (can happen if the updater hasn't run)
* | Remove the redirector settingArthurHoaro2019-02-091-35/+6
|/ | | | Fixes #1239
* Optimize and cleanup importsVirtualTam2019-01-131-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkFilterVirtualTam2019-01-121-13/+13
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* namespacing: \Shaarli\Bookmark\LinkDBVirtualTam2019-01-121-0/+601
Signed-off-by: VirtualTam <virtualtam@flibidi.net>