- Aug 25, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 24, 2011
-
-
Ben Adida authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
When triggering the checkregistration:confirmed message, do so through close so that we teardown the controller. This fixes the problem of adding multiple email addresses in the same dialog lifespan. close #215
-
Shane Tomlinson authored
Moving prove email ownership AJAX code from prove.ejs to browserid-network.js where we can add tests for it.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 23, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
This makes it consistent with authenticateAndSync.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Setting up BrowserIDIDentities so that it can take a network stub for testing purposes.
-
Lloyd Hilaiel authored
upgrade to bcrypt 0.2.4 and move to bcrypt async apis, this keeps us from blocking the web server thread and leverages the threading support in the bcrypt library for better compute throughput and responsiveness.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(load gen) add_email might occur on a device that hasn't been used yet, in which case we need to authenticate
-
Lloyd Hilaiel authored
test harness now tries to shut down gracefully. this allows cleanup to occur (i.e. of database when running in a test mode)
-
Lloyd Hilaiel authored
output human readable summary information of what kind of load will be applied when the load gen starts with a fixed target number of active users.
-
- Aug 22, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #200
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #195.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Change the csrf response type to 'html'.
-
Shane Tomlinson authored
This makes sure that the non-XML response is parsed correctly and jQuery does not throw an error.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Fixing a problem where new email addresses added to an existing account would not get synced correctly directly after confirmation.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Conflicts: browserid/static/js/browserid.js
-
Lloyd Hilaiel authored
(load gen) handle case where all users are 'locked' (in use by other activities), fix bug where cb was doubly invoked
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
remove redundant check that an authenticated user may add a key. this is performed up at the wsapi level now, so let's save a database query
-
Lloyd Hilaiel authored
-