- Nov 03, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Added some unit tests for verify_email_address * Standardized ids and class names between verifyemail.ejs and verifyuser.ejs close #528
-
Lloyd Hilaiel authored
Set the default text color to #000. Used in the addon so text is not whi
-
Shane Tomlinson authored
issue #501
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #527
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #501
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #519
-
Ben Adida authored
-
- Nov 02, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #522
-
Lloyd Hilaiel authored
fix undefined reference (crash) in verifier after verification failure. closes #523. introduced in issue #82.
-
Shane Tomlinson authored
-
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
-
Lloyd Hilaiel authored
temporarily disable relay to keysigner until http forwarding logic is figured out/fixed - issue #460
-
Lloyd Hilaiel authored
add back an erroneously removed check in cert_key to verify that the authenticated user has verified the email which they are trying to get a certificate for - issue #460
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix a bug in validation library. if we find a parameter validation error, don't call the next handler in the onion ring, fail out
-
Lloyd Hilaiel authored
fix CSRF checking logic, once we identify a single problem with the CSRF token, don't fall through to further checks
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
break 'checkParams' feature out into a separate file so it can be shared by multiple processes - issue #460
-
- Nov 01, 2011
-
-
Shane Tomlinson authored
-
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
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
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
-
Shane Tomlinson authored
close #512
-
Shane Tomlinson authored
-
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
-
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
-
Shane Tomlinson authored
No longer depend on id's, class names work better for this case and reduce the JS logic. issue #510
-