Ghost/core/frontend/services/routing
Hannah Wolfe 4ee2fcd869
Moved frontend data helpers into their own service
- Some of the helpers inside the routing service would be better suited to their own service
- These two helpers fetchData and entryLookup talk to the API to get data & so make a decent start for a data service
- The data service would be the single point of contact with the API for the frontend
- Doing this now cos I'm moving some files around ahead of deleting things for 5.0
2022-04-05 13:38:42 +01:00
..
config 🐛 Fixed incorrect edit redirect for authors 2022-01-10 16:56:33 +00:00
controllers Moved frontend data helpers into their own service 2022-04-05 13:38:42 +01:00
helpers Moved frontend data helpers into their own service 2022-04-05 13:38:42 +01:00
middleware Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
CollectionRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
EmailRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
index.js Clened up routing module API from unused exports 2021-10-19 07:29:09 +13:00
ParentRouter.js Extracted an explicit "filter" parameter in UrlGenerator constructor 2021-11-15 18:32:34 +04:00
PreviewRouter.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
router-manager.js 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
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 Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00