summaryrefslogtreecommitdiff
AgeCommit message (Expand)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 da...Micah Lee
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
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into irykoon-...Micah 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-19Merge pull request #849 from ageis/add-classifiersMicah Lee
2018-12-19Add some informational trove classifiers for PyPiKevin Gallagher
2018-12-19Merge pull request #823 from micahflee/406_osx_sandboxMicah Lee
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
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