summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-18Move the readable file check from FileSelection to FileList, so files you dra...Micah Lee
2017-05-18Merge branch '345_file_readability_fix' of https://github.com/mig5/onionshare...Micah Lee
2017-05-18Merge branch 'mig5-386_exclusive_radios'Micah Lee
2017-05-18#345 - validate the readability of files before adding themMiguel Jacq
2017-05-18#386 - put the connection radio buttons into their own group, which by defaul...Miguel Jacq
2017-05-17Display tor connection percent when testing bundled tor in settingsMicah Lee
2017-05-17Catch errors that occur when connection_type is bundled_tor, but the tor proc...Micah Lee
2017-05-17Fix bug with displaying error messageMicah Lee
2017-05-17Updated changelog and version bump to 1.1.dev1v1.1.dev1Micah Lee
2017-05-16Added settings.png to Windows installer fileMicah Lee
2017-05-16Make settings button flatMicah Lee
2017-05-16Oops, set the TorConnectionDialog window title backMicah Lee
2017-05-16Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an u...Micah Lee
2017-05-16Split SettingsDialog into two columns, because the layout didn't fit on my MacMicah Lee
2017-05-16When saving settings, if Tor settings changed or if Tor isn't connected, rebo...Micah Lee
2017-05-16Disable settings while an OnionShare server is activeMicah Lee
2017-05-16Remove the menu bar, and replace it with a settings button owned by the Onion...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-16Fixed typo in signal name, error_connecting_to_tor instead of error_connectio...Micah 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-16Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, an...Micah 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-14Make UpdateChecker use the shared Onion object instead of creating a new oneMicah Lee
2017-05-14Now when you cancel connecting to Tor, it prompts you if you want to quit or ...Micah Lee
2017-05-14OnionShare connects fine when connection_type isn't bundled_tor, and it now d...Micah Lee
2017-05-14Fix Settings dialog, make it so testing Tor with bundled_tor settings worksMicah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Make the Settings dialog's 'Test Tor Settings' button work again, with change...Micah Lee
2017-05-14Set the size of the TorConnectionDialog to avoid it resizing the window as el...Micah Lee
2017-05-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-19Move choose_port tests into helpers tests, and delete the obsolete onionshare...Micah Lee
2017-04-19Import socks module included in the onionshare module, instead of the global oneMicah 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-17Made clicking Exit in the TorConnectionDialog exit the appMicah 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-17Capitalize commentsMicah Lee
2017-04-17Move OnionShareGui into its own file, so __init__ is just GUI logicMicah 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