discourse/app
Jarek Radosz 4b5358bb42
FIX: Preload uploads in groups#search to stop N+1 (#10814)
`BasicGroupSerializer` includes `flair_url` which uses `flair_upload` relation, so the N in N+1 in this case was the number of groups with flair in the forum.
2020-10-05 10:22:55 +02:00
..
assets FEATURE: explain why invites are disabled to staff users (#10810) 2020-10-03 13:05:26 +05:30
controllers FIX: Preload uploads in groups#search to stop N+1 (#10814) 2020-10-05 10:22:55 +02:00
helpers DEV: make it possible to enable cdn in development environment. 2020-09-23 11:52:16 +05:30
jobs FIX: email always settings were not being respected 2020-09-23 22:00:15 +05:30
mailers FEATURE: Allow email image embed with secure media (#10563) 2020-09-10 09:50:16 +10:00
models FIX: Invalid URLs could raise exceptions when calling UrlHelper.rails_route_from_url (#10782) 2020-09-30 15:20:00 +10:00
serializers FIX: Do not downcase group name in current user serializer 2020-09-17 13:03:42 -04:00
services DEV: Move UserApiKey scopes to dedicated table (#10704) 2020-09-29 10:57:48 +01:00
views FIX: Hide empty popular/recent sections in 404 page (#10811) 2020-10-02 15:11:15 -04:00