Ghost/core/server/services/members
Fabien 'egg' O'Carroll 69080824de
🐛 Ensured webhooks are created once (#12075)
refs #12074

Since we've split members settings into multiple keys the
reconfiguration of the members-api has been happening in quick
succession as the stripe_connect_* settings are all set at once.

This debounces the call to reconfigure the members-api so that we only
need to instantiate it once.
2020-07-22 12:27:05 +02: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 🐛 Ensured webhooks are created once (#12075) 2020-07-22 12:27:05 +02:00
middleware.js Updated members site data to include new portal settings 2020-07-07 14:06:04 +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