mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
* UX: Admin setting page consistency - Group permissions (#30528) Followupc2282439b3and21470e4afdAdds a new "Group permissions" page and group_permissions site setting area, which shows every single group-based site setting in the app and core plugins. Also adds a "trust_levels" area to show on the already moved admin "Trust level" settings page, since that previously was showing a mix of trust level settings and allowed group settings. * DEV: Review fixes