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
Nazar Gargol 9fe5007929 Removed date handling validation in members importer logic
no issue

- This is handled on input sanitization layer with date
format check in JSON schema validation, so there's no need to do this
check again in the importer.
2020-08-26 17:25:24 +12: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 Updated host limit message to be clearer 2020-07-26 20:49:30 +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
utils.js