- Aug 10, 2012
-
-
Brian Warner authored
All wsapi operations now require the database (to update+check the superSessionToken), so some tests that previously expected operations to succeed without a database now expect them to fail (generally 503). wsapi_client.js was changed to pass HTTP errors during /wsapi/session_context back to the caller, so their response code can be checked, rather than throwing an error (and preventing any other assertions from being made).
-
- Jun 06, 2012
-
-
Zachary Carter authored
-
- May 29, 2012
-
-
Lloyd Hilaiel authored
-
- Mar 29, 2012
-
-
Lloyd Hilaiel authored
API changes for public terminals/shared computers, and update all tests to post data using JSON rather than form encoding, as the front end now does.
-
Lloyd Hilaiel authored
implement and test the prolong_session wsapi - which extends the duration of an existing session from the ephemeral duration (an hour) to full authentication session length (2 weeks) - doesn not change the start time of the session, so is a noop when invoked multiple times. to be added to frontend code once user acknoledges ownership of device.
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 10, 2012
-
-
Lloyd Hilaiel authored
update wsapi_client to return errors in the standard node convention. update all clients. fix several areas in loadgen where we were not properly handling errors. improve informational output of loadgen failures. closes #838 - helps with issue #784 - closes #785
-
- Dec 01, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 23, 2011
-
-
Lloyd Hilaiel authored
(loadgen) when generating assertions, calculate current server time in the same manner that the webclient does - namely add a delta from session creation time to now to server time - issue #504
-
- Nov 22, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 18, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
implement throttling on outbound emails: don't send emails to the same address more than once per minute - issue #430
-
Lloyd Hilaiel authored
-
- Oct 03, 2011
-
-
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
-
- Oct 02, 2011
-
-
Ben Adida authored
-
- Aug 22, 2011
-
-
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
-
- Aug 19, 2011
-
-
Lloyd Hilaiel authored
add a 'fake verification' mechanism that can be enabled for testing via an environment variable, and will return secrets via the wsapi. add plenty of checks to ensure this never makes it into production.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
sketch a general WSAPI client library with support for multiple simultaneous connections, port include_only onto it
-
- Aug 18, 2011
-
-
Lloyd Hilaiel authored
-
- Aug 09, 2011
-
-
Lloyd Hilaiel authored
-
- Jul 20, 2011
-
-
Lloyd Hilaiel authored
-
- Jul 17, 2011
- Jun 23, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-