0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test/unit
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
..
adapters Refactored web/middleware and web/utils to web/shared (#9892) 2018-09-20 20:04:34 +02:00
api Moved test/unit/api files to test/unit/api/v0.1 2018-10-05 15:11:35 +02:00
apps 🐛 Fixed redirect issue with private sites (#9960) 2018-10-08 16:31:08 +07:00
config Removed old jshint/jscs rules 2018-06-02 21:48:23 +02:00
data 🐛Fixed sitemap duplicates after routes.yaml upload (#9957) 2018-10-08 10:29:21 +07:00
helpers 🎨 Added additional parameters to subscribe_form and input_email helpers (#9820) 2018-08-30 17:17:27 +01:00
lib Extended sequence utility 2018-10-03 00:17:45 +02:00
models Removed api integration tests (#9940) 2018-10-06 22:13:52 +02:00
public Refactored Ghost SDK unit test 2018-10-05 16:49:46 +02:00
services Optimised test folder structure (#9958) 2018-10-07 16:36:02 +02:00
web Extended uncapitalise unit tests (#9891) 2018-09-20 22:27:38 +02:00
filters_spec.js Tidy up unit test files (#9340) 2017-12-14 03:36:50 +01:00