aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/GenerateUrlHashesCommandTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use a better index for hashed_urlJeremy Benoist2019-04-011-4/+1
| | | | | | It'll most often be used in addition to the `user_id`. Also, automatically generate the hash when saving the url. Switch from `md5` to `sha1`.
* Keep url in exists endpointJeremy Benoist2019-04-011-4/+4
| | | | | | - 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/+101
Signed-off-by: Thomas Citharel <tcit@tcit.fr>