- Nov 04, 2011
-
-
Lloyd Hilaiel authored
fix race condition between token request and waiting for token, was causing test hangs. closes #530
-
Lloyd Hilaiel authored
allow anyone running tests to define 'LOG_TO_CONSOLE' in their environment to get verbose logging output on the console. issue #530
-
Lloyd Hilaiel authored
implement graceful process shutdown, and clear logging as to the reason why processes are terminating. include winston handling of uncaught exceptions. this all goes into a library that all of our processes use. closes #529
-
- Nov 03, 2011
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
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
-
Ben Adida authored
-
- Nov 02, 2011
-
-
Ben Adida authored
-
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
-