- May 09, 2012
-
-
Matjaž Horvat authored
-
- Apr 27, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Change the order of assertion generation to be after the user is asked "is this your computer?"
-
Shane Tomlinson authored
Update remaining reset_password test to deal with new flow when the user confirms the address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* This fixes a problem where it is possible that a user takes more than 2 minutes to answer, making the already generated assertion invalid. * A lot of general cleanup of the state machine. * Push all post email selection flows to a new state, "email_valid_and_ready" which decides whether to ask the user the computer ownership status. * Assertions are generated after the "is this your computer" is asked. * doEmailChosen is replaced with doGenerateAssertion - there were multiple calls to generate an assertion, not very DRY. * Fix a problem in network.js where a user who completes user registration should be marked as authenticated. * rename email_chosen.js to generate_assertion.js to clarify its purpose. issue #1460
-
Lloyd Hilaiel authored
Fix reset password completion not generating an assertion.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
issue #1508
-
Lloyd Hilaiel authored
IE6 and IE7 fixes for the unsupported dialog.
-
Lloyd Hilaiel authored
Fix IE6 and IE7 throwing exceptions in the communication iframe.
-
Shane Tomlinson authored
issue #1496
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* include.js - check to ensure the browser is supported before setting up the communication_iframe. Adding the iframe in unsupported browsers will cause an exception within the iframe. issue #1390 Conflicts: resources/static/include_js/include.js resources/static/shared/storage.js
-
Lloyd Hilaiel authored
-
- Apr 25, 2012
-
-
Lloyd Hilaiel authored
-
Matjaž Horvat authored
-
Matjaž Horvat authored
-
Austin King authored
Add a cookie check to most main site pages.
-
Shane Tomlinson authored
* The catch all will print a console log message if console.log is available. * Adding helpers.log which prints to the console if console.log is available.
-
- Apr 24, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* signin, signup, forgot, add_email_address, verify_email_address. * to user.js->checkAuthentication, call the callback if cookies are disabled. issue #1418 issue #1484
-
Shane Tomlinson authored
issue #1485
-
Austin King authored
Start the delay screen and disable form modules for the main site.
-
Pete Fritchman authored
-
Ben Adida authored
-
Ben Adida authored
issue 1464 ie exception check registration
-
Ben Adida authored
Hotfix1485 ie8 black background for IE8 when it shows an error message.
-
Shane Tomlinson authored
The modules were added to the main site, but never started. issue #1396
-
Shane Tomlinson authored
Fix the broken test in check_registration. It was starting the registration check twice, meaning there were two concurrent polls happening. issue #1464
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close issue #1488
-
Shane Tomlinson authored
issue #1485
-
Shane Tomlinson authored
Generalize fix by adding to fixupURL. fixupURL is used to clean all URLs that come from outside the dialog.
-
- Apr 19, 2012
-
-
Austin King authored
-
Austin King authored
-
Lloyd Hilaiel authored
update to published v0.0.6 of node-client-sessions which is bitwise identical to what we were using before, just not hosted as a tgz on lloyd's github account - issue #1449
-
Lloyd Hilaiel authored
Fix a user being asked "is this your computer" if they just verified an email.
-
Lloyd Hilaiel authored
Fix the link color of the cancel button in the required email check email screen.
-
Lloyd Hilaiel authored
-