0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/server/services
Rishabh Garg a330165e4f Handled email unsubscribe with multiple newsletters (#14560)
refs https://github.com/TryGhost/Team/issues/1495

- removes subscription from all newsletters for a member on click of unsubscribe link in email
- allows the new multiple newsletter system to work with existing unsubscribe flow
2022-04-26 12:31:34 +01:00
..
adapter-manager
auth Updated newsletter fixtures to remove nullable sender name (#14479) 2022-04-14 23:45:59 +05:30
mail
mega Handled email unsubscribe with multiple newsletters (#14560) 2022-04-26 12:31:34 +01:00
members Added default newsletter subscription for new members (#14431) 2022-04-07 08:30:00 +05:30
newsletters Added newsletter from address verification (#14491) 2022-04-26 12:31:34 +01:00
notifications Replace error handler middleware with @tryghost/mw-error-handler (#13879) 2021-12-14 15:18:46 +00:00
permissions
posts
redirects Slimmed down redirects test suites 2021-11-26 06:18:36 +13:00
route-settings Moved route-settings tests to their own folder 2022-04-08 16:53:11 +01:00
settings Added test coverage to settings bread service 2022-04-22 16:31:56 +08:00
stripe Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00
themes
url Fixed location of url service unit tests 2022-04-06 13:05:41 +01:00
webhooks Removed models dependency from Webhook Service test 2022-04-14 16:12:05 +08:00
labs.test.js
slack.test.js Replaced schema.isPost in slack service /w custom fn 2022-04-05 14:24:42 +01:00
xmlrpc.test.js