- 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
-
Shane Tomlinson authored
Sync the e-mail list before attempting to remove an e-mail close #1123
-
Shane Tomlinson authored
issue #1402
-
Lloyd Hilaiel authored
-
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
-
-
Lloyd Hilaiel authored
(aws deploy) update deployment template - SSL certs that don't make iOS sad, upgrade all packages, upgrade to node v0.6.15
-
Lloyd Hilaiel authored
-
Matjaž Horvat authored
-
Lloyd Hilaiel authored
improve failure on unsupported browsers - catch exceptions and allow the... closes #1390 closes #1391
-
Lloyd Hilaiel authored
-
Matjaž Horvat authored
-
Lloyd Hilaiel authored
update changelog and version to include more rigorous checking of email addresses, also update .spec file to copy in l10n-*.json to build directory
-
Ben Adida authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve failure on unsupported browsers - catch exceptions and allow the dialog to pop up with the 'unsupported browser' messaging. issue #1390 and issue #1391 - NOTE: we don't go to the trouble of surpressing all errors on the console.log for unsupported browsers, as this would require patching upstream code (like node-bigint) and the errors are cosmetic, but don't prevent a clear display of what the problem is to the user.
-
Lloyd Hilaiel authored
-