summaryrefslogtreecommitdiff
path: root/onionshare
AgeCommit message (Expand)Author
2019-01-21Tests are failing because a receive mode dir already exists, so this makes th...Micah Lee
2019-01-21Oops, finish resolving merge conflictMicah Lee
2019-01-21Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-21Write test to confirm that submitting the receive mode form without selecting...Micah Lee
2019-01-21Don't update the GUI at all untless it has been told about the requestMicah Lee
2019-01-21Prevent ReceiveModeRequest.file_write_func from sending a message to the GUI ...Micah Lee
2019-01-20In receive mode, only tell the GUI that a new request is coming in if it cont...Micah Lee
2019-01-20Oops, I missed this when resolving merge conflictsMicah Lee
2019-01-20Merge branch 'develop' into 866_receive_mode_crashMicah Lee
2019-01-20- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a threa...Micah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2019-01-19Finish removing web event REQUEST_CLOSE_SERVER, which used to be a receive mo...Micah Lee
2018-12-21Use os.path.expanduser when creating data dir, and no need to try creating da...Micah Lee
2018-12-21Merge branch 'develop' of https://github.com/ageis/onionshare into ageis-developMicah Lee
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-19Make sure the OnionShare data directory is createdKevin Gallagher
2018-12-19pwd module doesn't exist in WindowsMicah Lee
2018-12-18Merge branch '846_mac_packaging' into 406_osx_sandboxMicah Lee
2018-12-18When discovering default locale, default to english if locale.getdefaultlocal...Micah Lee
2018-12-16When enabling debug mode in Web, use common.build_data_dir() to get data dir ...Micah Lee
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-16Merge pull request #831 from micahflee/812_fix_v3_onionsMicah Lee
2018-12-16If a locale file includes a blank string, fallback to English instead of usin...Micah Lee
2018-12-11Change filename of flask debug log file, store it in the OnionShare data dir ...Micah Lee
2018-12-11When debug mode is enabled, don't log flask errors to diskMicah Lee
2018-12-10Fixed typo in commentMicah Lee
2018-12-08Split pt locale into pt_BR and pt_PTMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and tes...Micah Lee
2018-12-05Only allow starting v3 onion services if the tor that we're connected to supp...Micah Lee
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And up...Micah Lee
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-12-05Merge pull request #752 from mig5/receiver-mode-gui-hold-timeout-share-open-t...Micah Lee
2018-11-26Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
2018-11-25Build downloads_dir a different way in macOS, so it's correct despite the san...Micah Lee
2018-11-25Make sure downloads_dir exists after loading settingsMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the To...Micah Lee
2018-11-25Display tor_data_directory as debug logMicah Lee
2018-11-25Create a group container for macOS sandbox, and on Mac put the Tor data dir i...Micah Lee
2018-11-25Fix bug related to persistent addresses when using v2 onion servicesMicah Lee
2018-11-18Merge branch 'develop' into v3-revisitedMicah Lee
2018-11-13remove debug logMiguel Jacq
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-11-13Try and fix closing the request for a valid upload post-timer expiry, whilst ...Miguel Jacq
2018-10-26Fix tests so they recognize the new receive mode locationMicah Lee
2018-10-25Communicate the receive mode dir to the GUI, so clicking the open folder butt...Micah Lee
2018-10-25Receive mode puts files in a directory based on the timestamp of the uploadMicah Lee
2018-10-11Remove the whole onionkey module, and generate onion keys using stem 1.7.0Micah Lee
2018-10-11Fix conflictsMiguel Jacq