summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-18Version bump to 2.0.dev1, and updated changelogv2.0.dev1Micah 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-18Delete install/Info.plist, because PyInstaller doesn't actually even use it. ...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-16Merge pull request #843 from emmapeel2/split_pt_localeMicah Lee
2018-12-15Add weblate versions of this files, to see if it stops complaining without a ...emma peel
2018-12-13Remove qtapp.processEvents() call from settings dialog tests, because they ca...Micah Lee
2018-12-13Always pass in both is_authenticated and supports_v3_onions to OnionStubMicah Lee
2018-12-13Fix bug in OnionStub, the stub used in settings dialog testsMicah Lee
2018-12-13Remove unnecessary imports from settings dialog testsMicah Lee
2018-12-13Remove "(legacy) from v2-only settings dialog options"Micah Lee
2018-12-13Fix test_load_strings_loads_other_languages testMicah Lee
2018-12-13Merge pull request #836 from emmapeel2/newtransMicah Lee
2018-12-11Merge pull request #839 from micahflee/837_2.x_cve-2018-19960Micah 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-11translations mostly completed (up to 84% translated)emma peel
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-05Don't actually check the 'Use legacy addresses' checkbox when it's hiddenMicah 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-12-05Keep the upload running in the GUI if the timer has run outMiguel Jacq
2018-11-27In macOS, split "Add" button into "Add Files" and "Add Folder" buttonsMicah Lee
2018-11-27Merge pull request #826 from micahflee/update_depsMiguel Jacq
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-26Update pip dependenciesMicah Lee
2018-11-26Merge pull request #825 from mig5/download_upload_cruftMicah Lee
2018-11-27Remove obsolete Download/Upload code that crept back in via an earlier mergeMiguel Jacq
2018-11-25Fix test for Windows settings pathMicah Lee
2018-11-25Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox know...Micah 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-25Add comments to entitlements file, and remove the application groupMicah Lee
2018-11-25Make tor data dir always be a tempdir inside OnionShare's data dirMicah Lee
2018-11-25Fix indenting in entitlements plist, and give OnionShare read-only access to ...Micah 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-25Split entitlements files into child and parent, and try using them bothMicah Lee
2018-11-26Merge pull request #822 from micahflee/819_update_readmeMiguel Jacq
2018-11-25Use entitlements file when codesigning for macOSMicah Lee