- Oct 05, 2011
-
-
Shane Tomlinson authored
Hiding all tooltips by default.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Automating the addition of the CSRF token to POST requests. Testing for CSRF tokens in POST requests in the unit tests.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Fixing up the unit tests for the new context info. Fixing the checkAuth call which was calling the callback twice.
-
Shane Tomlinson authored
-
- Oct 01, 2011
-
-
Ben Adida authored
-
- Oct 04, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
subsequent to setting a password, hide the password form on the verify_email_address landing page. closes #347
-
Lloyd Hilaiel authored
Conflicts: browserid/static/dialog/resources/browserid-identities.js browserid/static/dialog/resources/browserid-network.js browserid/static/dialog/test/qunit/browserid-network_test.js browserid/views/developers.ejs
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Simplify user account creation/email addition, only generate the keys whenever the assertion is asked for.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix confusion in browserid-network. when auth status is non-boolean it means it requires a fetch, otherwise we expect it to represent authentication status of the session
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Hopefully this minimizes the amount of delay the user notices.
-
Shane Tomlinson authored
-
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
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
issue #329 - fold am_authed call into session_context to minimize network requests. update browserid-network.js abstraction to shield higher level code from these changes (higher level code doesn't know/care whether a network function maps onto zero, one, or more wsapi calls)
-
Lloyd Hilaiel authored
server side changes for issue #329 - /csrf call is now /session_context and returns current server time - to be used to allow clients with broken clocks to generate valid assertions
-