- Jul 04, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add tests of email_for_token in the context of password reset, remove old transitional code, fix exception in complete_reset api that was preventing authentication of user.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Add the "verified" bit to emails. Start shells for the reset_password and confirm pages.
-
Lloyd Hilaiel authored
implement complete_reset, stage_reset and refactor database code to support this addition, add tests
-
Lloyd Hilaiel authored
-
- Jun 28, 2012
-
-
Sean McArthur authored
-
- Jun 25, 2012
-
-
Shane Tomlinson authored
issue #1793
-
- Jun 21, 2012
-
-
Shane Tomlinson authored
issue #1794
-
- Jun 20, 2012
-
-
Lloyd Hilaiel authored
optimize backend unit tests by starting all daemons in parallel, and then starting router. issue #1803
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add unit tests for __heartbeat__, includes exposing PIDs of all running daemons so tests may do stuff with them (like kill SIGSTOP)
-
- Jun 18, 2012
-
-
Zachary Carter authored
-
- Jun 14, 2012
-
-
Lloyd Hilaiel authored
fix the fragile static-resource-test - when adding keys to lib/static_resources.js all indexes get shuffled. broken with addition of relay.js.
-
Lloyd Hilaiel authored
-
- Jun 06, 2012
-
-
Zachary Carter authored
-
- May 30, 2012
-
-
Lloyd Hilaiel authored
-
- May 29, 2012
-
-
John Morrison authored
-
- May 23, 2012
-
-
Zachary Carter authored
Fix start-stop.js test module to look for router output and ignore tokens found in "forwarding request" output lines
-
- May 06, 2012
-
-
Jed Parsons authored
-
- May 04, 2012
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
added conformance tests. tests should now pass updated to jwcrypto that has proper callback delay guarantees and removed unnecessary setTimeouts Updated all calls to jwcrypto to use the more intuitive API. Fixed a front-end test that was failing due to true asynchronicity of jwcrypto.
-
Lloyd Hilaiel authored
-
- May 02, 2012
-
-
Austin King authored
-
Lloyd Hilaiel authored
unit tests which excercise verification of emails in a "different browser" from whence verification is initiated
-
Lloyd Hilaiel authored
require authentication on complete_* wsapis to reduce risk now that password is provided before email verification. issue #290 and a pre-requisite for issue #1000
-
Lloyd Hilaiel authored
remove delay in primary-then-secondary test that was introduced in issue #1445 and is no longer neccesary with the movement of password selection to dialog
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* /wsapi/complete_email_addition no longer has to bcrypt the password, so the previously mentioned race condition should be a thing of the past. * in pages/start.js, signUp is now a module so it has to be started. * in controllers/actions.js doEmailConfirmed is no longer an action and is no longer needed.
-
Shane Tomlinson authored
* Update the "stage_user" and "stage_email" to take a password where appropriate. * Remove pass from calls to "complete_user_creation" and "complete_email_addition" * Update database drivers to set the account password where appropriate. * Update unit tests.
-
- Apr 17, 2012
-
-
Lloyd Hilaiel authored
re-work complete_email_addition to return faster in the case where a secondary email address is being added - mitigates issue #1445 for the purposes of a hotfix to train-2012.04.11
-
- Apr 11, 2012
-
-
Lloyd Hilaiel authored
fix backend unit tests that were failing due to increased input parameter checking on site arguments to stage_user
-
Ben Adida authored
fixed check for site parameter, it should be an origin not a domain, and fixed all tests accordingly. Was careful not to screw up the verifier tests that are testing for old parameters to the verifier.
-
- Apr 10, 2012
-
-
Ben Adida authored
-
- Mar 30, 2012
-
-
Lloyd Hilaiel authored
(cache unit tests, issue #1353) check for proper X-Frame-Options headers on initial request as well as 304 response
-
- Mar 29, 2012
-
-
Lloyd Hilaiel authored
fix fragile static resources tests that verify locale substitution works properly based on the present resource deps and the order which they occur in static_resources.js - broken with the move off jquery
-
Lloyd Hilaiel authored
(test fix) when checking that certificate duration is correct based on 'ephemeral' argument to cert_key api, allow a 200ms window to account for a small elapsed time between setting of iat and exp - which occurs on a system under load or slower virtualized environments (like travisci)
-
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.
-
Austin King authored
Adding unit test to demonstrate x-frame-options value for iframed and non-iframed content, after a 304
-