summaryrefslogtreecommitdiff
path: root/install
AgeCommit message (Collapse)Author
2018-12-21Update description of OnionShareMicah Lee
2018-12-21New screenshots, including new appdata screenshotsMicah Lee
2018-12-19Update version and size for Windows releaseMicah Lee
2018-12-18Merge branch '846_mac_packaging' into 406_osx_sandboxMicah Lee
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-16Merge branch 'develop' into 406_osx_sandboxMicah Lee
2018-11-26Update pip dependenciesMicah 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-25Add comments to entitlements file, and remove the application groupMicah 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-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-25Use entitlements file when codesigning for macOSMicah Lee
2018-11-25Adding a .entitlements file to begin testing macOS sandboxMicah Lee
2018-11-26Merge pull request #806 from micahflee/v3-revisitedMiguel Jacq
Change how v3 onion services work to support Debian Stretch
2018-11-25onionshare.desktop coogor
Fixed categories and generic comment, added german translation
2018-11-18Merge branch 'develop' into v3-revisitedMicah Lee
2018-10-17pytest-qt is 3.2.1 on my machineMiguel Jacq
2018-10-17Revert "The only other version difference I can find is PyQt itself"Miguel Jacq
This reverts commit f608b79aafde24c0a7cf5fc8ca4c2320be3f2e72.
2018-10-17The only other version difference I can find is PyQt itselfMiguel Jacq
2018-10-17see if it's a version issueMiguel Jacq
2018-10-15Move GUI tests into a single function each, which solves ordering bugs, and ↵Miguel Jacq
also means we don't need to depend on pytest-ordering
2018-10-11Bump python required version down to 3.5.3, and finish removing python3-nacl ↵Micah Lee
as a dependency
2018-10-11Drop the PyNaCl dependency, because we are no longer generating v3 onion keysMicah Lee
2018-10-11Remove the whole onionkey module, and generate onion keys using stem 1.7.0Micah Lee
2018-09-27Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test ↵Miguel Jacq
dependencies. Update various paths. Add GUI unit tests docs to BUILD.md
2018-09-23Merge branch 'update-deps' into developMicah Lee
2018-09-22Upgrade Tor to 0.3.4.8Baccount
2018-09-22Update get-tor-windows.pyBaccount
2018-09-20Make fedora and debian dependencies get added to packages builtMicah Lee
2018-09-18Update NSIS file to no longer have to specify each individual file (omg I ↵Micah Lee
should have done this foreever ago)
2018-09-18Generated a new requirements.txt by installing the latest version ofMicah Lee
these pip packages: pip3 install certifi cryptography Flask PyInstaller PyQt5 PySocks pycrypto pynacl requests stem Then running "pip3 freeze". Also, deleted requirements-windows.txt. Mac and Windows can share.
2018-09-18Update the path to the Tor data from inside the mounted .dmg, and the ↵Miguel Jacq
libevent version name
2018-09-18Re-add the python dependencies necessary for v3 onion support, which got ↵Miguel Jacq
lost in the merge
2018-09-17Merge branch 'develop' into update-depsMicah Lee
2018-09-17Oops, update URL and filename for Tor Browser 8.0 dmg as well as the sha256 ↵Micah Lee
checksum
2018-09-17Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-17Get tor binary from Tor Browser 8.0Micah Lee
2018-09-16Bump windows versions of pip packages to match those of OS XMiguel Jacq
2018-09-16Fix conflictsMiguel Jacq
2018-09-15Update all pip dependency versionsMicah Lee
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-13Update cryptography dependency to 2.3.1Miguel Jacq
2018-09-04Fix conflict from develop branchMiguel Jacq
2018-09-02Merge branch '693_fix_static_assets_macos' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-693_fix_static_assets_macos
2018-08-21Introduce v3 onion supportMiguel Jacq
2018-07-22Also include test dir for stringsMiguel Jacq
2018-07-22Fix check_lacked_trans.py script to check subfolders and also match on more ↵Miguel Jacq
than first occurrence of strings._ in a single line
2018-07-21#691 remove meek_lite AmazonMiguel Jacq