- Oct 04, 2011
-
-
Shane Tomlinson authored
When an identity's key or cert is invalidated, we no longer remove it from storage but instead remove its public key, private, and cert. Adding invalidateEmail to storage, but may move this to identities as it seems like too much info for storage. Updating the controllers to call syncEmails instead of syncEmailKeypairs.
-
Shane Tomlinson authored
First step in on-demand cert generation. We no longer generate certs when syncing, but only when the identity is requested or when generated. Adding a new function/test called syncEmail, renaming syncEmailKeypairs to syncEmails to better reflect its purpose.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Safari's rendering engine took a major poo when trying to render an autofocused email element that was hidden. That's it. That caused Safari to crash. Removing "autofocus" fixes it.
-
Lloyd Hilaiel authored
-
- Oct 03, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Adding checks for unsupported browsers. For IE<9, showing a special alert saying upgrade or remove Compatibility View.
-
Shane Tomlinson authored
-
- Oct 01, 2011
-
-
Ben Adida authored
added issuer back to verifier response, using now hostname only of issuer, since that's all we will have for primaries, e.g. @gmail.com
-
- Sep 30, 2011
-
-
Lloyd Hilaiel authored
remove 'download printable format' language from privacy policy. there is no downloadable printable format. closes #280
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
SCHEMA CHANGE: add index to emails table. we do a couple queries that look up email by user which are a table scan at the moment. this change fixes. closes #209
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Issue #275
-
Shane Tomlinson authored
-
Shane Tomlinson authored
This is to target CSP related work as well as to simplify browserid.js, which was becoming very unruly.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #333.
-
Lloyd Hilaiel authored
-
- Sep 29, 2011
-
-
Lloyd Hilaiel authored
-
- Sep 24, 2011
-
-
Ben Adida authored
-
- Sep 29, 2011
-
-
Shane Tomlinson authored
Conflicts: browserid/static/dialog/controllers/authenticate_controller.js
-
Lloyd Hilaiel authored
Conflicts: browserid/lib/wsapi.js
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
ensure users must authenticate every week (issue #309). Also, move all magic numbers out of implementation and into the configuration abstraction.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Potentially use this to create an assertion directly.
-
Shane Tomlinson authored
Baby steps to getting the stylings looking better. Trying to reduce the "jumpiness" of elements on the screen.
-
Shane Tomlinson authored
Now making the "add email" portion show in its own screen so that things look cleaner. Adding room for 5 email addresses. Putting all the buttons on the same line to maximize room for email addresses. Changing the padding/margins of the email addresses so that the glow around the buttons is not cut off.
-