summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-22Merge branch 'mig5-add_help_button'Micah Lee
2017-05-22Merge branch 'add_help_button' of https://github.com/mig5/onionshare into mig...Micah Lee
2017-05-22Update desktop notification settings textMicah Lee
2017-05-22Update desktop notification textMicah Lee
2017-05-22Add a grayscale OnionShare logo for the systray icon in macOSMicah Lee
2017-05-22Make systray exit action call OnionShareGui.close() instead of sys.exit(), to...Micah Lee
2017-05-23get settings from self rather than instantiate a new Settings objectMiguel Jacq
2017-05-22Merge branch '285_systray_notifications' of https://github.com/mig5/onionshar...Micah Lee
2017-05-22Merge branch 'mig5-select_multiple_folders'Micah Lee
2017-05-22Use non-native QFileDialog for file selection as well as directory selection,...Micah Lee
2017-05-22Merge branch 'select_multiple_folders' of https://github.com/mig5/onionshare ...Micah Lee
2017-05-23Refactor help button to use QDesktopServices.openUrl()Miguel Jacq
2017-05-22Merge branch 'mig5-362-more-descriptive-html'Micah Lee
2017-05-22Merge branch '362-more-descriptive-html' 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-22Merge branch 'mig5-387-build-script-logic-fix'Micah Lee
2017-05-22Merge branch '387-build-script-logic-fix' of https://github.com/mig5/onionsha...Micah Lee
2017-05-22Merge branch 'mig5-392-remove-symlink'Micah Lee
2017-05-22Merge branch '392-remove-symlink' of https://github.com/mig5/onionshare into ...Micah Lee
2017-05-22Merge branch 'mig5-fix_double_slash_in_update_checker_url'Micah Lee
2017-05-22Merge branch 'fix_double_slash_in_update_checker_url' of https://github.com/m...Micah Lee
2017-05-22Add desktop notification messages on download events (via systray)Miguel Jacq
2017-05-21Adjust folder dialog caption to be pluralMiguel Jacq
2017-05-21Adjust French translation for the dialog caption to be pluralMiguel Jacq
2017-05-21Make it possible to select multiple folders by using non-native QFileDialogMiguel Jacq
2017-05-21use the actual OnionShare version as the Server header stringMiguel Jacq
2017-05-21Remove duplication of security headersMiguel Jacq
2017-05-20Reinstate the alternative method of shutting down the web server - necessary ...Miguel Jacq
2017-05-20Send stay_open variable in the right place, so that it really does stay open ...Miguel Jacq
2017-05-20move the help button to the leftMiguel Jacq
2017-05-20Add help button to settings dialog, which takes user to the wikiMiguel Jacq
2017-05-20Harden some response headersMiguel Jacq
2017-05-19Be explicit that the the first filesize is that of the compressed zip file an...Miguel Jacq
2017-05-19exit 1 on failure for completenessMiguel Jacq
2017-05-19account for the fact that stdeb's util.py renames .dev to ~dev, in version namesMiguel Jacq
2017-05-19Fix location of echo so that the return code check doesn't always succeedMiguel 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-19Fix double slash in URL of UpdateChecker debug messageMiguel Jacq
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-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