- Apr 25, 2012
-
-
Matjaž Horvat authored
-
- Apr 24, 2012
-
-
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
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
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 18, 2012
-
-
Lloyd Hilaiel authored
0.2012.04.18.7 - fix issue #1449 - whereby user logs in and immediately sees an authentication error Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
-
- Apr 17, 2012
-
-
Lloyd Hilaiel authored
0.2012.04.11.6 - fix reset password #1440, mitigate errors when adding secondary email to acct with only primary emails #1445
-
Lloyd Hilaiel authored
Hotfix1445
-
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
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* Fix the password not being displayed if a user must auth on account validation. * Fix the assertion not being immediately generated if user does not need to auth. issue #1440
-
- Apr 16, 2012
-
-
Lloyd Hilaiel authored
-
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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix regression where an undefined second argument to .get() would cause a javascript error - issue #1442
-
- Apr 12, 2012
-
-
Lloyd Hilaiel authored
0.2012.04.11.3 - fix broken string that would have caused 'is this your computer' to not make sense for non-en users
-
Lloyd Hilaiel authored
Place the entire "If you're at a public computer such as a library or internet cafe, we'll ask you..." on a single line. closes #1425
-
Shane Tomlinson authored
Place the entire "If you're at a public computer such as a library or internet cafe, we'll ask you..." on a single line. This should fix the l10n extraction tools cutting the string off. issue #1425
-
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
-
- Apr 11, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix backend unit tests that were failing due to increased input parameter checking on site arguments to stage_user
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
repair internal.get API - it should return a bare assertion represented ... closes #1395
-
Lloyd Hilaiel authored
Fixes the wait, delay, and error screens not showing on mobile devices. closes #1402
-
Lloyd Hilaiel authored
closes #1406, closes #1405
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix broken logic for first time sign-in - we were testing for equality between a string and function which would always be false
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Change the developers link to point to MDN
-
Lloyd Hilaiel authored
Fix Fx throwing an exception when accessing localStorage if cookies are disabled. closes #1414
-
Shane Tomlinson authored
issue #1397
-
Shane Tomlinson authored
* In the example RP, instead of accessing localStorage directly, access it through a variable that is guaranteed to exist. * In page_helpers.js, do all localStorage access through new functions in storage.js * In storage.js, if localStorage is inaccessible, create a standin. issue #1414
-
Shane Tomlinson authored
issue #1201 issue #1202
-