0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Kevin Ansfield 08e1268aed
Added migration to remove surrounding <> in email_batches.provider_id (#12673)
refs https://github.com/TryGhost/Team/issues/221#issuecomment-759105424

- Mailgun responds to an email send with a provider id in the format `<x@y.com>` but everywhere else it's used in their API it uses the format `x@y.com`
- updates email batch save to strip the brackets, and migration removes brackets from existing records so we no longer have to add special handling for the stored id any time we use it
2021-02-23 08:48:21 +00:00
..
adapter-manager
auth Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
bulk-email Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
email-analytics Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
invitations
invites Refactored invites module into a class 2021-01-14 19:42:38 +13:00
jobs Added custom worker message handler 2021-02-22 20:02:00 +13:00
mail Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
mega Updated members_status_events table (#12647) 2021-02-16 10:38:36 +00:00
members Added MemberPaidSubscriptionEvent model 2021-02-12 13:55:14 +00:00
notifications
permissions
settings
webhooks
labs.js Hardcoded labs to always return members:true 2021-02-17 19:55:16 +13:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Adding sentry logging to all ping errors 2021-02-19 14:00:50 +01:00