0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/app/controllers/admin
Régis Hanol ac8d3b0515
UX: Normalize automatic membership email domains (#41434)
Previously, entering an automatic membership email domain that included
an `@` (such as `@acme.io` or a pasted email or URL) warned the admin
and blocked the save until they hand-edited it down to a bare domain.

This change quietly normalizes those entries to the bare domain —
stripping any scheme, path, port, `@` prefix, casing, and surrounding
whitespace — so common paste mistakes just work, while the server still
rejects genuinely invalid domains on save.

Follow up to #41233
2026-07-03 17:22:18 +02:00
..
config FEATURE: generated OpenGraph images for topics (#39194) 2026-06-26 10:37:10 -04:00
admin_controller.rb
admin_notices_controller.rb
api_controller.rb
backups_controller.rb
badges_controller.rb
color_schemes_controller.rb
dashboard_controller.rb Revert "DEV: Remove alternate dashboard_improvements dashboard response" (#41402) 2026-07-03 15:04:53 +08:00
email_controller.rb
email_logs_controller.rb
email_styles_controller.rb
email_templates_controller.rb FEATURE: Log in with a one-time email code (#40804) 2026-06-17 12:34:48 -07:00
embeddable_hosts_controller.rb
embedding_controller.rb
emoji_controller.rb
form_templates_controller.rb
groups_controller.rb UX: Normalize automatic membership email domains (#41434) 2026-07-03 17:22:18 +02:00
impersonate_controller.rb
permalinks_controller.rb
plugins_controller.rb
problem_checks_controller.rb
reports_controller.rb
robots_txt_controller.rb
screened_emails_controller.rb
screened_ip_addresses_controller.rb
screened_urls_controller.rb
search_controller.rb DEV: Rename anonymous group to anonymous_users (#40435) 2026-06-02 09:29:46 +10:00
search_logs_controller.rb
section_controller.rb
site_settings_controller.rb
site_texts_controller.rb
staff_action_logs_controller.rb
staff_controller.rb
themes_controller.rb
unknown_reviewables_controller.rb
user_fields_controller.rb
users_controller.rb FEATURE: Bulk suspend users and filter the admin users list by activation (#41227) 2026-06-29 11:26:34 +02:00
versions_controller.rb
watched_words_controller.rb
web_hooks_controller.rb