- Jan 13, 2012
-
-
Shane Tomlinson authored
close #630.
-
Shane Tomlinson authored
In both signup and forgot password, poll the backend for user registration status and redirect when complete. * if successful, redirect to / * if need auth, redirect to /signin close #439
-
- Jan 12, 2012
-
-
Shane Tomlinson authored
* Remove the set_password controller, which was never used. * Remove the set_password test suite. * Remove the set_password HTML with the autofocus element, which caused some versions of WebKit to wig out. * In storage.js, make sure when we do JSON.parse, there is something to parse. close #851 close #889
-
- Jan 11, 2012
-
-
Shane Tomlinson authored
If the user is not authenticated to the "password" level when they go to change their password, use the old password to authenticate them, then change their password.
-
Shane Tomlinson authored
* Only check the user's authentication status with the primary once, unless there is a reason otherwise. * Only provision the user if there is not already a cert for the email address. * Only get the address info for an address if we have not before.
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
Shane Tomlinson authored
* Took some code from the signup page. * Moved the "open primary auth" window to page_helpers. * cleanup of authenticate.js and page.js. * convert signin to be based on a Module.
-
Shane Tomlinson authored
* If the user is not authenticated to "password" authentication when they select a secondary email, make them sign in. * Updaate required_email to do its own check for the user's authentication status. * Update the unit tests to make sure we are all kosher.
-
- Jan 09, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Update network/user to handle two level auth. * Update tests that check authentication status to check for correct status. * State machine checks for the correct authentication level for an email address.
-
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 06, 2012
-
-
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
* Put the user into the primary_email flow, which will do the provisioning/redirection.
-
- Jan 05, 2012
-
-
Shane Tomlinson authored
* Add function.prototype.curry * Make sure all callbacks are called through the "safe" complete function. close #732
-
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
close #845.
-
Shane Tomlinson authored
close #837
-
- Jan 04, 2012
-
-
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
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.
-
Shane Tomlinson authored
It is now possible to sign in to BrowserID using a primary email even if the user is not authenticated to BrowserID. Needs a lot of cleanup.
-
- Jan 03, 2012
-
-
Shane Tomlinson authored
* Adding several helper functions to user to check auth status on primary. * Adding lots of tests. * Starting to update the required_email controller to work with primaries.
-
Shane Tomlinson authored
* Defer off to "primary_user" screen and let that take care of the rest. * in user.js, formatting.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Fixing up a bunch of async problems that were causing the unit tests to error out. Only call complete whenever jQuery animations are complete.
-
- Dec 30, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Upgrading jQuery to 1.7.1. Fixes a crash bug in IE8 where loading browserid.org would cause IE to restart. close #806
-
- Dec 29, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Change the add_email_address page to be Module based. * Show the site info always. * Add User.tokenInfo which gets the email address and site for a token. * Add page.checkRequired which checks an options block for required fields. * Rename pages/browserid.js to pages/start.js
-
Shane Tomlinson authored
* All unit tests pass again. * Renaming primary_user_verified to primary_user_ready * Adding a random_seed to the context info to fix the unit tests and the adding of the seed. * Renamed all ejs templates to match their URL. * Each page unit test writes the ejs template that it needs to the DOM.
-
- Dec 28, 2011
-
-
Ben Adida authored
-
Shane Tomlinson authored
* Not actually hooked up in the dialog yet. * Need backend support.
-
Shane Tomlinson authored
* Added a new controller, primary_user_provisioned. * Slimmed down user.provisionPrimaryUser so that it does not authenticate users. * Using ADD_EMAIL and CREATE_EMAIL as the hash when redirecting back from an IdP as bits of state.
-
Ben Adida authored
-
- Dec 23, 2011
-
-
Shane Tomlinson authored
* Renaming a bunch of the templates to use _ instead of camelCase.
-
Shane Tomlinson authored
* A lot of cleanup and test adding for handling primary users. * Trying to genericize a lot of the message names and leave the state machine decide on state. * Simplifying the ActionsMock in state_machine_unit_test. * Loads of file renames to make easier to read.
-
Shane Tomlinson authored
* Hacktastic and minimal tests - loads of tests needed. * Assume if the #EMAIL=<email> hash is specified on the URL, then try provisioning the user. * Fixed all previously broken, non-completing tests. * Added several new controllers - email_chosen, provision_primary_user, verify_primary_user.
-