Ghost/ghost/admin/app/routes
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
..
editor
member
members
offer
settings Updated support email address confirmation flow (#2426) 2022-07-15 14:44:26 +02:00
setup 🎨 Redesigned user authentication pages (#2286) 2022-03-08 17:30:46 +00:00
tag
admin.js
application.js
authenticated.js
dashboard.js Moving over the new Dashboard to replace the old (#2389) 2022-05-17 09:34:34 +02:00
designsandbox.js Added <GhPostBookmark> and displayed on publish flow complete step 2022-05-10 13:26:13 +01:00
editor.js Dropped ember-useragent dependency 2022-03-07 10:06:35 +00:00
error404.js Fixed lint 2022-05-16 19:52:52 +05:30
home.js Cleaned up improvedOnboarding labs flag 2022-05-18 10:13:06 +01:00
launch.js
member.js Renamed products to tiers (#2372) 2022-05-11 22:41:54 +05:30
members-activity.js Cleaned up membersActivityFeed labs flag (#2309) 2022-03-30 12:43:52 +01:00
members.js
offer.js
offers.js
pages.js
posts.js
pro.js
reset.js
settings.js
setup.js 🎨 Redesigned user authentication pages (#2286) 2022-03-08 17:30:46 +00:00
signin.js
signout.js
signup.js Migrated signup screen to Octane patterns 2022-05-27 13:28:29 +01:00
site.js
tag.js
tags.js
unauthenticated.js
whatsnew.js