0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services/members
Hannah Wolfe 92446d85ea Changed member limit to be DRY & use raw query
- Member limit code was duplicated in 2 places unnecessarily
- Also used member api code that fetched members and subscriptions fully hyrated when we only need a count
- Using a raw query significantly improves performance here
2020-07-26 20:49:30 +01:00
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
api.js Improved handling of Stripe webhooks on boot 2020-07-10 17:43:46 +02:00
config.js 🐛 Fixed Stripe webhooks for subdirectory setups 2020-07-10 17:43:46 +02:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
limit.js Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
middleware.js Added publication icon to members site data 2020-07-23 17:04:44 +05:30
settings.js Updated sender email to existing "from-address" (#12044) 2020-07-13 17:57:31 +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