discourse/app
Roman Rizzi ba62ecac68
FIX: can_admin_group should be true when creating a new group. (#13671)
It looks like this regressed in #10432.

A user can create a group if they're an admin or if they're a mod and the "moderators_manage_categories_and_groups" setting is enabled, so it's safe to always set "can_admin_group" to true for new groups.

It will let us configure automatic membership, default title, and effects on create.
2021-07-09 12:15:00 +08:00
..
assets FIX: can_admin_group should be true when creating a new group. (#13671) 2021-07-09 12:15:00 +08:00
controllers FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
helpers FIX: Do not interpret backreferences in email content 2021-07-08 15:56:09 -07:00
jobs FIX: Do not prevent other topic timers running on error (#13665) 2021-07-08 12:49:58 +10:00
mailers FIX: Do not show In Reply To for group SMTP emails (#13541) 2021-06-28 13:19:17 +10:00
models FIX: Handle storage providers not implementing ACLs (#13675) 2021-07-09 11:31:44 +10:00
serializers FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
services FEATURE: Let users select flair (#13587) 2021-07-08 10:46:21 +03:00
views FEATURE: add period filter in top topics route for tags. (#13415) 2021-07-06 15:25:11 +05:30