discourse/app
Blake Erickson b637249169
FIX: Video thumbnails can have duplicates (#21681)
* FIX: Video thumbnails can have duplicates

It's possible that a duplicate video or even a very similar video could
generate the same video thumbnail. Because video thumbnails are mapped
to their corresponding video by using the video sha1 in the thumbnail
filename we need to allow for duplicate thumbnails otherwise even when a
thumbnail has been generated for a topic it will not be mapped
correctly.

This will also allow you to re-upload a video on the same topic to
regenerate the thumbnail.

* fix typo
2023-05-23 09:00:09 -06:00
..
assets FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
controllers DEV: edited links are set in specific order (#21665) 2023-05-23 10:00:46 +10:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FIX: consider users.created_at for inactive cleanup (#21688) 2023-05-23 13:41:23 +05:30
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models FIX: Video thumbnails can have duplicates (#21681) 2023-05-23 09:00:09 -06:00
serializers FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
services FIX: Do not cook icon with hashtags (#21676) 2023-05-23 09:33:55 +02:00
views FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00