0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Hannah Wolfe 0bdaa216e5
Refactored tpl to never be used in DI
- Ghost has a set of core packages that it is safe to require directly in any file - tpl is one of them!
- This keeps the DI signature smaller and easier to reason about
2021-10-11 15:19:54 +01:00
..
adapter-manager
auth Replaced i18n.t w/ tpl helper in core/server/services/auth (#13458) 2021-10-06 09:42:44 +01:00
bulk-email Fixed segmented email content being sent to all members 2021-09-10 11:36:42 +01:00
email-analytics
integrations Removed method complexity in integrations API controller 2021-09-16 14:23:48 +03:00
invitations Replaced i18n with tpl in accept.js (#13471) 2021-10-08 15:21:22 +01:00
invites Refactored tpl to never be used in DI 2021-10-11 15:19:54 +01:00
jobs
mail Fixed linting issue 2021-09-17 16:51:52 +01:00
mega Link color udpate in newsletter 2021-10-08 15:55:55 +02:00
members Added support for Offers with Stripe Checkout 2021-10-06 17:24:39 +02:00
notifications Simplified Notification's service constructor 2021-10-11 16:04:48 +02:00
offers Added support for Offers with Stripe Checkout 2021-10-06 17:24:39 +02:00
permissions Replaced i18n.t w/ tpl helper in providers.js 2021-10-07 11:32:07 +01:00
posts 🐛 Fixed immediately sent email when scheduling email-only post 2021-10-05 16:42:29 +02:00
public-config
redirects Added validation to redirects config 2021-10-04 18:32:40 +02:00
route-settings Fixed comma dangle 2021-09-30 18:22:32 +02:00
settings Refactored secret settings util functions 2021-09-21 23:05:57 +12:00
stripe Moved StripeAPIService to its own service 2021-10-04 19:28:19 +02:00
themes Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
webhooks Removed method complexity in webhooks API controller 2021-09-17 10:11:23 +03:00
custom-theme-settings.js Added API tests for custom theme settings (#13519) 2021-10-08 16:18:49 +01:00
limits.js
oembed.js Refactored tpl to never be used in DI 2021-10-11 15:19:54 +01:00
slack.js
users.js
xmlrpc.js