- Nov 29, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) include-only activity properly returns errors accoring to new error conventions (undefined means success)
-
Ben Adida authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Replace all the input[type=submit] with buttons so that we can set the line-height. * Use common CSS between all buttons. close #658
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* When setting the text of the email address, use dom.setInner. * Update the test to use .val() for the check. close #657
-
Shane Tomlinson authored
-
- Nov 28, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Remove the common css from style.css and popup.css, place here. * Update includes list, build script. * Fixes inconsistency in button capitalization text between dialog and main site. close #655 close #578
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #654
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #533
-
Shane Tomlinson authored
close #652
-
Shane Tomlinson authored
Removing openajax.js, adding hub.js issue #650
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #650
-
- Nov 26, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 23, 2011
-
-
Lloyd Hilaiel authored
more issue #598 - add test and fix for other places where exceptions leak out of JWCrypto and cause 500 errors rather than 200 failure responses.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
create a test which reveals that the verifier considers assertions that have expired to still be valid (with expiry upto two minutes in the past)
-
Lloyd Hilaiel authored
tests to reproduce and fixes for wildy invalid assertions posted to the verifier. closes #598 and closes #605
-
Lloyd Hilaiel authored
certs issued by anyone other than the verifier should fail until primary support is implemented. closes #645
-
Lloyd Hilaiel authored
add a (failing) verifier test of an assertion signed by a cert issued by someone other than the trusted domain.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
better input validation on audience. accept even more forms of input (domain:port) and do the best we can to validate. closes #642
-
Lloyd Hilaiel authored
the verifier is more helpful if you leave off content-type headers, also did you know we support application/json? closes #643
-
Lloyd Hilaiel authored
add tests to verify that we allow verification request parameters to ride in the path, or in the content body. wierd, but it's our contract, let's test it! Also, add test of misset content-type
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
implement basic verifier unit tests. These will prevent regression on issue #467, and can grow to address issue #598
-
Lloyd Hilaiel authored
(loadgen) when generating assertions, calculate current server time in the same manner that the webclient does - namely add a delta from session creation time to now to server time - issue #504
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) add -u option that allows one to specify a numeric range which will make load testing with a large database possible - issue #504
-
Lloyd Hilaiel authored
on a hard connection error during http forwarding, don't end the client reqeust, instead let the client formulate the error code and message
-
- Nov 22, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(loadgen) rename prepare.js to common.js as it holds common processes used by multiple different activities - issue #504
-