- Jan 09, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* When authenticating, since we no longer generate/sync keypairs, do the sync. * Collapse cases in required_email so things are easier. * Remove the doSyncAndPickEmail action, no longer needed. * Update the state machine to assume that once a user authenticates, their emails are synced.
-
Shane Tomlinson authored
* To user, add canSetPassword, hasSecondaries. * Add unit tests for these functions as well as setPassword.
-
- Jan 07, 2012
-
-
Ben Adida authored
updated crazy verifier test to chop off last 2 chars from assertion rather than 1, due to base64 resilience that is not worth testing. Fixes #833
-
- Jan 06, 2012
-
-
Lloyd Hilaiel authored
(loadgen) fix bug that would leave virtual users with incorrect cookies in their device contexts after a password reset (still authenticated as th old user that they split from) issue #785
-
Lloyd Hilaiel authored
(loadgen) tons of fixes to handle request failures without mucking up the local user database - issue #838, issue #785, issue #787, issue #784
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
staging a new acct on a session logs you out. clear the auth'd bit on the session when this happens to prevent errors that occur when the loadgen client thinks it's authed, but the server knows its not. issue #785
-
Lloyd Hilaiel authored
when loadgen emits errors, indicate what activity was being performed when the error was encountered.
-
Lloyd Hilaiel authored
gracefully handle excessive load - all cases where bcrypt will take to long return 503, loadgen special cases 503 errors for better output. closes #787
-
Shane Tomlinson authored
* Simplify the signature for checkAuthenticationAndSync by removing onSuccess. * Simplify the user unit tests by using failureCheck. * Add testHelpers.failureCheck which came from network.js * Cleanup the user unit tests a ton.
-
Shane Tomlinson authored
* Added tests for the various flows in required_email. * cache off address information, clean up required_email controller a bit. * Add some error messages. * User.addressInfo now returns whether the primary users are authenticated with their IdP.
-
Shane Tomlinson authored
* email_for_token now returns whether the user needs to set their password. * complete_email_addition now takes a password if necessary. * Update the add_email_address page to support scheme. * Update network.js and user.js to support these schemes. * HUGE simplification of the Network unit tests. Vast reduction in number.
-
Shane Tomlinson authored
Setting "location=1" when opening the dialog so that all users see the URL bar and can have a level of trust. close #847
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Put the user into the primary_email flow, which will do the provisioning/redirection.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jan 05, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
close #844
-
Shane Tomlinson authored
close #846
-
Shane Tomlinson authored
* Adding IE8 specific CSS to handle rgba backgrounds. * Changing some borders to standard hex values instead of rgba. close #820
-
Shane Tomlinson authored
* Add function.prototype.curry * Make sure all callbacks are called through the "safe" complete function. close #732
-
Ben Adida authored
updated to new version of client-sessions, renamed, and re-added connect-cookie-session for example primary
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
SCHEMA CHANGES! update the mysql driver to support the new database apis motivated by issue #388 (identify user by userid rather than email)
-
Shane Tomlinson authored
Updating the "password_too_short" tooltip to be "password_length". Add test for password too long in add_email close #845
-
Shane Tomlinson authored
Conflicts: resources/views/verifyuser.ejs
-
Shane Tomlinson authored
close #845.
-
Shane Tomlinson authored
close #837
-
- Jan 04, 2012
-
-
Shane Tomlinson authored
close #821
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* the first button in the form would be clicked instead of the "submit" event, even if the first button is hidden. * Changed the order of the DOM so that the correct button comes first in the DOM.
-
Lloyd Hilaiel authored
update all WSAPIs now that userid rather than email is stored in session after auth. all tests pass on JSON database driver
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* primary - user who is authenticated, owns address, valid cert. * primary - user who is authenticated, owns address, but invalid cert. * primary - user who is authenticated, but does not own address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Required email feels more "correct", still some work to do though for working with expired certs cleanly. * Changed the state machine so pushing a state to the stack is optional. * Changed the verify_primary_user screen to have an optional cancel button * Updated required_email to handle primary verification of unauthenticated users.
-