discourse/spec
Martin Brennan 901054fd75
FIX: Cache failed onebox URL request server-side (#8421)
We already cache failed onebox URL requests client-side, we now want to cache this on the server-side for extra protection. failed onebox previews will be cached for 1 hour, and any more requests for that URL will fail with a 404 status. Forcing a rebake via the Rebake HTML action will delete the failed URL cache (like how the oneboxer preview cache is deleted).
2019-11-28 07:48:29 +10:00
..
components FIX: Cache failed onebox URL request server-side (#8421) 2019-11-28 07:48:29 +10:00
fabricators
fixtures FEATURE: hide posts from incoming email based on dmarc verdict (#8333) 2019-11-26 15:55:22 +01:00
helpers FIX: email excerpts for posts starting with a quote were displaying a username 2019-11-19 12:35:23 -05:00
import_export
integration FIX: errors when using tags with colons in their name 2019-11-18 13:20:37 -05:00
integrity
jobs FIX: Allow secure uploads if global s3 setting active and enable_s3_uploads validations (#8373) 2019-11-20 07:46:44 +10:00
lib FEATURE: Add timezone to core user_options (#8380) 2019-11-25 10:49:27 +10:00
mailers FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
models FIX: Mark secure media upload insecure automatically if used for theme component (#8413) 2019-11-28 07:32:17 +10:00
multisite FEATURE: Add support for secure media (#7888) 2019-11-18 11:25:42 +10:00
requests FIX: Cache failed onebox URL request server-side (#8421) 2019-11-28 07:48:29 +10:00
serializers DEV: Replace magic values (#8398) 2019-11-25 14:32:19 +02:00
services DEV: improve usability of subfolder specs 2019-11-15 16:48:24 +11:00
support DEV: improve usability of subfolder specs 2019-11-15 16:48:24 +11:00
tasks
views/omniauth_callbacks
rails_helper.rb