Ghost/core/server/services
Hannah Wolfe d51fcd072e Added new member limit & removed old
refs: https://github.com/TryGhost/Team/issues/510

- The current member limit was implemented as a member-specific concept
- The new limit service is much more generic, here we are swapping old for new
- The updated concept here is blocking all publishing, not just email sending, when a site is over its member limit
- To determine that we are publishing a post, we must be in the model layer. The code has been moved to the permissible function which makes sense as this is a permissions error that we are throwing
- I've left the extra check for email retries in, in case there is some loophole here (but we may wish to change it)
2021-03-04 18:16:34 +00:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Updated email styles 2021-03-03 17:15:37 +01:00
bulk-email 🐛 Stopped Ghost crashing when sending bulk emails (#12718) 2021-03-03 09:34:44 +00:00
email-analytics Fixed analytics require error 2021-03-02 08:26:42 +00:00
invitations 🐛 Fixed error caused by accepting invitation with existing email (#12172) 2020-09-09 11:58:53 +12:00
invites Updated email styles 2021-03-03 17:15:37 +01:00
jobs Added custom worker message handler 2021-02-22 20:02:00 +13:00
mail Minor email copy updates 2021-03-03 17:42:28 +01:00
mega Added new member limit & removed old 2021-03-04 18:16:34 +00:00
members Added new member limit & removed old 2021-03-04 18:16:34 +00:00
notifications Fixed update check tests 2021-01-14 18:30:09 +13:00
permissions Added custom integration feature limit 2021-03-03 20:15:49 +00:00
settings Added 'locale' property to public settings 2021-03-04 16:00:02 +13:00
webhooks Bumped webhook API defaults to v4 2021-03-02 12:31:52 +13:00
labs.js Hardcoded labs to always return members:true 2021-02-17 19:55:16 +13:00
limits.js Updated host config to correctly use camelCase 2021-03-04 11:39:32 +00:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Adding sentry logging to all ping errors 2021-02-19 14:00:50 +01:00