Ghost/ghost/admin/app/controllers/settings
Kevin Ansfield 1b85b9244b Updated email previews to show full from email address
no issue

- moved duplicated email domain generation from `members-email` controller and `<GhMembersEmailSetting>` to `config.emailDomain`
- added `{{from-email-address emailStr}}` helper that will output the passed in emailStr value if it contains an `@` or concat `emailStr@emailDomain` if it doesn't - lets us use `settings.membersFromAddress` to always get a full email address when it could be just a name (`noreply`) or a full address
- updated customise email and post email preview templates to use the new helper
2021-06-11 16:42:27 +01:00
..
theme Fix the limit service when querying an empty config 2021-04-09 11:16:37 +02:00
code-injection.js 🐛 Fixed unable to exit code injection settings without save 2021-02-11 21:09:55 +05:30
general.js Removed empty init() calls 2021-03-29 10:32:03 +01:00
labs.js Added UI for setting OAuth settings 2021-04-22 19:41:41 +02:00
members-email.js Updated email previews to show full from email address 2021-06-11 16:42:27 +01:00
membership.js Wired new membership tiers UI to API 2021-06-04 13:30:11 +05:30
navigation.js Updated navigation (#1832) 2021-02-02 16:08:06 +00:00
product.js Removed unused members-payments route 2021-05-21 08:57:28 +01:00
products.js Switch deprecated htmlSafe imports from @ember/string to @ember/template 2021-05-12 12:33:40 +01:00
theme.js 🎨 Added error message from limit service to theme upload 2021-05-26 19:05:19 +02:00