- Aug 03, 2012
-
-
Dan Callahan authored
-
Lloyd Hilaiel authored
Fix "IE doesn't keep you logged in between restarts (or page reloads)" problems by disabling cookie check in iframe. issue #2218 & issue #2183
-
Shane Tomlinson authored
Fix the user going back to the "enter email" state if they select an email using auto-complete and then type CTRL-C on the email address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 01, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Move the "passwords do not match" on the set password screen above the first password. * Move the "this email address and password do not match" above the email field.
-
- Jul 31, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
removeListener throws in IE8
-
Sean McArthur authored
only Firefox seems to make the placeholder text be the same color as the normal text, so this will set the placeholder to a lighter grey fixes #2187
-
- Jul 28, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* sites_signed_in => number_sites_signed_in * sites_visited => number_sites_remembered
-
- 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.
-
Sawyer Hollenshead authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
Sean McArthur authored
fixes #2132
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Useful for Selenium tests which need an easy mechanism to get a handle to the window being tested.
-
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.
-
Shane Tomlinson authored
* Vertically center the layout again. * Apply the -webkit-text-size-adjust to the body. * Remove the background-image gradients on the body. * Reduce the vertical height of the "Use another address" button.
-
Shane Tomlinson authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
Sawyer Hollenshead authored
-
- Jul 23, 2012
-
-
Sean McArthur authored
fixes #2116
-
Shane Tomlinson authored
-
- Jul 22, 2012
-
-
Lloyd Hilaiel authored
improve i18n of main site - strings for translators should not include site implementation details (links, ids, etc) - this prevents accidental breakage and allows us to change our ids and links without requiring retranslation. closes #2093
-
- Jul 21, 2012
-
-
Shane Tomlinson authored
When a secondary email is verified, make sure its verified bit is set to true. Lots of cleanup for readability.
-
Shane Tomlinson authored
-