Ghost/core/test
Lev Gimelfarb a013840503 Support for urlSSL config option and forceAdminSSL 403 response
closes #1838
- adding `forceAdminSSL: {redirect: true/false}` option to allow 403 over non-SSL rather than redirect
- adding `urlSSL` option to specify SSL variant of `url`
- using `urlSSL` when redirecting to SSL (forceAdminSSL), if specified
- dynamically patching `.url` property for view engine templates to use SSL variant over HTTPS connections (pass `.secure` property as view engine data)
- using `urlSSL` in a "reset password" email, if specified
- adding unit tests to test `forceAdminSSL` and `urlSSL` options
- created a unit test utility function to dynamically fork a new instance of Ghost during the test, with different configuration options
2014-04-27 17:01:49 -04:00
..
functional Support for urlSSL config option and forceAdminSSL 403 response 2014-04-27 17:01:49 -04:00
integration Add include parameter for posts API 2014-04-27 18:58:34 +02:00
unit Post response move pagination -> meta 2014-04-19 17:03:20 +02:00
utils Support for urlSSL config option and forceAdminSSL 403 response 2014-04-27 17:01:49 -04:00
blanket_coverage.js Coverage report task fix for Windoze 2013-11-11 20:56:36 +00:00