Ghost/core/server/services/members
Nazar Gargol 262d33b73c Improved import_label creation logic
no issue

- When an import was done and there were no "global labels" present Ghost created generic `import-[data]` label which later helped to find a specific batch of imported data
- It did not make sense to create such generic label when user provided their own unique label
- The rules that work now are:
1. When there is no global provided Ghost generates on and removes it in case there are no imported records
2. When there is a unique new global label provided no new label is generated, but the label stays even if there are no imported records
2020-08-27 19:07:27 +12:00
..
emails Fixed email copy for update email template 2020-06-11 18:19:53 +05:30
importer Improved import_label creation logic 2020-08-27 19:07:27 +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 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 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