summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
2017-05-23Fix indentingMicah Lee
2017-05-23open files via the 'with' statement, to avoid ResourceWarnings on unclosed filesMiguel Jacq
2017-05-22Merge branch '285_systray_notifications' of https://github.com/mig5/onionshar...Micah Lee
2017-05-22Don't load strings directly in the web module. It isn't needed anymore, and i...Micah Lee
2017-05-22Remove version string from http response headers, to avoid any information di...Micah Lee
2017-05-22Merge branch '253-security-headers' of https://github.com/mig5/onionshare int...Micah Lee
2017-05-22Add desktop notification messages on download events (via systray)Miguel Jacq
2017-05-21use the actual OnionShare version as the Server header stringMiguel Jacq
2017-05-21Remove duplication of security headersMiguel Jacq
2017-05-20Harden some response headersMiguel Jacq
2017-05-19Remove onionshare-gui symlink pointing to itselfMiguel Jacq
2017-05-18In bundled Tor mode, wait 2 full seconds before connecting to the Tor controllerMicah Lee
2017-05-19Wait a bit longer before attempting to connect to the Tor controllerMiguel Jacq
2017-05-18Update get-tor-osx.py to grab the Tor binary from Tor Browser 6.5.2 instead o...Micah Lee
2017-05-18#345 - validate the readability of files before adding themMiguel Jacq
2017-05-17Catch errors that occur when connection_type is bundled_tor, but the tor proc...Micah Lee
2017-05-16When saving settings, if Tor settings changed or if Tor isn't connected, rebo...Micah Lee
2017-05-16Fixed signal/slot/thread issue in TorConnectionDialog and TorConnectionThread...Micah Lee
2017-05-16Made Settings debug log less verboseMicah Lee
2017-05-16Make the Onion object poll the tor controller less frequently, now that the c...Micah Lee
2017-05-16Move connecting to Tor into its own separate threadMicah Lee
2017-05-16Add debug logging to Onion, OnionShare, and Settings objectsMicah Lee
2017-05-16Add log() method to onionshare.common, which logs to stdout if in debug modeMicah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-16Pass debug into the Onion and OnionShareGUI objectsMicah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-18Merge branch 'master' into tor-bundle-autoupdateMicah Lee
2017-04-18Merge branch 'tor-bundle' into autoupdateMicah Lee
2017-04-18Added support for bundled Tor in macOSMicah Lee
2017-04-17Onion calls tor_status_update_func much more frequently, which makes the GUI ...Micah Lee
2017-04-17Add an Onion exception for canceling connecting TorMicah Lee
2017-04-17Began making a TorConnectionDialog, which handles connecting to the Tor networkMicah Lee
2017-04-17Move OnionShare object into its own file, so __init__ is just CLI logicMicah Lee
2017-04-17Make it so ctrl-c actually quits the CLI versionMicah Lee
2017-04-17Added helper function get_available_port(), and use it to avoid code duplicat...Micah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah Lee
2017-04-15Added Tor SOCKS address and port settingsMicah Lee
2017-04-15Added autoupdate settings to Settings, and also to the settings dialogMicah Lee
2017-04-15Make sure tor process is killed in a more robust manner, and also increase to...Micah Lee
2017-04-15Don't use shell=true in subprocess, and instead hide the console window in Wi...Micah Lee
2017-04-14Added support for bundled tor connection type in Windows, including using por...Micah Lee
2017-04-14Increase Tor connection timeout to 30 secondsMicah Lee
2017-04-14Connecting to Tor now times out of 10 secondsMicah Lee
2017-04-13Change the settings to default to bundled connection type instead of automaticMicah Lee
2017-04-13Add Tor connection status to the main window status barMicah Lee
2017-04-13In the settings dialog, show Tor connection status when the connection type i...Micah Lee
2017-04-13Connecting to Tor in bundled mode now creates a temporary tor data dir, start...Micah Lee
2017-04-08Started to implement Bundled Tor connection settingsMicah Lee
2017-04-08Added close_after_first_download and use_stealth to settings, and also to the...Micah Lee