- Oct 24, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
A huge reduction of duplicate test code for checking notifications and whether the failure callback was called.
-
Shane Tomlinson authored
Made a get function to pass all the get requests through. simplifying the code by removing most of the deferred callback code, only doing this in "get" and "post"
-
Shane Tomlinson authored
Going through all the user api and making sure all async functions have onFailure callbacks. Adding tests for the user api to make sure that xhr failures cascade up. Adding more messages to error-messages. making sure the controllers are displaying error messages appropriately. issue #448
-
- Oct 21, 2011
-
-
Shane Tomlinson authored
Adding tests for all network calls to check whether they handle ajax errors correctly. This includes network disconnection, server error codes, etc. Fixing several calls that did not handle this appropriately. issue #448
-
Shane Tomlinson authored
issue #448
-
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.
-