discourse/app
David Taylor c10941bbde 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:51:58 +11:00
..
assets UX: Reduce font size on about pages 2019-02-14 20:12:55 -05:00
controllers REFACTOR: Proxy letter avatars in rails instead of nginx 2019-02-18 08:51:58 +11:00
helpers REFACTOR: Simplify finding the opengraph image 2019-01-31 20:46:15 +01:00
jobs Merge diffs from master 2019-01-31 17:24:35 -05:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: unable to create new categories 2019-02-15 10:28:13 +11:00
serializers FIX: unable to create new categories 2019-02-15 10:28:13 +11:00
services FIX: Email domain whitelist prevented user anonymizing 2019-01-30 15:14:36 +01:00
views UX: Add post action text in non-JS topic view 2019-01-28 22:51:06 +05:30