summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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 ↵Micah Lee
locale.getdefaultlocale() returns None. Also, make locales that include country codes (pt_PT and pt_BR) actually work as default locales
2018-12-18Delete install/Info.plist, because PyInstaller doesn't actually even use it. ↵Micah Lee
And bump Mac Tor Browser version to 8.0.4, but I'll still need to bump it again before the 2.0 release
2018-12-16When enabling debug mode in Web, use common.build_data_dir() to get data dir ↵Micah Lee
path
2018-12-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-12-16Merge pull request #831 from micahflee/812_fix_v3_onionsMicah Lee
[WIP] Fix v3 onion services
2018-12-16If a locale file includes a blank string, fallback to English instead of ↵Micah Lee
using the blank string
2018-12-16Merge pull request #843 from emmapeel2/split_pt_localeMicah Lee
Add weblate versions for locales to fix merge conflict.
2018-12-15Add weblate versions of this files, to see if it stops complaining without a ↵emma peel
real merge. A real merge from weblate will include more files yet not translated.
2018-12-13Remove qtapp.processEvents() call from settings dialog tests, because they ↵Micah Lee
cause a segfault in circleci for some reason
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
translations mostly completed (up to 84% translated)
2018-12-11Merge pull request #839 from micahflee/837_2.x_cve-2018-19960Micah Lee
Change filename of flask debug log to be in ~/.config/onionshare, not /tmp
2018-12-11Change filename of flask debug log file, store it in the OnionShare data dir ↵Micah Lee
instead of /tmp
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 ↵Micah Lee
test different states of tor (authenticate and not, supports v3 and not)
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 ↵Micah Lee
supports it
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And ↵Micah Lee
update settings dialog so if the connected version of tor doesn't support v3 onions, then always show legacy options. If it does support v3 onions, allow 'Use legacy addresses'
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-12-05Merge pull request #752 from ↵Micah Lee
mig5/receiver-mode-gui-hold-timeout-share-open-til-upload-finished Hold a share open if its timer has expired but a file is still uploading.
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
Update pip dependencies
2018-11-26Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Merge pull request #763 from mig5/open_folder_uploads_macos_windowsMicah Lee
Open folder containing uploads with the file selected, in macOS and Windows
2018-11-26Update pip dependenciesMicah Lee
2018-11-26Merge pull request #825 from mig5/download_upload_cruftMicah Lee
Remove obsolete Download/Upload code that crept back in via an earlier merge
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 ↵Micah Lee
knows it's a directory and not a file
2018-11-25Build downloads_dir a different way in macOS, so it's correct despite the ↵Micah Lee
sandbox
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
Tor Browser's data, so it can optionally use Tor Browser's tor
2018-11-25Make macOS use Tor control ports instead of unix sockets to connect to the ↵Micah Lee
Tor controller
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 ↵Micah Lee
in it
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
Include repology badge, and new screenshots
2018-11-25Use entitlements file when codesigning for macOSMicah Lee