0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/frontend/services/routing
Naz 1cc3f66d5f Reworked preview controller output
refs https://github.com/TryGhost/Toolbox/issues/332

- With 'page' property being gone from page/post resources we need consistency across internal "preview API" too
- the handling is still hacky as we are exposing the "type" property to the preview pages, which is not exposed through Content API. this a long outstanding issue will have to be handled separately
2022-05-17 17:21:38 +08:00
..
controllers Reworked preview controller output 2022-05-17 17:21:38 +08:00
middleware Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
CollectionRouter.js 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
config.js Renamed preview files to previews 2022-04-28 15:37:14 +01:00
EmailRouter.js Fixed Email Router naming in docs and debug call 2022-04-28 15:37:14 +01:00
index.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
ParentRouter.js 🔥 Removed support for http/https mixed mode (#14783) 2022-05-11 14:53:23 +01:00
PreviewRouter.js Renamed preview files to previews 2022-04-28 15:37:14 +01:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
router-manager.js Moved frontend reloading logic into bridge 2022-04-28 15:37:09 +01:00
RSSRouter.js
StaticPagesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
StaticRoutesRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
TaxonomyRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
UnsubscribeRouter.js