0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00
ghost/core/server/web
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
..
admin Added theme preview mode 2021-02-17 13:49:41 +00:00
api Added Products API to Admin API 2021-04-20 13:04:51 +01:00
members Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
oauth Added oauth parameters to get a refresh token during login 2021-04-23 11:20:40 +02:00
parent Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
shared Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
site Moved getApiVersion to a new shared "bridge" class 2021-04-24 09:55:48 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00