discourse/app
Blake Erickson 62e7c72126
DEV: Generate video thumbnails from the File object instead of the DOM (#20696)
In order to avoid built in browser CORS issues and sites that are using
CDNs this change allows us to generate thumbnail images from videos
directly from the File uploaded instead of reading the already uploaded
file via the `video` tag.

Follow-up to: f144c64e13
2023-03-20 13:40:14 -06:00
..
assets DEV: Generate video thumbnails from the File object instead of the DOM (#20696) 2023-03-20 13:40:14 -06:00
controllers FIX: Support tag query param on /tag/{name} routes (#20742) 2023-03-20 13:51:39 -05:00
helpers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
jobs DEV: Refactor Jobs::UserEmail a little 2023-03-14 09:23:06 +01:00
mailers DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
models DEV: Minor refactor for bookmark polymorphic changes (#20733) 2023-03-20 10:19:28 +01:00
serializers FEATURE: Configurable auto-bump cooldown (#20507) 2023-03-10 13:45:01 +08:00
services FIX: search index failing on certain posts (#20736) 2023-03-20 15:43:08 +11:00
views SECURITY: Show only visible tags in metadata 2023-02-23 17:22:20 +01:00