discourse/app/assets/javascripts/admin/addon
Krzysztof Kotlarek fc9648578b
DEV: Make more group-based settings client: false (#25735)
Affects the following settings:

delete_all_posts_and_topics_allowed_groups
experimental_new_new_view_groups
enable_experimental_admin_ui_groups
custom_summarization_allowed_groups
pm_tags_allowed_for_groups
chat_allowed_groups
direct_message_enabled_groups
chat_message_flag_allowed_groups

This turns off client: true for these group-based settings,
because there is no guarantee that the current user gets all
their group memberships serialized to the client. Better to check
server-side first.
2024-02-19 13:25:59 +11:00
..
adapters DEV: Migrate remaining admin classes to native syntax (#20717) 2023-03-17 12:25:05 +00:00
components FEATURE: Groundwork for schema theme settings UI (#25673) 2024-02-16 09:31:49 +03:00
controllers FEATURE: Groundwork for schema theme settings UI (#25673) 2024-02-16 09:31:49 +03:00
helpers DEV: replace registerUnbound usage with default exports (#23802) 2023-10-19 14:28:25 +01:00
lib DEV: Rename I18n imports to discourse-i18n (#23915) 2023-10-18 11:07:09 +01:00
mixins DEV: Replace period mixin with a component (#25292) 2024-01-18 13:06:42 +01:00
models FIX: Computed property override error for webhook.categories (#25418) 2024-01-25 12:25:02 +00:00
routes DEV: Make more group-based settings client: false (#25735) 2024-02-19 13:25:59 +11:00
services FIX: "Action Logs" button on user admin page (#25300) 2024-01-17 13:49:59 +00:00
templates FEATURE: Groundwork for schema theme settings UI (#25673) 2024-02-16 09:31:49 +03:00