Ghost/core/server/web/shared/middlewares
Fabien O'Carroll 91efa4605c Used DynamicRedirectManager for Custom Redirects
refs https://github.com/TryGhost/Members/commit/9e59f5a9

Since we have a DynamicRedirectManager for handling adding/removing
redirects at runtime, we no longer need the custom-redirects middleware.
The redirects service does however need an init method now to add the
custom redirects at Ghost boot, so it's been refactored into our Class &
DI pattern.
2021-11-03 07:41:55 +13:00
..
api Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
brute.js Added userAuth brute middleware to members auth endpoint (#13152) 2021-07-19 09:40:38 +01:00
cache-control.js Refactored cache-control mw to remove dependencies 2020-04-22 18:01:01 +01:00
error-handler.js Replaced i18n.t w/ tpl in error handler middleware 2021-10-04 11:52:10 +01:00
index.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
maintenance.js Moved URL service to backend 2021-10-19 07:29:09 +13:00
pretty-urls.js Swapped to American English spellings 2021-06-09 16:39:06 +01:00
uncapitalise.js Replaced i18n.t w/ tpl in uncapitalise.js 2021-10-05 14:37:46 +01:00
url-redirects.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00