0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test
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
..
functional Reduced some functional tests 2018-10-07 21:14:00 +02:00
integration Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
unit 🐛 Fixed redirect issue with private sites (#9960) 2018-10-08 16:31:08 +07:00
utils Removed api integration tests (#9940) 2018-10-06 22:13:52 +02:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc Remove jshint rules that are no longer supported 2015-01-23 21:00:37 +00:00