discourse/spec
David Taylor f04471e422 REFACTOR: Proxy letter avatars in rails instead of nginx
Co-authored-by: Sam Saffron <sam.saffron@gmail.com>
Co-authored-by: David Taylor <david@taylorhq.com>

This gives more control over the request. In particular we can easily
lookup DNS dynamically, instead of only upon NGINX startup.
Previously, NGINX was looking up IP for the letter avatar service and
caching the CDN IP address, this caused issues if CDN changed IP, in
which letter avatars would be broken till a container restarted.

NGINX config has been updated to add caching. This change will require
a container rebuild.

The proxy will now function in development environments, so the patch
for `letter_avatar_proxy` has been removed.
2019-02-18 08:46:56 +11:00
..
components FIX: Remove 'backfill_etags' keyword argument from 'uploads:missing' rake task 2019-02-15 00:34:35 +05:30
fabricators DEV: Improve specs 2019-01-18 11:07:53 +01:00
fixtures FIX: add support for style element in SVGs 2019-02-07 12:09:06 +01:00
helpers DEV: Fix specs using deprecated site settings. 2019-02-01 12:31:03 +08:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration FIX: When disagreeing with a flag that silenced a user, unsilence them 2019-02-08 08:50:50 -05:00
integrity FIX: Relative links in translations should work with subfolder 2018-11-08 23:31:05 +00:00
jobs FIX: Add onceoff job to remove double quotes from s3 etags 2019-02-14 05:19:41 +05:30
lib FEATURE: Calculate CSP based on active themes (#6976) 2019-02-11 12:32:04 +00:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models REFACTOR: Proxy letter avatars in rails instead of nginx 2019-02-18 08:46:56 +11:00
multisite FEATURE: add APIS for unpausing all sites 2019-02-14 13:34:20 +11:00
requests REFACTOR: Proxy letter avatars in rails instead of nginx 2019-02-18 08:46:56 +11:00
serializers FIX: Mods weren't able to see emails in admin user list 2019-01-18 15:37:30 +01:00
services FEATURE: allow blocking emojis (#7011) 2019-02-15 20:55:48 +05:30
support FIX: logspam due to 404s on CSS files 2019-02-14 17:58:16 +11:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks FEATURE: Use translated name for 'your email has been authenticated by' (#6649) 2018-11-22 19:12:04 +00:00
rails_helper.rb DEV: Multisite tests didn't fail anymore 2019-01-24 22:28:00 +01:00