discourse/app
Sam Saffron 5aaf7e3316 FIX: during concurrent emails generation renderer should not be reused
Our instance used for template rendering needs a lock to ensure there is
no race condition where rendering happens on 2 threads at the same time.

This can lead to local poisoning which can cause unexpected results in
emails
2019-10-10 08:50:48 +11:00
..
assets DEV: remove old code, refactor jQuery call 2019-10-09 14:40:48 -04:00
controllers DEV: stop mixing in application helper where not needed 2019-10-09 13:06:18 +11:00
helpers SECURITY: mini profiler enabled incorrectly for admins 2019-10-09 12:49:22 +11:00
jobs FIX: Ensure push_url exists before making push notification API call 2019-10-04 11:52:10 -04:00
mailers FIX: during concurrent emails generation renderer should not be reused 2019-10-10 08:50:48 +11:00
models FIX: Order UserFields by position, by default (#8176) 2019-10-09 13:49:28 -04:00
serializers FEATURE: Display created and last_used dates for API keys 2019-10-09 14:24:41 +01:00
services FIX: during concurrent emails generation renderer should not be reused 2019-10-10 08:50:48 +11:00
views FEATURE: Add site setting to show more detailed 404 errors. (#8014) 2019-10-08 14:15:08 +03:00