Ghost/core
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
..
client@d2ffe6f148 Updated Admin to v4.21.0 2021-10-29 16:00:28 +01:00
frontend Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
server Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
shared Implemented '/media/upload' API endpoint 2021-11-03 00:33:28 +13:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
bridge.js Renamed frontend/web/app to site 2021-10-21 19:54:50 +01:00