215 Commits

Author SHA1 Message Date
hiro
b3a87f6354 Clean code and fix UI bugs 2019-05-08 00:04:09 +02:00
hiro
9c2c083045 Add version for Flask-HTTPAuth 2019-05-03 19:29:58 +02:00
hiro
50850ad679 Add website sharing and directory listing cli-only 2019-04-23 16:08:14 +02:00
Micah Lee
6cb80a2b6c Write script to build source package 2019-04-22 15:32:34 -07:00
Micah Lee
116ff7b97e macOS package hardening (#967)
When making a macOS release, add a timestamp to signature
2019-04-21 19:13:48 -07:00
Micah Lee
91773bcafb Version bump to 2.1.dev1 in Windows installer too 2019-04-21 18:56:48 -07:00
Micah Lee
0eea00dbf6 Update tor to download Tor Browser 8.0.8, and extract Tor 0.3.5.8 2019-04-21 13:39:53 -07:00
Micah Lee
54eec7dc41 Make check_lacked_trans.py executable 2019-04-21 13:00:29 -07:00
Miguel Jacq
62e668addd Unlocalize CLI strings 2019-04-20 10:31:34 +10:00
Illia Volochii
2e2871e79d Update requirements for tests 2019-04-18 23:07:38 +03:00
Illia Volochii
6d8873c06a Update requirements 2019-04-18 22:48:05 +03:00
Illia Volochii
febb9e9884 Remove cryptography and its dependencies from requirements 2019-04-18 22:34:47 +03:00
Vincent Bermel
6a6b97b23d Unhardcode linux launcher icon 2019-03-02 09:06:15 +01:00
Micah Lee
c39698e95e Reword licenses readme 2019-02-17 21:19:47 -08:00
Micah Lee
002f91d108 Added jQuery, and jQuery license 2019-02-15 15:33:54 -08:00
Micah Lee
e582974af1 Update changelog, and version bump to 2.0 2019-02-10 10:49:57 -08:00
Micah Lee
eb3ae0f6bb Get Tor 0.3.5.7 binary from Tor Browser 8.0.5 for Windows and Mac 2019-01-28 17:28:20 -08:00
Micah Lee
79222ce017 Remove PyInstaller from requirements.txt, because it now breaks CircleCI 2019-01-26 23:06:21 -08:00
Micah Lee
f7ee8af5b1 Version bump to 2.0.dev3 2019-01-25 14:16:58 -08:00
sajolida
e66ea7175b Give visual feedback while starting
See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html
2019-01-09 17:06:16 +00:00
Micah Lee
b7a0cbdc78 Update description of OnionShare 2018-12-21 19:28:20 -08:00
Micah Lee
5a62d2b71b New screenshots, including new appdata screenshots 2018-12-21 19:18:34 -08:00
Micah Lee
ab10358239 Update version and size for Windows release 2018-12-19 11:47:41 -08:00
Micah Lee
66b0b4a028 Merge branch '846_mac_packaging' into 406_osx_sandbox 2018-12-18 19:21:50 -08:00
Micah Lee
d4c02cbad1 Delete install/Info.plist, because PyInstaller doesn't actually even use it. 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-18 18:13:02 -08:00
Micah Lee
f316b6ef3b Merge branch 'develop' into 406_osx_sandbox 2018-12-16 17:11:18 -08:00
Micah Lee
54f7d67f20 Update pip dependencies 2018-11-26 17:14:44 -08:00
Micah Lee
23897cfc06 Add trailing slash to ~/OnionShare/ in entitlements file, so the sandbox knows it's a directory and not a file 2018-11-25 18:00:04 -08:00
Micah Lee
87d47d60f1 Add comments to entitlements file, and remove the application group 2018-11-25 17:18:55 -08:00
Micah Lee
4b4a07a877 Fix indenting in entitlements plist, and give OnionShare read-only access to Tor Browser's data, so it can optionally use Tor Browser's tor 2018-11-25 17:00:02 -08:00
Micah Lee
dd67de5563 Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller 2018-11-25 16:50:20 -08:00
Micah Lee
267c4013f5 Create a group container for macOS sandbox, and on Mac put the Tor data dir in it 2018-11-25 16:15:27 -08:00
Micah Lee
695705a875 Split entitlements files into child and parent, and try using them both 2018-11-25 15:52:36 -08:00
Micah Lee
a96b25cf58 Use entitlements file when codesigning for macOS 2018-11-25 15:14:29 -08:00
Micah Lee
2746f2910c Adding a .entitlements file to begin testing macOS sandbox 2018-11-25 15:13:15 -08:00
Miguel Jacq
716f2c401d Merge pull request #806 from micahflee/v3-revisited
Change how v3 onion services work to support Debian Stretch
2018-11-26 08:26:33 +11:00
coogor
28953417a2 onionshare.desktop
Fixed categories and generic comment, added german translation
2018-11-25 15:37:50 +01:00
Micah Lee
eca1f9cc8d Merge branch 'develop' into v3-revisited 2018-11-18 17:04:20 -08:00
Miguel Jacq
7d9f2f1458 pytest-qt is 3.2.1 on my machine 2018-10-17 18:04:38 +11:00
Miguel Jacq
fab25aca11 Revert "The only other version difference I can find is PyQt itself"
This reverts commit 95f30f9a4241feb7de17b6f20a082e531d63349a.
2018-10-17 17:51:45 +11:00
Miguel Jacq
95f30f9a42 The only other version difference I can find is PyQt itself 2018-10-17 17:50:16 +11:00
Miguel Jacq
29f987a903 see if it's a version issue 2018-10-17 17:38:28 +11:00
Miguel Jacq
668aa66323 Move GUI tests into a single function each, which solves ordering bugs, and also means we don't need to depend on pytest-ordering 2018-10-15 11:15:32 +11:00
Micah Lee
5522ba29d9 Bump python required version down to 3.5.3, and finish removing python3-nacl as a dependency 2018-10-11 20:08:23 -07:00
Micah Lee
d16a3180b3 Drop the PyNaCl dependency, because we are no longer generating v3 onion keys 2018-10-11 19:55:53 -07:00
Micah Lee
36a785f617 Remove the whole onionkey module, and generate onion keys using stem 1.7.0 2018-10-11 19:38:05 -07:00
Miguel Jacq
f6fafc0f5b Rename test dir to tests. Rename unit_tests to tests_gui_local. Add test dependencies. Update various paths. Add GUI unit tests docs to BUILD.md 2018-09-27 15:54:46 +10:00
Micah Lee
2c307ea582 Merge branch 'update-deps' into develop 2018-09-23 14:50:54 -07:00
Baccount
79e21954c9 Upgrade Tor to 0.3.4.8 2018-09-22 11:20:55 -07:00
Baccount
e737f2979d Update get-tor-windows.py 2018-09-22 11:18:18 -07:00