- Sep 23, 2011
-
-
Lloyd Hilaiel authored
remove migrate_to_certs.sql from dev, it's not relevant anymore (its an ad-hoc step that's riding train-2011.09.22)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix issue where hash changes during dialog interaction would break things. extract relay frame id from hash at load time. closes #295
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve documentation of changes to window opening to deal with firefox bugs and code loading race conditions
-
Shane Tomlinson authored
use onready instead of polling to fix race condition related to window vs relay frame readiness, and fix problems in FFX with re-attaching iframes of the same name, by creating relay frames with unique names every time. issue #287 & issue #286
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Every time we create a relay frame, give it a new name. issue #287.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
channel.js - check to see if the relay frame and the necessary functions are ready before t include.js - open the iframe before the window.
-
- Sep 22, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Ben Adida authored
updated tests to contain proper keys and certs, and tweaked BrowserIDIdentities to undo the confusion between IssuedIdentities and StoredIdentities. Now, cleanupIdentities removes emails without certs or with expired certs, while getStoredIdentities like before just returns the list of stored identities without further checking. syncIdentities will call cleanup before anything else.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Conflicts: browserid/static/dialog/resources/browserid-identities.js
-
Shane Tomlinson authored
In dialog_controller, using this call instead of the manual calls to BrowserIDNetwork.logout and BrowserIDStorage.clearEmails
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Ben Adida authored
-
Ben Adida authored
-
- Sep 21, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Adding cancelUser to browserid-identities and removing the work to sync emails from BrowserIDNetwork.
-
Shane Tomlinson authored
Also updated the globals declarations at the top of all the files to only declare the ones actually used for that file.
-
Shane Tomlinson authored
-