Ghost/core/server/services/members
Rish 2d2fa1a0ba Fixed missing subscription data in member update endpoint
closes https://github.com/TryGhost/members.js/issues/94

- The member-api package was recently updated to work directly with models and needs explicit `withRelated` options to attack relations
- Without options, the endpoint was returning the default member data without subscriptions attached, which in Portal showed paid member as free
- Fix updates the middleware for updating member data to correctly pass the relations needed to populate the member
2020-09-04 17:11:04 +05:30
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer Refactored members imporeter in preparation for jobs 2020-08-27 21:47:00 +12:00
api.js Updated sender address for member auth emails to support address 2020-08-31 18:09:38 +05:30
config.js Fixed missing domain for default support address 2020-09-03 16:34:47 +05:30
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Added handling for new members support/reply email addresses 2020-08-31 18:09:38 +05:30
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js Fixed missing subscription data in member update endpoint 2020-09-04 17:11:04 +05:30
settings.js Updated sender address for ownership verification emails to new address 2020-08-31 18:09:38 +05:30
stripe-connect.js Encoded the mode in the Stripe Connect OAuth state 2020-06-10 14:06:57 +02:00
utils.js Added member update endpoint with session auth (#11824) 2020-05-20 14:37:58 +05:30