discourse/app
David Taylor ceb858c70a
PERF: Release post_upload records when downloaded image is removed (#10379)
Previously we would unconditionally keep all images downloaded via pull_hotlinked_images, even if they are later removed from the post. This commit removes that logic, and relies on the existing link_post_uploads process to pick up the downloaded images in `cooked`. Specs are added to ensure this is working correctly for regular hotlinked images, and for oneboxes.
2020-08-06 10:06:34 +10:00
..
assets FIX: Only raise proper "error" messages 2020-08-05 16:27:06 -04:00
controllers FEATURE - allow category group moderators to split/merge topics (#10351) 2020-08-05 10:33:25 -04:00
helpers FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
jobs REFACTOR: Refactor pull_hotlinked_images job 2020-08-05 12:14:59 +01:00
mailers FIX: Add strip_secure_urls method to GroupSmtpMailer 2020-07-24 13:55:07 +10:00
models PERF: Release post_upload records when downloaded image is removed (#10379) 2020-08-06 10:06:34 +10:00
serializers FEATURE - allow category group moderators to split/merge topics (#10351) 2020-08-05 10:33:25 -04:00
services FIX: ensures shadow has last_posted_at before comparing to site setting (#10374) 2020-08-05 13:20:51 +02:00
views FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00