aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/GenerateUrlHashesCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* Keep url in exists endpointJeremy Benoist2019-04-011-6/+13
| | | | | | - Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests
* Hash the urls to check if they existThomas Citharel2019-04-011-0/+95
Signed-off-by: Thomas Citharel <tcit@tcit.fr>