Ghost/core/frontend/services/routing
Naz ced6119fc1 Moved route checking logic closer to the origin
refs https://linear.app/tryghost/issue/CORE-104/decouple-frontend-routing-events-from-urlserver-events

- The URL Service should not be filled with preventative logic and know about internal methods of the routers (e.g. getPermalinks). Because it's only called through a single place the logic can now live in the routing package and not leak outside it
2021-10-19 07:29:09 +13:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Decoupled frontend routing from url service 2021-10-14 05:55:49 +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 Moved route checking logic closer to the origin 2021-10-19 07:29:09 +13:00
CollectionRouter.js Removed event chain caused by settings date update 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 Moved route settings to new server service 2021-06-30 10:58:33 +01: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 'router.created' event emmision from forntend routers 2021-10-19 07:29:09 +13:00
StaticRoutesRouter.js Removed 'router.created' event emmision from forntend routers 2021-10-19 07:29:09 +13:00
TaxonomyRouter.js Removed 'router.created' event emmision from forntend 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