Ghost/core/server/services/members
Sam Lord 97451a93cb
Extract logging from DI patterns, only use @tryghost/logging package
refs: https://github.com/TryGhost/Toolbox/issues/146

Switched to @tryghost/logging instead of passing around the library. The main sticking points of this change are jobs. When jobs are launched we don't want them to use a separate @tryghost/logging instance because they would start parallel rotation jobs. @tryghost/logging v2.x passes all logs to the parent process if run in a child process, so that we can use the same patterns in jobs and the rest of the codebase.
2021-12-06 18:00:55 +00:00
..
emails Updated email content for paid signups 2021-12-03 21:15:55 +02: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 Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
config.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
content-gating.js Added support for gating content by member labels and products (#12946) 2021-05-10 19:32:11 +01:00
index.js Renamed index.js -> service.js for lint reasons 2021-05-20 12:08:45 +01:00
middleware.js Added new offers endpoint on members API 2021-10-15 11:46:27 +05:30
service.js Extract logging from DI patterns, only use @tryghost/logging package 2021-12-06 18:00:55 +00:00
settings.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
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 Added linting for use of @tryghost/errors 2021-12-01 11:22:21 +00:00
utils.js Fixed paid flag on members 2021-02-25 14:26:41 +00:00