Ghost/core/frontend/services/themes
Hannah Wolfe d3f20c52fd Moved getApiVersion to a new shared "bridge" class
refs: bf0823c9a2

- Added a new bridge class that lives in shared. This should eventually be responsible for all cross-communication between the frontend and the server
- Having all the gnarly shared bits in one place should help us refactor more easily
- For now it also reduces requires between the core/server and core/frontend folders that are meant to be separate
- All calls to getApiVersion have also been renamed to getFrontendApiVersion, as this is different to the "default" API version
- Slowly getting to the point where frontend/services/themes can be moved to server/services/themes :)
2021-04-24 09:55:48 +01:00
..
activate.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
i18n.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
index.js Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
list.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
loader.js Refactored package-json lib into a class 2020-11-25 09:19:35 +00:00
middleware.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
preview.js 🐛 Fixed theme preview not decoding values properly 2021-03-01 11:54:50 +00:00
storage.js Fixed fs error during theme install deleting active theme (#12688) 2021-02-23 08:49:48 +00:00
ThemeStorage.js Extracted core/server/lib/security to @tryghost/security package 2020-08-11 14:06:50 +01:00
to-json.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00
validate.js Switched frontend i18n requires to go through proxy 2020-11-26 14:00:28 +00:00