Commit Graph

226 Commits

Author SHA1 Message Date
Micah Lee
b9ed720590
Fix icon path in PyInstaller file 2019-09-22 13:25:15 -07:00
Micah Lee
06ad2ad073
Version bump to 2.2.dev1 2019-09-22 13:03:08 -07:00
Micah Lee
7d0b0afaad
Update pip dependencies 2019-09-15 18:03:46 -07:00
Micah Lee
76406d1b0c
Update get Tor scripts to grab Tor Browser 8.8.5 2019-09-15 17:55:30 -07:00
Micah Lee
bb0908d6a3
Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again 2019-09-15 15:17:40 -07:00
Micah Lee
072c12fbb2
Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare into x80486-feature/issue-998 2019-09-15 15:07:24 -07:00
Micah Lee
bc2b37aa64
Update python and pyqt5 in BUILD.md, and for macOS install pyinstaller from pip instead of building from source 2019-09-01 17:39:32 -04:00
Micah Lee
88e75706ff
Update pip dependencies 2019-09-01 17:35:02 -04:00
x80486
074ae56e64 Update/Tweak AppStream Metadata XML and Desktop Entry according to the latest standard(s) 2019-05-29 20:48:48 -04:00
Micah Lee
c378a32c51
Merge branch 'static-websites' of https://github.com/hiromipaw/onionshare into hiromipaw-static-websites 2019-05-10 09:46:54 -07:00
hiro
abc30b315c Clean code and fix UI bugs 2019-05-08 00:04:09 +02:00
Micah Lee
23e7765b9c
Version bump to 2.1, updated changelog, and fixed typo in a comment 2019-05-06 15:46:51 -07:00
hiro
8f7e52e4ee Add version for Flask-HTTPAuth 2019-05-03 19:29:58 +02:00
hiro
2d43588a3b Add website sharing and directory listing cli-only 2019-04-23 16:08:14 +02:00
Micah Lee
c15d3fbb52
Write script to build source package 2019-04-22 15:32:34 -07:00
Micah Lee
f3f458da85
macOS package hardening (#967)
When making a macOS release, add a timestamp to signature
2019-04-21 19:13:48 -07:00
Micah Lee
c1a8f815a3
Version bump to 2.1.dev1 in Windows installer too 2019-04-21 18:56:48 -07:00
Micah Lee
e60a910408
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
742d8dc87d
Make check_lacked_trans.py executable 2019-04-21 13:00:29 -07:00
Miguel Jacq
a7bbe818bf
Unlocalize CLI strings 2019-04-20 10:31:34 +10:00
Illia Volochii
309ea61bff
Update requirements for tests 2019-04-18 23:07:38 +03:00
Illia Volochii
9595aa7c69
Update requirements 2019-04-18 22:48:05 +03:00
Illia Volochii
90b9c9944a
Remove cryptography and its dependencies from requirements 2019-04-18 22:34:47 +03:00
Vincent Bermel
3e9eb66afd
Unhardcode linux launcher icon 2019-03-02 09:06:15 +01:00
Micah Lee
c0a23ead90
Reword licenses readme 2019-02-17 21:19:47 -08:00
Micah Lee
7e709bb234
Added jQuery, and jQuery license 2019-02-15 15:33:54 -08:00
Micah Lee
462c32fb05
Update changelog, and version bump to 2.0 2019-02-10 10:49:57 -08:00
Micah Lee
e66c52096e
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
6ed63143df
Remove PyInstaller from requirements.txt, because it now breaks CircleCI 2019-01-26 23:06:21 -08:00
Micah Lee
c336065f9c
Version bump to 2.0.dev3 2019-01-25 14:16:58 -08:00
sajolida
0e68ad46c7 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
e95c420f0c
Update description of OnionShare 2018-12-21 19:28:20 -08:00
Micah Lee
2b05952f7e
New screenshots, including new appdata screenshots 2018-12-21 19:18:34 -08:00
Micah Lee
391619e6b5
Update version and size for Windows release 2018-12-19 11:47:41 -08:00
Micah Lee
187b7887fd
Merge branch '846_mac_packaging' into 406_osx_sandbox 2018-12-18 19:21:50 -08:00
Micah Lee
ce2efec610
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
043237bc20
Merge branch 'develop' into 406_osx_sandbox 2018-12-16 17:11:18 -08:00
Micah Lee
f32af3ca7e
Update pip dependencies 2018-11-26 17:14:44 -08:00
Micah Lee
db93734ed2
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
29d2518911
Add comments to entitlements file, and remove the application group 2018-11-25 17:18:55 -08:00
Micah Lee
66e50c96b8
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
2cbe8979ab
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
d8b873a208
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
0794d7fb90
Split entitlements files into child and parent, and try using them both 2018-11-25 15:52:36 -08:00
Micah Lee
dac480f212
Use entitlements file when codesigning for macOS 2018-11-25 15:14:29 -08:00
Micah Lee
af637bc697
Adding a .entitlements file to begin testing macOS sandbox 2018-11-25 15:13:15 -08:00
Miguel Jacq
b2a98fb5e7
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
395bc37af2
onionshare.desktop
Fixed categories and generic comment, added german translation
2018-11-25 15:37:50 +01:00
Micah Lee
e29c0e7b69
Merge branch 'develop' into v3-revisited 2018-11-18 17:04:20 -08:00
Miguel Jacq
f1bf8966a0
pytest-qt is 3.2.1 on my machine 2018-10-17 18:04:38 +11:00