0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Rish 7a2b7582f1 🐛 Fixed missing member email on unsubscribe page
no refs

- The `update` method in members-api package was edited to return Model object instead of JSON directly - TryGhost/Members@a28bcc5
- This unsubscribe handler was returning the raw member object returned from `update` method, which is now a model object and not able to access `member.email`
- Fix updates the unsubscribe request handler to return the member JSON again
2020-09-02 12:24:33 +01:00
..
adapters Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
api 🐛 Fixed Tags API v2 to return posts count 2020-08-31 18:46:35 +12:00
data Revert "Added migrations for support and reply email address setting (#12163)" 2020-08-31 14:25:29 +05:30
lib Extracted promise libs and history into @tryghost/promise 2020-08-11 18:44:21 +01:00
models 🐛 Fixed members with Stripe trials not receiving paid-members newsletters 2020-09-02 12:24:27 +01:00
public Renamed members ssr + api endpoints 2020-04-30 19:00:37 +01:00
services 🐛 Fixed missing member email on unsubscribe page 2020-09-02 12:24:33 +01:00
translations Added error handling for failed member imports 2020-08-26 17:11:35 +12:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Added admin endpoint for editing member subscription (#12145) 2020-08-20 17:28:11 +05:30
analytics-events.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
ghost-server.js Improved testmode logging of shutdown status 2020-08-18 15:48:42 +01:00
index.js Added job-manager & wired up shutdown and testmode 2020-08-11 21:31:34 +01:00
overrides.js
update-check.js Moved core/server/lib/common/logging to core/shared/logging (#11857) 2020-05-28 19:30:23 +01:00