]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Hash the urls to check if they exist
authorThomas Citharel <tcit@tcit.fr>
Sun, 28 May 2017 12:53:04 +0000 (14:53 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 1 Apr 2019 11:24:40 +0000 (13:24 +0200)
commitbfe02a0b481055bb4e799200c8daa9a0ad987c71
treeb82431b5ca4b24de1ddab6f0407e1ae7cda54083
parent3620dae1e6b3fab5a4ba4001b4581ce7ed795996
Hash the urls to check if they exist

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Command/GenerateUrlHashesCommand.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DataFixtures/EntryFixtures.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
tests/Wallabag/CoreBundle/Command/GenerateUrlHashesCommandTest.php [new file with mode: 0644]