- Oct 11, 2011
-
-
Shane Tomlinson authored
close #380
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #409
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #410
-
Shane Tomlinson authored
-
Shane Tomlinson authored
This allows the user to hit "enter" when only one email address is shown. With only one email address, the radio button is not shown and we cannot submit the form. close #412
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user selects an invalid email address, show them an error message and re-display the valid email addresses. The error message should be inlined, but I am going to open a new issue for that. close #401.
-
Shane Tomlinson authored
In dialog_controller, if the passed assertion is null, email was not recognized or deleted, re-show the pick email. issue #401
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Warning the user, clearing all BrowserID stored info, and redirecting to main page when action is complete. close #394 issue #137 close #404
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #405
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
certifyEmailKeypair, persistEmail, and persistEmailKeypair are no longer front facing but private. removing confirmEmail, it was not used anywhere.
-
Shane Tomlinson authored
Renaming: waitForUserRegistration->waitForUserValidation emailRegistered->isEmailRegistered waitForEmailRegistration->waitForEmailValidation Updating calls in the controllers. Adding a test for isEmailRegistered with a non-registered email.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
renamed: ../../resources/browserid-errors.js -> ../../resources/error-messages.js renamed: ../../resources/browserid-network.js -> ../../resources/network.js renamed: ../../resources/browserid-identities.js -> ../../resources/user.js renamed: ../../resources/browserid-wait.js -> ../../resources/wait-messages.js renamed: browserid-network_test.js -> network_unit_test.js modified: qunit.js modified: storage_unit_test.js renamed: browserid-identities_unit_test.js -> user_unit_test.js Updated all other files/tests accordingly.
-
Shane Tomlinson authored
fixing up removeEmail so that it does not pass on the removeEmail exception if email does not exist. Cleaning up the unit tests so that we do not call clearStoredEmailKeypairs on every test but doing this in setup.
-
Shane Tomlinson authored
* renaming clearEmails to clear. * Adding getEmail. * removeEmail, invalidateEmail throw "unknown email address" * add setSiteEmail, getSiteEmail. * removeEmail will clear sites associated with that email address. issue #1
-
- Oct 10, 2011
-
-
Lloyd Hilaiel authored
log x-real-ip rather than remote ip in metrics stuff to get the proper ip in anonymous metrics logs. closes #391
-
- Oct 07, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
The goal is to fade in the new screen over top of the old screen, and then remove the old screen.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Smoothing out just a tad, showing the initial "communicating with server" message, but it still jumps a tad bit.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Changing the android check from looking at the userAgent to checking for the failing JSON.parse(null). This will capture a wider range of devices and checks for what makes things fail instead of one browser that can be faked.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If an email address is specified for authentication, fill it in and go to the password screen (if address is registered). This finishes up #336, and also gets us ready for a site to be able to specify a preferred email address. close #336.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Update the compression scripot to compress both CSS files into one. Use a media query around the entire m.css file to keep it from being used for large screens. Remove the extra "body" bits from the selectors, the extra specificity is no longer needed.
-