discourse/app
Guo Xiang Tan 62ad473716
FIX: Preload readonly mode attribute seperately.
There are two problems I'm trying to tackle here.

1. The site json is cached for anonymous users so readonly mode can be
cached for up to 30 minutes which makes it confusing.

2. We've already checked for readonly mode in the controller so having
to check for readonly mode again in `SiteSerializer` is adding an extra
Redis query on every request.
2020-06-12 09:54:05 +08:00
..
assets FIX: Preload readonly mode attribute seperately. 2020-06-12 09:54:05 +08:00
controllers FIX: Preload readonly mode attribute seperately. 2020-06-12 09:54:05 +08:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00
mailers FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00
models FIX: Allow users to add emails which were deleted before 2020-06-11 14:54:11 +03:00
serializers FIX: Preload readonly mode attribute seperately. 2020-06-12 09:54:05 +08:00
services FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00
views FEATURE: Improve UX support for multiple email addresses (#9691) 2020-06-10 19:11:49 +03:00