0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/frontend/services/routing/controllers
Rishabh 2c2099b87f Added homepage redirect for unsubscribe urls
refs https://github.com/TryGhost/Team/issues/1495

With multiple newsletters, members are allowed to manage their newsletter pref via email unsubscribe link with member uuid. Since Portal is now taking over handling unsubscribe for members, we don't need to keep the current `/unsubscribe` page as Portal can load the member's newsletter pref on site home page directly.
The redirect change is only enabled behind the `multipleNewslettersUI` flag as its in beta.
2022-04-28 11:49:20 +01:00
..
channel.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
collection.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
email-post.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
entry.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
index.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
preview.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
rss.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
static.js Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
unsubscribe.js Added homepage redirect for unsubscribe urls 2022-04-28 11:49:20 +01:00