0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/canary
Naz a7503b9c0f Refactored posts service instantiation logic
refs https://github.com/TryGhost/Team/issues/949

- Initializing PostsService with almost identical parameters is burdensome, having a single factory method in create instances is far more maintainable
2021-08-06 11:57:54 +04:00
..
utils Added clarifying comment to the email_only mapping 2021-08-05 19:44:35 +12:00
actions.js
authentication.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
authors-public.js
config.js
db.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
email-preview.js Added support for segmented email content in previews and test emails 2021-07-27 16:31:41 +01:00
email.js
identities.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
images.js
index.js Supported monthly & yearly price in Products API 2021-06-03 17:08:02 +01:00
integrations.js
invites.js
labels.js
mail.js
members.js Moved member importer declaration for readability 2021-07-23 16:58:46 +04:00
memberSigninUrls.js
membersStripeConnect.js
notifications.js
oembed.js
pages-public.js
pages.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
posts-public.js
posts.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
preview.js
products-public.js Supported monthly & yearly price in Products API 2021-06-03 17:08:02 +01:00
products.js Added support for benefits to Admin Products API 2021-06-29 16:53:15 +01:00
redirects.js
roles.js
schedules.js
session.js
settings-public.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
settings.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
site.js
slack.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
slugs.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
snippets.js Removed use of i18n in snippets controllers 2021-07-19 11:08:55 +01:00
tags-public.js
tags.js
themes.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
users.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
webhooks.js