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
Daniel Lockyer e834904125
Fixed verification threshold when set to 0
no issue

- if the verification threshold is 0, `_.get(..)` becomes falsy so we
  fallback to Infinity
- this is not correct - we only want to default to Infinity if the value
  is not set
- this commit explicitly compares the config value to `undefined` and sets
  the fallback accordingly
2021-10-22 15:33:59 +02:00
..
emails Removed "The team at X" from member emails (#13615) 2021-10-21 13:58:34 +01:00
importer Integrated @tryghost/members-importer 2021-07-21 19:34:30 +04:00
stats Renamed index.js file to a service 2021-08-18 11:48:16 +04:00
api.js Passed Offer model to MembersAPI 2021-10-21 15:39:26 +02:00
config.js Moved StripeAPIService to its own service 2021-10-04 19:28:19 +02:00
content-gating.js
index.js
middleware.js Added new offers endpoint on members API 2021-10-15 11:46:27 +05:30
service.js Fixed verification threshold when set to 0 2021-10-22 15:33:59 +02:00
settings.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
SingleUseTokenProvider.js
stripe-connect.js Replaced usage of Error with @tryghost/errors (#13161) 2021-07-19 11:46:38 +01:00
utils.js