discourse/app
Bianca Nenciu bdfb370f19
FIX: Disallow email invites if enable_local_logins is disabled (#10805)
allowEmails used to always be set to true and did not use
can_invite_via_email, which checks for enable_local_logins.

It was a problem because on sites with local logins
disabled users were allowed to enter email addresses, but
received a generic error "error inviting that user".
2020-10-05 19:38:22 +03:00
..
assets FIX: Disallow email invites if enable_local_logins is disabled (#10805) 2020-10-05 19:38:22 +03:00
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: Validate category name on parent change (#10815) 2020-10-05 11:50:05 +02: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