discourse/spec
Matt Palmer c09f345cff Proxy letter avatars by default
On sites that don't otherwise configure an avatar fallback, Discourse will
now tell the client to get its letter avatars from a location which nginx
proxies to the centralised `avatars.discourse.org` service.  This alleviates
privacy concerns, whilst still providing some degree of performance benefit
(no need for every site to delay avatar response by 300ms for image
rendering).

It is still possible to gain the benefits of global image caching and the
lower latency of requesting directly from a CDN, by explicitly changing the
`external_system_avatars_url` site setting to
`https://avatars.discourse.org/letter/{first_letter}/{color}/{size}.png`.
2015-11-06 14:13:44 +11:00
..
components correct implementation add tests 2015-11-02 15:05:08 +11:00
controllers filter by username in email digest preview 2015-10-30 18:11:38 +00:00
fabricators FIX: timing issue with edits and cook post processing 2015-09-29 18:51:26 +02:00
fixtures Digital Ocean should be DigitalOcean https://www.digitalocean.com/legal/terms/ 2015-10-30 13:31:48 -04:00
helpers Add tests for I18n.exists? freedom patch 2015-09-23 20:41:51 +02:00
integration Convert specs to RSpec 2.99.2 syntax with Transpec 2015-04-25 11:18:35 -04:00
integrity Add spec to check locale files for duplicate keys 2015-09-19 00:14:26 +02:00
jobs PERF: optimize export user list CSV queries 2015-11-02 13:15:58 +05:30
mailers FEATURE: include email_prefix in digest email subject instead of site title 2015-06-03 22:22:29 +05:30
models Proxy letter avatars by default 2015-11-06 14:13:44 +11:00
phantom_js change smoke test timeout to 15 seconds 2015-09-16 12:18:48 +02:00
serializers UX: show complete URL path if website domain is same as instance domain 2015-08-12 01:19:20 +05:30
services FIX: Topic#last_posted_at was not being set when changing topic timestamp. 2015-10-20 10:12:52 +08:00
support PERF: Cache About#stats. 2015-07-20 22:45:05 +08:00
views/omniauth_callbacks Better support for passing up errors when OmniAuth fails after auth 2015-06-24 12:12:43 -04:00
spec_helper.rb FIX: Give 403 for deleted topics, +lots of tests 2015-09-11 08:29:44 -07:00