- Nov 09, 2011
-
-
Shane Tomlinson authored
Moving tests from /dialog/test to /test so the impression is that they can be used for all front end testing. Fixing the broken unit tests caused by ignoring the origin passed in to the init funciton.
-
Lloyd Hilaiel authored
-
- Nov 08, 2011
-
-
Shane Tomlinson authored
* Starting to unify the error code between the main site and the dialog. * Trying to figure out how to share templates. * Adding loads more unit tests to main site. issue #542
-
Shane Tomlinson authored
issue #198
-
- Nov 03, 2011
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
issue #501
-
Shane Tomlinson authored
close #527
-
Shane Tomlinson authored
close #501
-
Shane Tomlinson authored
close #519
-
Shane Tomlinson authored
* Added some unit tests for verify_email_address * Standardized ids and class names between verifyemail.ejs and verifyuser.ejs close #528
-
- Nov 02, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #522
-
Shane Tomlinson authored
Creating one xhr mock function so that we test through the entire stack minus the network calls themselves. * Create one xhr mock in qunit/mocks/xhr.js * Use the xhr mock everywhere xhr functionality is used. * Get rid of the network mocks and use the real network code to test the full stack. * Updating the user unit tests to use this mock, which comes from network. close #520
-
- Nov 01, 2011
-
-
Shane Tomlinson authored
* user->requestPasswordReset now verifies user exists, handles throttling. * add unit tests for the forgot page. * do home grown form validation on the email. * Print appropriate error messages and tooltips. close #515
-
Shane Tomlinson authored
* stricter checks on email format - limit local, domain, and total lengths * set maxlength of email fields in HTML close #513
-
Shane Tomlinson authored
close #464
-
Shane Tomlinson authored
close #512
-
Shane Tomlinson authored
* channel.js - if relay is not found, throw an exception. * dialog_controller.js - check for errors when establishing relay. Display message if appropriate. close #465
-
Shane Tomlinson authored
* channel.js - if relay is not found, throw an exception. * dialog_controller.js - check for errors when establishing relay. Display message if appropriate. close #475
-
Shane Tomlinson authored
No longer depend on id's, class names work better for this case and reduce the JS logic. issue #510
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Makes it easier for the user whenever they go from sign up to sign in to forgot password and back. * Stop remembering the username when the user successfully completes an action * Put some code into /js/pageHelpers.js to keep /js/browserid.js clean. * Start tests for pageHelpers.js. close #476
-
Shane Tomlinson authored
Add a noscript tag to signin and signup stating to use these features, Javascript must be enabled. issue #510
-
- Oct 31, 2011
-
-
Shane Tomlinson authored
Min length of 2.5 seconds. The rest is based on a user reading ±200wpm, when the real average reading speed is ~250wpm. close #508
-
Shane Tomlinson authored
close #430
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-