]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Feature: Share private bookmarks using a URL containing a private key 1597/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 16 Oct 2020 18:17:08 +0000 (20:17 +0200)
committerArthurHoaro <arthur@hoa.ro>
Tue, 27 Oct 2020 18:32:57 +0000 (19:32 +0100)
commit9c04921a8c28c18ef757f2d43ba35e7e2a7f1a4b
treebcc2cb0dbad3ea27c38e676a20f3a377b50e9066
parente6215a2ad97182efcf88ef532ec6bd65ae35fd19
Feature: Share private bookmarks using a URL containing a private key

  - 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
application/bookmark/BookmarkFileService.php
application/bookmark/BookmarkServiceInterface.php
application/front/controller/admin/ManageShaareController.php
application/front/controller/visitor/BookmarkListController.php
inc/languages/fr/LC_MESSAGES/shaarli.po
index.php
tests/bookmark/BookmarkFileServiceTest.php
tests/front/controller/admin/ManageShaareControllerTest/SharePrivateTest.php [new file with mode: 0644]
tests/front/controller/visitor/BookmarkListControllerTest.php
tpl/default/linklist.html