Jeremy Benoist
|
732ec8a2eb
|
Fix deprecated method in tests
|
2020-06-15 14:21:35 +02:00 |
|
Jeremy Benoist
|
8a64566298
|
Use a better index for hashed_url
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`.
|
2019-04-01 13:51:57 +02:00 |
|
Jeremy Benoist
|
9c2b2aae70
|
Keep url in exists endpoint
- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
|
2019-04-01 13:24:40 +02:00 |
|
Thomas Citharel
|
bfe02a0b48
|
Hash the urls to check if they exist
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
|
2019-04-01 13:24:40 +02:00 |
|