- Oct 18, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Starting our first unit tests for the page controller - whether the templates write to the correct DOM elements.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Oct 17, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #432
-
Shane Tomlinson authored
issue #432
-
- Oct 14, 2011
-
-
Ben Adida authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Oct 13, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Oct 12, 2011
-
-
Lloyd Hilaiel authored
-
- Oct 11, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
allow code in the test environment to dynamically change system configuration to test stuff (like bcrypt work factor update, for instance)
-
Lloyd Hilaiel authored
implement dynamic bcrypt work-factor update so we can scale this up or down as we seek the optimal security/performance balance
-
Lloyd Hilaiel authored
-
- Oct 02, 2011
-
-
Ben Adida authored
-
- Oct 11, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Beefing up tests for waitFor*. Checking whether the returned status is 'complete', 'mustAuth', or 'noRegistration'
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #415
-
Lloyd Hilaiel authored
WSAPI CHANGES: All server responses are now objects, makes some funky browsers happy and prevents certain attacks. closes #217 closes #325 * /wsapi/have_email now returns { email_known: <boolean> } * /wsapi/stage_user now returns { success: <boolean> } * /wsapi/user_creation_status now returns { status: <string> } * /wsapi/complete_user_creation now returns { status: <boolean> } * /wsapi/stage_email now returns { success: <boolean> } * /wsapi/email_addition_status now returns { success: <boolean> } * /wsapi/complete_email_addition now returns { success: <boolean> } * /wsapi/authenticate_user now returns { success: <boolean> } * /wsapi/remove_email now returns { success: <boolean> } * /wsapi/account_cancel now returns { success: <boolean> } * /wsapi/logout now returns { success: <boolean> } Finally, introduced middleware to ensure that resp.json() is not called with anything other than an object.
-
Lloyd Hilaiel authored
update to bcrypt v. 0.4.0 which includes .get_rounds and lets us perform on-the-fly work factor update. issue #204
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #380
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #409
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #410
-
Shane Tomlinson authored
-
Shane Tomlinson authored
This allows the user to hit "enter" when only one email address is shown. With only one email address, the radio button is not shown and we cannot submit the form. close #412
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user selects an invalid email address, show them an error message and re-display the valid email addresses. The error message should be inlined, but I am going to open a new issue for that. close #401.
-
Shane Tomlinson authored
In dialog_controller, if the passed assertion is null, email was not recognized or deleted, re-show the pick email. issue #401
-
Shane Tomlinson authored
-