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 db2ef7dbca Migrated schedules v2/v3 APIs to match refactor in canary
refs https://github.com/TryGhost/Team/issues/694

- The canary schedules controller was refactored to use newly introduced post-scheduling service in a previous commit. This is a follow up to match v2/v3 controllers as they had identical code to the canary one.
2021-09-04 07:49:11 +12:00
..
utils Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
actions.js
authentication.js Fixed function complexity linting warning 2021-08-12 15:38:58 +04:00
authors-public.js
config.js
db.js
images.js
index.js Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
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 Migrated schedules v2/v3 APIs to match refactor in canary 2021-09-04 07:49:11 +12:00
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
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