0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/members
Rish 77e1ada6c6 Added new settings for members modal
no issue

-  reverts commit 87c31444fd but with modifications to settings naming
-  Adds new settings for members modal customization to default settings
- `portal_button` controls the visibility of beacon in members modal
- `portal_name` controls the visibility of name field in signup
- `portal_plans` controls the visibility of plans allowed for member to signup with
-  Adds stripe connect check to determine if stripe is setup or not
-  Adds the 3 new settings to members site data
-  Updates to snake case naming for members site API data
2020-06-19 21:35:49 +05:30
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
api.js Fixed broken regression tests from #11861 2020-06-02 16:20:57 +02:00
config.js Adding INR currency support (#11911) 2020-06-12 19:36:25 +01:00
content-gating.js Added content-gating module to members service 2019-11-05 12:53:14 +07:00
index.js Fixed Members Stripe config for Stripe Connect 2020-06-12 19:22:36 +02:00
middleware.js Added new settings for members modal 2020-06-19 21:35:49 +05:30
settings.js Removed extra redirect on Admin for from address update 2020-06-11 19:49:19 +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