- Sep 10, 2012
-
-
Sean McArthur authored
-
Sean McArthur authored
_.template uses new Function, which means evalling code evalling code is bad. so now we don't do it.
-
Sean McArthur authored
manage acct page uses a template, but has no need for EJS to parse it, since it's plain HTML.
-
- Sep 04, 2012
-
-
Shane Tomlinson authored
If there is no saved site info in localStorage, redirect to the management page after verification is complete.
-
- Aug 23, 2012
-
-
Shane Tomlinson authored
* to dom-jquery, add closest and insertAfter
-
Shane Tomlinson authored
-
- Aug 22, 2012
-
-
Shane Tomlinson authored
Fix the password being hidden if the user tabbed into the email field without typing any key besides tab.
-
- Aug 20, 2012
-
-
Jared Hirsch authored
bf146c2 Merge pull request #43 from klrmn/master cbc4fe0 fix getters git-subtree-dir: automation-tests/browserid git-subtree-split: bf146c230b5ea96590c25f8d55c16c57c8240744
-
- Jul 28, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 27, 2012
-
-
Sean McArthur authored
-
Shane Tomlinson authored
* Disable the email field. * Focus the first password field instead of the email field. * If no email is stored (user did not come from /signin or /signup), redirect the user to /signin. * If email address that is stored is not known, redirect to /signup. * If email address that is stored is known but a primary, redirect to /signin * When calling User.addressInfo on a primary address, check whether the address is known or not. Allows us to simplify the forgot page.
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Slide the password fields down whenever they are shown. * Add slideUp/slideDown, fadeIn/fadeOut to dom-jquery.js
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- Jul 24, 2012
-
-
Shane Tomlinson authored
* If the user types in a known secondary, redirect the user to the signin page. * If the user manually clicks the "new to persona?" or "Existing account?" links, clear the stored email address.
-
Shane Tomlinson authored
* If the user enters an unknown secondary email, redirect them to the /signup page. * If the user arrives with a known secondary email in storage, show the password field.
-
- Jul 20, 2012
-
-
Shane Tomlinson authored
* to page_helpers.emailSent, add a new input paramter - pollFuncName. The poll functions are unique for each type of email sent.
-
Shane Tomlinson authored
* Generalize and cleanup unit tests
-
- Jul 18, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 17, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
- Jul 16, 2012
-
-
Lloyd Hilaiel authored
adorn confirmations on main site (like 'd00d, sure you wanna cancel') with gettext() for proper extraction and substition
-
- Jul 13, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
they are no longer separate timeouts, nor do they start at slightly different spots in the code. The countdown starts at the end, and only once the countdown reaches 0, does the redirect take place. fixes #2007
-
Sean McArthur authored
this makes sure callbacks for animations truly are called only after the animation has finished. before, it'd be possible to trigger slightly ahead because of setTimeout tomfoolery
-
- Jul 10, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Update user.createSecondaryUser to use stageAddressVerification. rename stageAddressVerification to handleStageAddressVerificationResponse.
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
- Jul 09, 2012
-
-
Shane Tomlinson authored
Generalize error-display to extended-info. For every "screen" that is shown, create an extendedInfo and instantiate it. Remove the "error-display.show" code that was in page_helpers and page_module. issue #1916
-
Shane Tomlinson authored
issue #1967
-
Shane Tomlinson authored
remove the padding on the button in mobile mode so the button does not look super short issue #1885
-
Shane Tomlinson authored
issue #1964
-
- Jul 06, 2012
-
-
Sawyer Hollenshead authored
-
Ben Adida authored
-
Sean McArthur authored
fixes #1885
-
- Jul 04, 2012
-
-
Shane Tomlinson authored
Update network.js for password_reset_status cleanup user.js for for better cohesion.
-