Ghost/core/frontend/services/routing
Hannah Wolfe 53d14fd8e3 Added Router etc to shared/express + use everywhere
- Added a wrapper around express.Router to our shared/express util
- Also export static and _express
- Use this shared util everywhre, meaning express is only used directly in this one file
- ATM this file is mostly an experiment / debug helper, it might be removed again later
- The aim is to have a minimal framework wrapping express that allows us to:
     - reduce our usage of express() in favour of Router()
     - unify some of our duplicated logic
     - fix some structural issues e.g. Sentry
     - make it easier to understand the codebase
2020-05-01 19:32:57 +01:00
..
config 🐛 Fixed /edit route redirect for tag taxonomies 2020-04-16 21:23:38 +12:00
controllers Added a TODO for members access code 2020-04-30 13:03:27 +01:00
helpers Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
middlewares Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
bootstrap.js Remove External Apps 2020-03-20 10:40:22 +00:00
CollectionRouter.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
index.js Moved settings dynamicRouting to routing.settings 2019-06-21 16:34:17 +02:00
ParentRouter.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
PreviewRouter.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
registry.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
RSSRouter.js 🔥 Removed RSS pagination (#11069) 2019-09-02 11:34:13 +01:00
settings.js Moved settings dynamicRouting to routing.settings 2019-06-21 16:34:17 +02:00
StaticPagesRouter.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
StaticRoutesRouter.js 💡Changed static router - throw 400 for missing tpl 2019-09-06 15:41:42 +01:00
TaxonomyRouter.js 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00