]> 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)
committerThomas Citharel <tcit@tcit.fr>
Sun, 28 May 2017 12:53:04 +0000 (14:53 +0200)
commitd5fbb570c974fe8b6f64356772f7cd60b96419da
treec4cfdd0459473d28707b373b53ddee3cc32ac844
parent35941d57ee4d06ec3557d4b126d5f6fd263bcf3a
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/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php