discourse/spec
Martin Brennan 8d77e99827
FIX: Stop encoding presigned URLs with UrlHelper (#8818)
When FinalDestination is given a URL it encodes it before doing anything else. however S3 presigned URLs should not be messed with in any way otherwise we can end up with 400 errors when downloading the URL e.g.

<Error><Code>InvalidToken</Code><Message>The provided token is malformed or otherwise invalid.</Message>

The signature of presigned URLs is very important and is automatically generated and should be preserved.
2020-01-31 09:09:34 +10:00
..
components FIX: Stop encoding presigned URLs with UrlHelper (#8818) 2020-01-31 09:09:34 +10:00
fabricators FIX: Mitigate issue where legacy pre-secure hotlinked media would not be redownloaded (#8802) 2020-01-29 10:11:38 +10:00
fixtures
helpers
import_export FIX: Import sub-sub-categories (#8810) 2020-01-30 18:46:33 +02:00
integration
integrity
jobs FEATURE: Send suspect users to the review queue (#8811) 2020-01-29 15:38:27 -03:00
lib
mailers
models FIX: Disallow featuring hidden topics (#8814) 2020-01-30 10:00:49 -06:00
multisite
requests FIX: Disallow featuring hidden topics (#8814) 2020-01-30 10:00:49 -06:00
serializers
services
support FIX: Mitigate issue where legacy pre-secure hotlinked media would not be redownloaded (#8802) 2020-01-29 10:11:38 +10:00
tasks
views/omniauth_callbacks
rails_helper.rb