0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/unit/services
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
..
apps Moved handlebars utils to new theme engine service 2021-04-21 14:21:32 +01:00
auth
mail
members Migrated members_allow_free_signup setting to members_signup_access (#12886) 2021-04-19 16:36:30 +01:00
notifications
permissions
routing Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
rss
settings Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
theme-engine Moved theme middleware to new theme engine service 2021-04-24 20:01:09 +01:00
themes Moved theme service to core/server 2021-04-27 15:14:49 +01:00
url
labs_spec.js Set @labs.members to false when members_signup_acess == 'none' 2021-04-19 18:28:51 +01:00
slack_spec.js
xmlrpc_spec.js