Ghost/core/frontend/services/routing
Hannah Wolfe 4f9b72ff43
Renamed middlewares to middleware consistently
- This is a minor bugbare, but it will affect some configuration I'm about to do for c8
- I've been wanting to do it for ages, middleware is plural all on it's own so it's an odd affectation in our codebase
- This also only exists in 2 places, everywhere else we use "middleware"
- Sadly it did result in a lot of churn as I did a full find and replace, but consistency is king!
2021-11-16 15:51:47 +00: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
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 failing tests 2021-11-15 19:37:49 +04: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