aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08Version bump for webextensionwebext-0.0.9Cecylia Bocovich
2019-08-08Add a timeout to check if datachannel openedCecylia Bocovich
2019-08-08Reuse proxypair if sendAnswer failsCecylia Bocovich
2019-07-31Control statusimg using CSS, rather than setting an img src.David Fifield
2019-07-31Set an "error" class instead of hardcoding a text color.David Fifield
2019-07-31Identify popup elements by id.David Fifield
2019-07-31Remove mentions of snowflake.htmlArlo Breault
2019-07-31Move icons/ to assets/Arlo Breault
2019-07-31Use execSync in make.jsArlo Breault
2019-07-31Redirect removed snowflake.htmlArlo Breault
2019-07-27Remove Util.mightBeTBBArlo Breault
2019-07-27Brace expansion is a bashismArlo Breault
2019-07-27Move more UI code to use specific sitesArlo Breault
2019-07-27Remove tests referring to BadgeUIArlo Breault
2019-07-27Clean up some linting errorsArlo Breault
2019-07-27Reimagine the badgeArlo Breault
2019-07-27Add a "Deploying" section to proxy/README.md.David Fifield
2019-07-27Make "npm run build" include .htaccess.David Fifield
2019-07-27bamsoftware.com -> freehaven.net in proxy/README.md.David Fifield
2019-07-26Version bump to fix issue with addon updatewebext-0.0.8Cecylia Bocovich
2019-07-26Bump version to reflect icon changeswebext-0.0.7Cecylia Bocovich
2019-07-26Made manifest icon squareCecylia Bocovich
2019-07-26Forgot version bump for previous tagCecylia Bocovich
2019-07-26Use freehaven.net domains for bridge and brokerwebext-0.0.6Cecylia Bocovich
2019-07-25Fix tests for Params.getByteCount.David Fifield
2019-07-23Make tabs uniform in manifest.json.David Fifield
2019-07-23Make the "Turn On/Off" text a label for the slider.David Fifield
2019-07-22Bug 31203: Rewrite Parse.byteCount to fix bugs.David Fifield
2019-07-22Bug 31203: Add tests for Parse.byteCount and Params.getByteCount.David Fifield
2019-07-18Use URLSearchParams.toString instead of Query.buildString.David Fifield
2019-07-18Bug 31126: Use URLSearchParams instead of Query.parse.David Fifield
2019-07-18Remove unused Params.getString.David Fifield
2019-07-18Remove unused Params.getAddress.David Fifield
2019-07-13Update the main page on the static websiteArlo Breault
2019-07-13Set the browser action icon to off when webrtc is disabledArlo Breault
2019-07-12Bump version of webextensionwebext-0.0.5Cecylia Bocovich
2019-07-12Adding back the STUN server port configurationCecylia Bocovich
2019-07-10Cleanup lints identified by eslintArlo Breault
2019-07-10Lint with eslintArlo Breault
2019-07-10Null out relay after closingArlo Breault
2019-07-10Don't specify port for stun serverArlo Breault
2019-07-10Don't overwrite global locationArlo Breault
2019-07-10Ensure `snnowflake` was initialized in unload handlersArlo Breault
2019-07-10Use at least v6 of node on travis for destructuring assignmentArlo Breault
2019-07-10Remove mentions of coffeescript from docsArlo Breault
2019-07-10Close over init so that we can return if a feature isn't detectedArlo Breault
2019-07-10Rename Cakefile and make it workArlo Breault
2019-07-10Lightly massage some of the generated JavaScriptArlo Breault
2019-07-10Compile coffee files and remove themArlo Breault
2019-07-10Bump coffeescript to 2.xArlo Breault