0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/api/v2
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 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
images.js
index.js
integrations.js
invites.js
mail.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
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js
site.js
slack.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
slugs.js
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