0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members
Kevin Ansfield f30d3cd2c2 Switched to bookshelf count in getTotalMembers()
no issue

- tested performance between knex raw, knex `count()` and bookshelf `count()` and found no difference over 1000 iterations of each (each ~19,500ms +- 500ms for 104k members locally)
- switched to using bookshelf as the code is the simplest
2020-08-27 01:52:36 +01:00
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer Removed date handling validation in members importer logic 2020-08-26 17:25:24 +12:00
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
index.js Changed member limit to be DRY & use raw query 2020-07-26 20:49:30 +01:00
limit.js Switched to bookshelf count in getTotalMembers() 2020-08-27 01:52:36 +01:00
middleware.js 🐛 Fixed response for members API update endpoint 2020-08-24 13:38:21 +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