- Oct 21, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Fixing the unit tests, by adding the new origin check, we broke two other tests. Setting the origin to the expected value. close #469
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Oct 20, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
include full origin (inc. scheme) in generated assertions. closes #82
-
Shane Tomlinson authored
Add's to Lloyd's pull request by keeping the extra info from being displayed to the user. issue #82
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #447
-
Shane Tomlinson authored
-
Shane Tomlinson authored
There were some <div>s inside of <p>s close #468
-
Lloyd Hilaiel authored
include full origin (inc. scheme) in generated assertions. To preserve compatibility, allow the rp to omit scheme in post data, and subsequent to verification, return whatever the rp sent us. issue #82
-
Lloyd Hilaiel authored
-
- Oct 19, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Simplified the tests. Updating signin for the main site to user Users.authenticate instead of Network.authenticate.
-
Shane Tomlinson authored
issue #434
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user enters a known email address in the signup page and then goes to the signin page, pre-fill the email address. close #108
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #406
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Use the input event for most browsers, for IE9, use input event and keyup event. IE has a bug where backspace in the input element will not trigger an input event. close #406.
-
Shane Tomlinson authored
Instead of using the keyup event to listen for changes on the email field, use the input/propertychange events. close #406
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #464
-
Shane Tomlinson authored
-
Shane Tomlinson authored
We must hide the main screen area before showing the error or wait screens. close #462
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #444
-
Shane Tomlinson authored
close #461
-
Lloyd Hilaiel authored
Fixes invalid assertion generation due to misset assertion expires field. closes #457 introduced by @lloyd in attempted fix to #433
-
- Oct 18, 2011
-
-
Shane Tomlinson authored
Update with @lloyd's requests. Tighter check on the assertion expiration date. Simpler creation of the expiration date.
-
Shane Tomlinson authored
Adding basic assertion tests to make sure all of the necessary parts are there and that the expiration date is actually a date. issue #457
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Removing all other messages. Matching name of fields in table to those in the templates.
-
Shane Tomlinson authored
Simplifying the error message handling, checking to make sure error messages are printed to the correct DOM elements.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-