- Apr 27, 2012
-
-
Shane Tomlinson authored
issue #1496
-
- Apr 24, 2012
-
-
Shane Tomlinson authored
issue #1485
-
Austin King authored
Start the delay screen and disable form modules for the main site.
-
Shane Tomlinson authored
The modules were added to the main site, but never started. issue #1396
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close issue #1488
-
- 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
-
Lloyd Hilaiel authored
Remove the placeholder text from the change password input boxes.
-
Shane Tomlinson authored
issue #1461
-
Shane Tomlinson authored
issue #1446
-
Austin King authored
-
- Apr 18, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Fix primary email being set as most recently used if the user cancels redirect to authenticate with primary. issue #968
-
Shane Tomlinson authored
* A little bit of cleanup to simplify the check_registration controller - there is only a back button now. * In the ejs template, remove the href and id attributes from the strings passed to localizers. Always use back for the id. * Add a test to make sure the correct messages are triggered whenever pressing the back button. issue #1453
-
Austin King authored
-
- Apr 17, 2012
-
-
Shane Tomlinson authored
Allowing underscore in domain and origin, fixes Issue#1454 close #1454
-
Austin King authored
-
Lloyd Hilaiel authored
implement updated observer API
-
Austin King authored
-
Lloyd Hilaiel authored
Pr 1447 cancel state
-
Shane Tomlinson authored
Update to @lloyd's pull request 1447 to ensure that cancel from required email verification still works. * A bit of code cleanup in required_email.js to remove the extra "cancel" message that was never called. pull request 1447
-
Lloyd Hilaiel authored
-
- Apr 16, 2012
-
-
Lloyd Hilaiel authored
update loadgen for API changes - all apis which can authenticate a session or issue a cert now require an emphemeral argument - issue #1436
-
Austin King authored
fix regression where an undefined second argument to .get() would cause ...
-
Austin King authored
fix case where test_db_connectivity would fail when browserid database d...
-
Lloyd Hilaiel authored
fix regression where an undefined second argument to .get() would cause a javascript error - issue #1442
-
Lloyd Hilaiel authored
-
- Apr 13, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Visual updates to make secondary action links be more consistent, clean up CSS. close #702
-
- Apr 12, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
on browserid.org, set origin in user.js to a proper origin. This was breaking code that expected it to be an origin, like /signup which invokes the stage_user api, which now validates the 'site' parameter is a properly formed origin. issue #1429 Conflicts: resources/static/shared/user.js
-
Lloyd Hilaiel authored
return HTTP 400 (bad request) when site or email parameters are malformed, not 500 (internal server error). issue #1429 issue #1423
-
Shane Tomlinson authored
* Secondary links all are some shade of dark grey/black with a dotted underline. * Change the font used on the "about" page to be the standard Helvetica Neue except for the header. * Change the style of link in the TOS/PP to black text with a dotted underline. * Loads more link updates! * A lot of cleanup to remove duplicate `color: #549fdc` entries by using the action class. * On the main site, put the action links to the far left of the main button. * Reduce the amount of "forgot password" CSS by generalizing. * Generalize the yellow banner on the main site. issue #702
-
Shane Tomlinson authored
-