discourse/app/controllers/admin
Osama Sayegh 9329a5395a
FEATURE: Groundwork for schema theme settings UI (#25673)
This commit is the first of a series of commits that will allow themes to define complex settings types by declaring a schema of the setting structure that Discourse core will use to build a UI for the setting automatically. We implement the navigation logic and support for multiple levels of nesting in this commit and we'll continue building this new system gradually in future commits.

Internal topic: t/116870.
2024-02-16 09:31:49 +03:00
..
admin_controller.rb FIX: Always preload admin plugin list for admin in sidebar (#25606) 2024-02-09 12:52:22 +10:00
api_controller.rb DEV: update syntax tree to latest (#24623) 2023-11-29 16:38:07 +11:00
backups_controller.rb
badges_controller.rb
color_schemes_controller.rb
dashboard_controller.rb DEV: lint against Layout/EmptyLineBetweenDefs (#24914) 2023-12-15 23:46:04 +08:00
email_controller.rb FEAT: add cc addresses and post_id to sent email logs (#25014) 2024-01-03 09:27:25 +08:00
email_styles_controller.rb
email_templates_controller.rb
embeddable_hosts_controller.rb
embedding_controller.rb
emojis_controller.rb
form_templates_controller.rb
groups_controller.rb DEV: Fix random typos (#22345) 2023-06-29 12:23:28 +02:00
impersonate_controller.rb
permalinks_controller.rb
plugins_controller.rb FIX: Always preload admin plugin list for admin in sidebar (#25606) 2024-02-09 12:52:22 +10:00
reports_controller.rb SECURITY: Impose a upper bound on limit params in various controllers 2023-07-28 12:53:46 +01:00
robots_txt_controller.rb FIX: Show true content of robots.txt after restoring to default (#24980) 2023-12-20 23:00:37 +03:00
screened_emails_controller.rb
screened_ip_addresses_controller.rb
screened_urls_controller.rb
search_logs_controller.rb
site_settings_controller.rb FIX: Ensure file size restriction types are ints (#24947) 2023-12-18 09:22:50 -07:00
site_texts_controller.rb DEV: Fix various rubocop lints (#24749) 2023-12-06 23:25:00 +01:00
staff_action_logs_controller.rb SECURITY: Impose a upper bound on limit params in various controllers 2023-07-28 12:53:46 +01:00
staff_controller.rb
themes_controller.rb FEATURE: Groundwork for schema theme settings UI (#25673) 2024-02-16 09:31:49 +03:00
user_fields_controller.rb DEV: Add extension points to `Admin User Fields` (#25021) 2023-12-28 08:24:24 -07:00
users_controller.rb
versions_controller.rb
watched_words_controller.rb DEV: Refactor watched words (#24163) 2023-11-01 16:41:10 +02:00
web_hooks_controller.rb FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00