]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Keep url in exists endpoint
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 1 Apr 2019 09:50:33 +0000 (11:50 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 1 Apr 2019 11:24:40 +0000 (13:24 +0200)
commit9c2b2aae70b06411336e6eb6ac43b3ebd30dc38c
treeb8b37a0f8b3edd0c4db1678815d906a7b6126f31
parentbfe02a0b481055bb4e799200c8daa9a0ad987c71
Keep url in exists endpoint

- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
app/DoctrineMigrations/Version20190401105353.php [new file with mode: 0644]
src/Wallabag/ApiBundle/Controller/EntryRestController.php
src/Wallabag/CoreBundle/Command/GenerateUrlHashesCommand.php
src/Wallabag/CoreBundle/DataFixtures/EntryFixtures.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
tests/Wallabag/CoreBundle/Command/GenerateUrlHashesCommandTest.php