summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-21Add refactoring and unit tests to changelogv2.0.dev2Micah Lee
2018-12-21Add full meek_lite support to changelogMicah Lee
2018-12-21Version bump to 2.0.dev2Micah Lee
2018-12-21Add 1.3.2 to changelog, and remake the 2.0 changelog to 2.0.dev2Micah Lee
2018-12-21Update description of OnionShareMicah Lee
2018-12-21New screenshots, including new appdata screenshotsMicah Lee
2018-12-21Add python3-distutils dependencyMicah Lee
2018-12-21Use os.path.expanduser when creating data dir, and no need to try creating ↵Micah Lee
data dir in Settings.save because it's created in Config.build_data_dir
2018-12-21Merge branch 'develop' of https://github.com/ageis/onionshare into ageis-developMicah Lee
2018-12-21Merge pull request #853 from micahflee/847_fix_mac_cssMicah Lee
Make settings dialog checkboxes line up in macOS
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into ↵Micah Lee
irykoon-develop
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-19Make sure the OnionShare data directory is createdKevin Gallagher
Fixes #850
2018-12-19Merge pull request #849 from ageis/add-classifiersMicah Lee
Add classifiers
2018-12-19Add some informational trove classifiers for PyPiKevin Gallagher
To make finding the tool easier.
2018-12-19Merge pull request #823 from micahflee/406_osx_sandboxMicah Lee
Enable macOS sandbox
2018-12-19Update version and size for Windows releaseMicah Lee
2018-12-19pwd module doesn't exist in WindowsMicah Lee
2018-12-19Tweak the changelogMicah Lee
2018-12-18Merge pull request #848 from micahflee/846_mac_packagingMicah Lee
Fix Mac app bundle
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