0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v3
Naz bd8a45d094 Extracted post edit logic to posts service
refs https://github.com/TryGhost/Team/issues/949

- The post model handling related to newsletter sending and email recipient filter logic were duplicating across v3/v4(canary) APIs and it made sense to extract it into a posts service.
- This will allow for a central place to handle about to land logic for email_only newsletter handling.
2021-08-05 15:18:29 +04:00
..
utils Added email_only property in Posts Admin API v4 2021-08-05 19:44:35 +12:00
actions.js
authentication.js Added cache invalidation to the POST authentication/setup route 2021-07-05 16:01:25 +02:00
authors-public.js
config.js
db.js
email-preview.js
email.js
identities.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
images.js
index.js
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 Extracted post/page cache invalidation logic to service 2021-08-05 14:51:47 +04:00
posts-public.js
posts.js Extracted post edit logic to posts service 2021-08-05 15:18:29 +04:00
preview.js
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
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
webhooks.js