discourse/app/assets/javascripts/admin/addon/templates
David Taylor 821bb1e8cb
FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978)
The 'Discourse SSO' protocol is being rebranded to DiscourseConnect. This should help to reduce confusion when 'SSO' is used in the generic sense.

This commit aims to:
- Rename `sso_` site settings. DiscourseConnect specific ones are prefixed `discourse_connect_`. Generic settings are prefixed `auth_`
- Add (server-side-only) backwards compatibility for the old setting names, with deprecation notices
- Copy `site_settings` database records to the new names
- Rename relevant translation keys
- Update relevant translations

This commit does **not** aim to:
- Rename any Ruby classes or methods. This might be done in a future commit
- Change any URLs. This would break existing integrations
- Make any changes to the protocol. This would break existing integrations
- Change any functionality. Further normalization across DiscourseConnect and other auth methods will be done separately

The risks are:
- There is no backwards compatibility for site settings on the client-side. Accessing auth-related site settings in Javascript is fairly rare, and an error on the client side would not be security-critical.
- If a plugin is monkey-patching parts of the auth process, changes to locale keys could cause broken error messages. This should also be unlikely. The old site setting names remain functional, so security-related overrides will remain working.

A follow-up commit will be made with a post-deploy migration to delete the old `site_settings` rows.
2021-02-08 10:04:33 +00:00
..
components REFACTOR: Remove d-button block helpers (#11970) 2021-02-04 14:35:23 -05:00
logs
modal Update a couple buttons to use correct markup (#11926) 2021-02-02 15:46:48 -05:00
admin.hbs
api-keys-index.hbs
api-keys-new.hbs DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
api-keys-show.hbs
api.hbs
backups-index.hbs
backups-logs.hbs
backups.hbs
badges-award.hbs
badges-index.hbs
badges-show.hbs FIX: "Customize text" link was broken on badges admin page (#11842) 2021-01-25 21:45:13 +01:00
badges.hbs
customize-colors-index.hbs
customize-colors-show.hbs FIX: Always show overriden colors filter (#11755) 2021-01-20 10:40:05 +02:00
customize-colors.hbs
customize-email-style-edit.hbs REFACTOR: Remove d-button block helpers (#11970) 2021-02-04 14:35:23 -05:00
customize-email-style.hbs
customize-email-templates-edit.hbs
customize-email-templates.hbs
customize-robots-txt.hbs
customize-themes-edit.hbs REFACTOR: Remove d-button block helpers (#11970) 2021-02-04 14:35:23 -05:00
customize-themes-index.hbs
customize-themes-show.hbs UX: Stop attempts to convert the default theme to a component by removing button 2021-01-14 17:20:20 -08:00
customize-themes.hbs
customize.hbs
dashboard_general.hbs FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
dashboard_moderation.hbs FIX: makes dashboard periods use current day and weekly 7 days (#10817) 2020-10-05 10:32:12 +02:00
dashboard_reports.hbs
dashboard_security.hbs
dashboard.hbs FEATURE: Add new features section in admin dashboard (#11731) 2021-01-22 10:09:02 -05:00
email-advanced-test.hbs
email-bounced.hbs UX: handle large email addresses on email skipped and bounced tabs (#11259) 2020-11-17 18:01:40 +05:30
email-index.hbs
email-preview-digest.hbs DEV: {{user-selector}} replacement (#11726) 2021-02-01 13:07:11 +03:00
email-received.hbs
email-rejected.hbs
email-sent.hbs
email-skipped.hbs UX: handle large email addresses on email skipped and bounced tabs (#11259) 2020-11-17 18:01:40 +05:30
email.hbs
embedding.hbs
emojis.hbs
logs.hbs
permalinks.hbs
plugins-index.hbs
plugins.hbs
reports-show.hbs
search-logs-index.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
search-logs-term.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
site-settings-category.hbs
site-settings.hbs
site-text-edit.hbs UX: Text customization for different languages. (#11729) 2021-01-18 14:53:45 -03:00
site-text-index.hbs UX: Fallback locale warning improvements. (#11775) 2021-01-20 18:08:02 -03:00
site-text.hbs
user-badges.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
user-fields.hbs
user-index.hbs FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
user-tl3-requirements.hbs
user.hbs
users-list-show.hbs
users-list.hbs
watched-words-action.hbs
watched-words.hbs
web-hooks-show-events.hbs
web-hooks-show.hbs REVERT: revert change from action + mut to mut (#10844) 2020-10-06 23:50:05 +02:00
web-hooks.hbs