Ghost/ghost/admin/app/models
Simon Backx 9e7727752c Updated support email address confirmation flow (#2426)
refs https://github.com/TryGhost/Team/issues/584

- No longer uses a API URL + redirect inside verification emails. This is replaced by a new route (`/settings/members/?verifyEmail=token`) that does the API request and shows a modal.
- Removed update button when changing support email address in the Portal settings
- Added `_meta` attribute to settings (uses same pattern as newsletters model)
- When updating the `membersSupportAddress` setting (via the normal edit endpoint), the `sent_email_verification` meta property will get set by the API. When this new property is present, we'll show a warning that the support address requires verification.
2022-07-15 14:44:26 +02:00
..
action.js
api-key.js
base.js
custom-theme-setting-list.js
custom-theme-setting.js
email.js
integration.js
invite.js
label.js
member-subscription.js
member-tier.js
member.js Removed unneeded member.emailRecipients relationship setup 2022-05-25 11:18:37 +01:00
navigation-item.js
newsletter.js
notification.js
offer.js
page.js
post.js Updated publishing with renamed newsletter and email_segment options (#2380) 2022-05-16 10:18:46 +02:00
role.js
setting.js Updated support email address confirmation flow (#2426) 2022-07-15 14:44:26 +02:00
snippet.js
tag.js
theme.js
tier-benefit-item.js
tier.js Updated usage of the Tiers API (#2388) 2022-05-16 19:51:49 +01:00
user.js Wired up user comment notifications toggle 2022-07-06 18:32:13 +02:00
webhook.js