Ghost/core/server/apps/private-blogging/lib
Fabien O'Carroll e392fe55ae
🐛 Fixed redirect issue with private sites (#9960)
closes #9959

This issue existed because the logic assumed that if there were no
query parameters then there would be no `query` object. However this is
not the case. What we really wanted to check was for the existence of an
"r" query param - the code has been refactor to explicitly do this now.
2018-10-08 16:31:08 +07:00
..
helpers ES6 migration: server/apps/private-blogging (#9707) 2018-06-28 10:50:03 +02:00
views 🎨Updated private mode message (#9677) 2018-06-11 23:35:23 +02:00
middleware.js 🐛 Fixed redirect issue with private sites (#9960) 2018-10-08 16:31:08 +07:00
router.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30