0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/services
Hannah Wolfe 82ef700d81
Refactored theme service to use async/await
refs: https://github.com/TryGhost/Team/issues/831

- We prefer async/await over promise chains because it makes the code much more readable
- the Theme Service needs further work and this should make that work much easier
   - e.g. https://github.com/TryGhost/Team/issues/831
   - e.g. fixing up the index.js file
2021-07-07 12:28:55 +01:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
bulk-email Render an email correctly according to the associated member segment 2021-07-01 13:36:42 +02:00
email-analytics Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
invitations Moved i18n to shared 2021-05-04 13:03:38 +01:00
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 Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
mega Moved the gated email card feature behing an alpha flag 2021-07-02 12:15:03 +02:00
members Added subscription price data for logged-in member 2021-07-01 23:30:14 +05:30
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
public-config Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
route-settings Moved route settings to new server service 2021-06-30 10:58:33 +01:00
settings Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
themes Refactored theme service to use async/await 2021-07-07 12:28:55 +01:00
webhooks Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
labs.js Removed psmRedesign from allows labs flags 2021-07-02 19:06:42 +01:00
limits.js Added support for max periodic limit check 2021-05-07 18:43:47 +04:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Removed usages of new Error & i18n in legacy code 2021-07-01 12:53:06 +01:00
users.js 🔒 Added a "reset all passwords" feature (#13005) 2021-06-23 14:54:28 +02:00
xmlrpc.js Removed usages of new Error & i18n in legacy code 2021-07-01 12:53:06 +01:00