aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/front/controller/visitor/BookmarkListControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-3/+3
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Feature: Share private bookmarks using a URL containing a private keyArthurHoaro2020-10-271-0/+31
| | | | | | | | | | - Add a share link next to « Permalink » in linklist (using share icon from fork awesome) - This link generates a private key associated to the bookmark - Accessing the bookmark while logged out with the proper key will display it Fixes #475
* Asynchronous retrieval of bookmark's thumbnailsArthurHoaro2020-10-201-2/+55
| | | | | | | | | This feature is based general.enable_async_metadata setting and works with existing metadata.js file. The script is compatible with any template: - the thumbnail div bloc must have attribute - the bookmark bloc must have attribute with the bookmark ID as value Fixes #1564
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+1
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-0/+448
Including a bunch of improvements on the container, and helper used across new controllers.