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
authors-public.js
config.js
db.js
email-preview.js
email.js
identities.js
images.js
index.js
integrations.js
invites.js
labels.js
mail.js
members.js
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
settings.js
site.js
slack.js
slugs.js
snippets.js
tags-public.js
tags.js
themes.js
users.js
webhooks.js