0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services
Naz 0586a73c6d Exposed async route settings loading method
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- There's no reason for the boot to block the event by loading route settings sychronously
- The only leftover use of a sync loader might also be refactored in some way to avoid blocking the event loo - for example by caching the value on the service layer.
2021-09-28 04:59:41 +13:00
..
adapter-manager
auth Lazily instantiated express-session middleware 2021-07-14 17:19:53 +01:00
bulk-email Fixed segmented email content being sent to all members 2021-09-10 11:36:42 +01: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
invites Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
jobs Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
mail Fixed linting issue 2021-09-17 16:51:52 +01:00
mega 🐛 Fixed Outlook incorrect text styling and ' appearing in email content (#13313) 2021-09-17 08:39:29 +01:00
members Passed MemberAnalyticEvent to @tryghost/members-api 2021-09-21 11:42:05 +02:00
notifications Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
permissions Removed usages of new Error & i18n in legacy code 2021-07-01 12:53:06 +01:00
posts Removed i18t dependency from post scheduling service 2021-09-04 07:49:11 +12:00
public-config Added a feature flag to the oauth login feature 2021-07-20 23:16:49 +02:00
route-settings Exposed async route settings loading method 2021-09-28 04:59:41 +13:00
settings Refactored secret settings util functions 2021-09-21 23:05:57 +12:00
themes Added syncing and theme exposure of custom theme settings (#13354) 2021-09-23 12:44:39 +01:00
webhooks Removed method complexity in webhooks API controller 2021-09-17 10:11:23 +03:00
custom-theme-settings.js Added syncing and theme exposure of custom theme settings (#13354) 2021-09-23 12:44:39 +01:00
limits.js Fixed error when hostLimits are undefined 2021-07-23 20:46:52 +04:00
oembed.js Blocked 0.* IP addresses when making oembed requests 2021-09-14 11:35:14 +01:00
slack.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
xmlrpc.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00