- Aug 23, 2011
-
-
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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move wsapi_client.js to libs/ where it can be shared by other code needing a programmatic client to the browserid WSAPI
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Ensure req.body exists before trying to use it.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Aug 21, 2011
-
-
Ben Adida authored
-
Brian J Brennan authored
-
- Aug 20, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-