discourse/app/controllers/admin
Krzysztof Kotlarek 42b1ca8f78
UX: redesign admin permalinks page (#29634)
Redesign the permalinks page to follow the UX guide. In addition, the ability to edit permalinks was added.

This change includes:
- move to RestModel
- added Validations
- update endpoint and clear old values after the update
- system specs and improvements for unit tests
2024-11-14 10:03:58 +11:00
..
config FEATURE: Add 'Community title' field to about config page (#29500) 2024-10-31 10:04:31 +03:00
admin_controller.rb
admin_notices_controller.rb
api_controller.rb
backups_controller.rb
badges_controller.rb
color_schemes_controller.rb
dashboard_controller.rb FEATURE: allow admins to enable announced experimental features (#29244) 2024-10-22 10:56:58 +11:00
email_controller.rb
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
impersonate_controller.rb
permalinks_controller.rb UX: redesign admin permalinks page (#29634) 2024-11-14 10:03:58 +11:00
plugins_controller.rb
reports_controller.rb FEATURE: Revive legacy pageview reports (#29308) 2024-10-22 10:06:22 +10:00
robots_txt_controller.rb
screened_emails_controller.rb
screened_ip_addresses_controller.rb
screened_urls_controller.rb
search_logs_controller.rb
section_controller.rb
site_settings_controller.rb DEV: Replace `params` by the contract object in services 2024-10-25 14:48:34 +02:00
site_texts_controller.rb
staff_action_logs_controller.rb
staff_controller.rb
themes_controller.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
user_fields_controller.rb
users_controller.rb DEV: Replace `params` by the contract object in services 2024-10-25 14:48:34 +02:00
versions_controller.rb
watched_words_controller.rb
web_hooks_controller.rb