0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services/members
Naz e62c4075f0 Moved members stats code out of members controller
refs #12537

- `stats` method in members controller is quite big and does much more then controller method code should - few calls to relevant modules
- Extracted code "as is" into members serivce
- Next step will be to refactor this module as a class pattern with DI parameters
2021-01-13 22:43:05 +13:00
..
emails Added extra settings to member auth emails (#12238) 2020-10-01 12:31:36 +05:30
importer Import email refinements (#12473) 2020-12-10 12:19:26 +01:00
stats Moved members stats code out of members controller 2021-01-13 22:43:05 +13:00
api.js Updated mail template for member email change 2020-10-29 17:40:19 +05:30
config.js Added custom action param for magic links 2020-10-29 13:42:52 +05:30
content-gating.js Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00
index.js Moved members stats code out of members controller 2021-01-13 22:43:05 +13:00
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js Supported redirecting externally after signup (#12391) 2020-11-23 09:36:45 +00:00
settings.js Updated members admin redirect to new page(#12296) 2020-10-22 16:10:25 +05:30
SingleUseTokenProvider.js Updated magic links to use shorter, single us, longer lived tokens (#12218) 2020-09-18 17:32:18 +01:00
stripe-connect.js
utils.js Included all subscriptions in stripeSubscriptions (#12414) 2020-11-25 10:39:07 +00:00