Ghost/core/frontend/services/routing
Naz 6e6f427149 🐛 Fixed 500 error when visiting an email-only post link
refs 74280cfbea

- We allow to send email-only posts when using v4 Admin API, but it's possible to configure a v3 Theme with a site instance which resulta in an unsupported behavior throwing a 500.
- With this fix a 404 will be returned when an email-only post is viewed through the public email-only post URL
2021-10-26 16:01:10 +04:00
..
config Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
controllers Renamed bootstrap to routerManager 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
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 Clened up routing module API from unused exports 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
router-manager.js 🐛 Fixed 500 error when visiting an email-only post link 2021-10-26 16:01:10 +04: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