Ghost/core/frontend/services/routing
Naz 979474a8cc Refactored bootstrap module into RouterManager class
refs https://linear.app/tryghost/issue/CORE-104/decouple-frontend-routing-events-from-urlserver-events

- The "bootstrap" didn't give enough credit to everything this module was doing - it's responsible for managing correct initialization and reinitialization of the frontend Routes as well as passing router creation information back to the frontend's URL service
- The refactor is done in two steps - the "bootstrap.js" will be renamed in the follow-up commit to have a clean history of how the file evolved
2021-10-19 07:29:09 +13:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Refactored bootstrap module into RouterManager class 2021-10-19 07:29:09 +13:00
helpers Swapped to American English spellings 2021-08-13 10:26:33 +04:00
middlewares Removed remaining use of i18n from core/frontend 2021-09-28 11:58:29 +01:00
bootstrap.js Refactored bootstrap module into RouterManager class 2021-10-19 07:29:09 +13:00
CollectionRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
EmailRouter.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
index.js Refactored bootstrap module into RouterManager class 2021-10-19 07:29:09 +13:00
ParentRouter.js Removed EventEmitter inheritance in frontend routers 2021-10-19 07:29:09 +13:00
PreviewRouter.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
registry.js Removed event chain caused by settings date update 2021-10-19 07:29:09 +13:00
RSSRouter.js Corrected comment describing redirect behavior 2020-09-23 00:37:55 +12:00
StaticPagesRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
TaxonomyRouter.js Removed bootstrap module dependency from frontend routers 2021-10-19 07:29:09 +13:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00