0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/api/v3
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 Fixed v3 API config's billingUrl fetching 2021-03-31 13:47:58 +13:00
db.js Refactored exporter to use "allowlist" table filtering 2021-03-25 16:46:56 +13:00
email-preview.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
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
posts-public.js
posts.js Added new member limit & removed old 2021-03-04 18:16:34 +00:00
preview.js
redirects.js
roles.js
schedules.js
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
snippets.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