Ghost/ghost/admin/app/routes/settings
Kevin Ansfield e398557a75 Added sender email verification flow for newsletters
refs https://github.com/TryGhost/Team/issues/584
refs https://github.com/TryGhost/Team/issues/1498

- updated newsletter save routine in `edit-newsletter` modal to open an email confirmation modal if the API indicates one was sent
  - modal indicates that the previously set or default email will continue to be used until verified
  - response from API when saving looks like `{newsletters: [{...}], meta: {sent_email_verification: ['sender_name]}}`
  - added custom newsletter serializer and updated model so that the `meta` property returned in the response when saving posts is exposed
    - Ember Data only exposes meta on array-response find/query methods
    - https://github.com/emberjs/data/issues/2905
- added `/settings/members-email-labs/?verifyEmail=xyz` query param handling
  - opens email verification modal if param is set and instantly clears the query param to avoid problems with sticky params
  - when the modal opens it makes a `PUT /newsletters/verify-email/` request with the token in the body params, on the API side this works the same as a newsletter update request returning the fully updated newsletter record which is then pushed into the store
- removed unused from/reply address code from `<Settings::MembersEmailLabs>` component and controller
  - setting the values now handled per-newsletter in the edit-newsletter modal
  - verifying email change is handled in the members-email-labs controller
- fixed mirage not outputting pluralized root for "singular" endpoints such as POST/PUT requests to better match our API behaviour
2022-04-13 19:34:58 +01:00
..
design Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
integration/webhooks Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
integrations Resolved deprecation warnings for dynamic modal component binding (#2303) 2022-03-14 10:52:04 +00:00
members-email-labs Added unsaved changes confirmation modals to new/edit newsletter routes 2022-04-12 21:32:27 +01:00
product Wired products data to Product settings screen (#1927) 2021-04-22 22:17:19 +05:30
staff Updated Author user profile page and sidebar 2022-01-26 14:49:55 +00:00
code-injection.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
design.js Fix tests 2022-02-02 10:57:34 +01:00
general.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integration.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
integrations.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
labs.js Migrated route objects to native class syntax 2022-01-17 10:06:57 +00:00
members-email-labs.js Added sender email verification flow for newsletters 2022-04-13 19:34:58 +01:00
members-email.js Created labs versions of members-email settings code 2022-03-31 11:06:21 +01:00
membership.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
navigation.js Refactored away CurrentUserSettings mixin (#2200) 2022-01-17 10:05:27 +00:00
product.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
products.js [chore] migrate to eslint@8 and run --fix (#2256) 2022-02-10 10:41:36 +00:00
theme-install.js 🐛 Fixed theme installs from ghost.org/marketplace 2021-11-10 10:58:29 +00:00