Ghost/core/server/services
Naz 5a62253466 Removed "router" dependency from UrlGenerator
refs https://github.com/TryGhost/Toolbox/issues/127

- Passing around whole instance of a frontend router was an overkill when there are only 3 static pieces of information that needed to be loaded. Extracting the router out makes the UrlGenerator way more readable, tests slimer, and the memory footpring of the process should be slightly lighter
- The toString overloading didn't make sense at the time of this refactor, maybe if there's a concrete usecase we could resurect it in a form of passing in a router's name or something.
2021-11-15 18:32:34 +04:00
..
adapter-manager Added multiple adapters capability to adapter manager 2021-10-21 20:22:45 +13:00
auth Replaced i18n.t w/ tpl helper in core/server/services/auth (#13458) 2021-10-06 09:42:44 +01:00
bulk-email Inlined package requires to save boot time and memory 2021-10-22 09:57:59 +02:00
email-analytics Swapped to American English spellings 2021-08-09 13:35:01 +04:00
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 Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
mail Replaced i18n with tpl in GhostMailer.js (#13555) 2021-10-12 09:10:50 +01:00
mega Added NFT card email styles 2021-11-12 16:39:35 +01:00
members Updated member signup email copy 2021-10-26 17:53:35 -04:00
notifications Simplified Notification's service constructor 2021-10-11 16:04:48 +02:00
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 🐛 Fixed immediately sent email when scheduling email-only post 2021-10-05 16:42:29 +02:00
public-config Exposed tenorApiKey via config endpoint if set (#13734) 2021-11-11 18:07:19 +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 Removed "router" dependency from UrlGenerator 2021-11-15 18:32:34 +04: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 Simlified limit service initialization 2021-11-03 00:33:28 +13:00
nft-oembed.js Updated NFT OEmbed provider to return metadata 2021-11-15 10:31:35 +02:00
oembed.js Added support for custom OEmbed providers 2021-11-11 17:16:03 +02:00
slack.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
xmlrpc.js Moved URL service to backend 2021-10-19 07:29:09 +13:00