0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/v2
Hannah Wolfe bc75fab663 Moved theme service to core/server
refs: bf0823c9a2
refs: ae86254972

- continuing the work of splitting up the theme service into logical components

Themes Service
- The serverside theme service now serves just the API and boot
- It loads the theme and passes it to the theme-engine via the bridge

This achieves the bare minimum goal of removing all the cross requires between server and frontend around themes
There is still a lot more to do to achieve an ideal architecture here as laid out in ae86254972
2021-04-27 15:14:49 +01:00
..
utils Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
actions.js
authentication.js
authors-public.js
config.js
db.js Refactored exporter to use "allowlist" table filtering 2021-03-25 16:46:56 +13:00
images.js 🐛 Added missing Bluebird require in v2 API 2020-11-19 13:36:15 +00:00
index.js
integrations.js
invites.js Refactored invites module into a class 2021-01-14 19:42:38 +13:00
mail.js
notifications.js Fixed update check tests 2021-01-14 18:30:09 +13:00
oembed.js Fixed typo in v2 oembed API 2020-12-01 08:59:41 +00:00
pages-public.js
pages.js
posts-public.js
posts.js
preview.js
redirects.js
roles.js
schedules.js 🐛 Fixed scheduled post emails pointing at /404/ for the "view online" link 2020-10-08 10:26:49 +01:00
session.js
settings-public.js
settings.js 🔒 Added a way to hide the secret settings once they are set 2021-04-16 17:05:16 +02:00
site.js
slack.js
slugs.js
tags-public.js
tags.js
themes.js Moved theme service to core/server 2021-04-27 15:14:49 +01:00
users.js
webhooks.js Added Location header to API's POST request responses (#12186) 2020-09-14 22:33:37 +12:00