0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services
Kevin Ansfield c5f7adf917 Fixed "view sent email" showing mailgun template variables
no issue

- the `email.{html,plaintext}` fields are only used to display what was sent in the email so it doesn't make sense to store the mailgun-specific content which can be confusing when viewing in the admin area
- store the raw serialized post content with a basic no-data replacement of replacement strings rather than the output of full data fetching and mailgun transformation
2020-04-20 15:35:33 +01:00
..
adapter-manager Added base and default SSO Adapter 2020-04-05 21:13:47 +02:00
auth Added support for token session to /ghost (#11709) 2020-04-06 11:49:14 +02:00
bulk-email Captured bulk-email errors in Sentry 2020-03-04 13:44:23 +00:00
invitations
mail Allowed localhost email for Ghost Mailer "from" address (#11476) 2020-01-13 12:58:53 +05:30
mega Fixed "view sent email" showing mailgun template variables 2020-04-20 15:35:33 +01:00
members Added minified members.js file handling 2020-02-26 14:08:10 +08:00
permissions Remove External Apps 2020-03-20 10:40:22 +00:00
settings Added new brand blog setting (#11408) 2019-12-17 16:15:31 +05:30
webhooks Added member.edited webhook 2019-10-31 14:34:50 +00:00
labs.js Updated syntax in labs service 2019-11-06 14:53:53 +07:00
slack.js Added missing semicolon 2020-03-26 16:45:33 +00:00
xmlrpc.js