0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Daniel Lockyer 80d5f89382 Lazy loaded cheerio dependency
refs https://github.com/TryGhost/Toolbox/issues/136

- `cheerio` isn't needed during the boot but it takes time and memory to
  load the library
- this commit moves `cheerio` requires later into the code to when they
  are needed
2021-11-18 17:31:04 +01:00
..
adapter-manager Added multiple adapters capability to adapter manager 2021-10-21 20:22:45 +13:00
auth
bulk-email Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
email-analytics
integrations
invitations
invites
jobs
mail
mega Lazy loaded cheerio dependency 2021-11-18 17:31:04 +01:00
members Updated member signup email copy 2021-10-26 17:53:35 -04:00
notifications
offers Fixed init method for Offers service 2021-11-03 17:17:33 +02:00
permissions Replaced i18n.t with tpl in core/server/services/bulk-email and core/server/services/permissions (#13562) 2021-10-12 14:46:35 +01:00
posts
public-config Added Tenor contentFilter setting to config 2021-11-16 17:42:26 +00:00
redirects 🐛 Fixed a 500 error when uploading invalid routes.yaml 2021-11-04 11:52:52 +04:00
route-settings Moved URL service to backend 2021-10-19 07:29:09 +13:00
settings 🐛 Fixed GA labs flags not appearing enabled in settings API (#13681) 2021-10-22 19:59:13 +01:00
stripe 🐛 Fixed setting Tier prices after changing Stripe accounts 2021-11-10 14:03:03 +02:00
themes Fixed ThemeStorage inheritance 2021-11-05 17:17:18 +04:00
url Moved Urls and Rexources reinitialization 2021-11-17 00:00:23 +13:00
webhooks
custom-theme-settings.js
limits.js Simlified limit service initialization 2021-11-03 00:33:28 +13:00
nft-oembed.js Implemented table based NFT email styles 2021-11-17 14:05:39 +01:00
oembed.js Added logging of unexpected errors in oembed service 2021-11-17 13:31:20 +00:00
slack.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
users.js
xmlrpc.js Moved URL service to backend 2021-10-19 07:29:09 +13:00