- May 10, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Partial fix IE6 and IE7 blowing up on main site. These browsers do not have Array.prototype.indexOf
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- May 09, 2012
-
-
Austin King authored
can now set MYSQL_PASSWORD in env
-
Jed Parsons authored
-
- May 08, 2012
-
-
Shane Tomlinson authored
* css/style.css - where relevant and opacity's are used, use filters for IE6 and IE7. * shared/storage.js - when clearing localStorage if the user is not authenticated, call removeItem for the emails. The call to JSON.stringify was blowing up. issue #1529
-
Shane Tomlinson authored
Partial fix IE6 and IE7 blowing up on main site. These browsers do not have Array.prototype.indexOf issue #1552
-
Shane Tomlinson authored
@ozten - Nice work on the cleanup. What if we created one logger that we could use to universally log these sorts of things? If we consolidated all of the logging into one module, we could add/remove/turn on or off functionality we use for logging. For the removed "delete" statement, it is safer to use localStorage.removeItem. I forgot which browser was giving us problems with that, in the end I wrote a load of unit tests and did a browser comparison blog post (http://www.shanetomlinson.com/2012/localstorage-bugs-inconsistent-removeitem-delete/) - the trouble with delete came from IE8. In IE8, if the item you are trying to call delete on is not already in localStorage, it will throw an exception. IE8 does not have this problem with localStorage.removeItem. r+ - Merging. close #1546
-
Shane Tomlinson authored
Replace the removed `delete storage.interactionData` with localStorage.removeItem("interactionData") to avoid IE8 exceptions.
-
- May 04, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
- May 07, 2012
-
-
Lloyd Hilaiel authored
-
- May 05, 2012
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
-
- May 04, 2012
-
-
Austin King authored
implementation of interaction data collection
-
Ben Adida authored
-
Ben Adida authored
upgraded to new jwcrypto API, including backend, frontend, and tests.
-
Lloyd Hilaiel authored
merge latest dev into upgrade-jwcrypto branch, porting fixes to verifier's support of delegation of authority to new jwcrypto apis
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Austin King authored
Reusing checkSupport to implement delegatesAuthority in lib/primary.
-
Austin King authored
-
Lloyd Hilaiel authored
update the http_forward module to allow global request timeouts to be set, use this to implement a 15s upper bound on requests for declaration of support in development. This should fix unit tests
-
Austin King authored
Start the verifyEmailAddress page controller even if there is no token.
-
Austin King authored
Consolidating exception logging, removing delete which can cause problems in Chrome. [Partially?] Fixes Issue#1546
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Updating documentation in cookiesEnabled to include Android 4.0 default browser still passing the cookiesEnabled check with cookiesDisabled. close #1542
-
Ben Adida authored
added conformance tests. tests should now pass updated to jwcrypto that has proper callback delay guarantees and removed unnecessary setTimeouts Updated all calls to jwcrypto to use the more intuitive API. Fixed a front-end test that was failing due to true asynchronicity of jwcrypto.
-
- May 03, 2012
-
-
Austin King authored
Ensure the cookies disabled check does not run on /tos, /about or /privacy
-
Jed Parsons authored
Fix the global variable introduced and other JSHint errors.
-
Austin King authored
-
Austin King authored
-
- May 04, 2012
-
-
Lloyd Hilaiel authored
-
- May 03, 2012
-
-
Austin King authored
-
Austin King authored
Renaming kpi_backend_db_hostname and port to kpi_backend_db_url. Updated with KPIggybank endpoint, posting form data
-
Austin King authored
-