Commit Graph

2750 Commits

Author SHA1 Message Date
Micah Lee
8280b1b5d8 Add bundled Tor to Tor connection settings, and make it only work in Windows and Mac, and not in dev mode 2017-04-08 17:48:58 -07:00
Micah Lee
b0eb44f82f Wrote script to download pre-built tor binary for Windows 2017-04-08 17:29:00 -07:00
Micah Lee
8dbf813027 Fix json typo in Russian translation 2017-04-08 16:15:50 -07:00
Micah Lee
94e271554d Remove old strings from locales 2017-04-08 15:09:33 -07:00
Micah Lee
2053c6fab2 Make onionshare respect settings that come from the Settings object, instead of the options dialog 2017-04-08 15:05:50 -07:00
Micah Lee
e71cdd6c8e Remove options from the main window 2017-04-08 14:50:17 -07:00
Micah Lee
848d8db34e Added close_after_first_download and use_stealth to settings, and also to the GUI settings dialog 2017-04-08 13:42:07 -07:00
Micah Lee
e5c377f49e
Merge branch 'lazlolazlolazlo-dutch' 2017-04-07 12:50:32 -07:00
Micah Lee
8c229ae8ba
Merge branch 'dutch' of https://github.com/lazlolazlolazlo/onionshare into lazlolazlolazlo-dutch 2017-04-07 12:50:25 -07:00
Micah Lee
7dff8d88bd
Merge branch 'Venca24-master' 2017-04-07 12:49:21 -07:00
Micah Lee
8ca94a0954
Merge branch 'master' of https://github.com/Venca24/onionshare into Venca24-master 2017-04-07 12:49:04 -07:00
Micah Lee
d309d278aa
Merge branch 'SylvainDe-master' 2017-04-07 12:37:43 -07:00
Lazlo Westerhof
236af7dd8b Update Dutch translations and add missing strings. 2017-03-16 23:02:52 +01:00
Venca24
23f82a95a2 Update eo.json
updated Esperanto translation
2017-03-15 11:39:37 +01:00
Venca24
707d7103a9 Update cs.json
updated Czech translation
2017-03-15 11:38:34 +01:00
Sylvain
1eed4f6244 Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
2017-03-08 15:26:56 +01:00
Micah Lee
0c8d6cf91c
Fixed typo 2017-02-28 15:39:45 -08:00
Micah Lee
23f51a10e3
Change default ubuntu suite to xenial 2017-02-23 16:37:32 -08:00
Micah Lee
9ed7db9e3b
Merge branch 'master' of github.com:micahflee/onionshare 2017-02-23 15:11:36 -08:00
Micah Lee
b2b4730ac3
Version bump to 1.0, and updated changelog 2017-02-23 15:11:19 -08:00
Micah Lee
8f15aa1642
Merge branch 'tor-protocol-error' 2017-02-23 08:44:22 -08:00
Micah Lee
daad464647
Merge branch 'master' into tor-protocol-error 2017-02-23 08:44:02 -08:00
Micah Lee
58f49b6caa
Actually, version bump to 1.0dev1 2017-02-22 19:00:40 -08:00
Micah Lee
6c074e4e3e
In Whonix, listen on 0.0.0.0 instead of 127.0.0.1 (#220) 2017-02-22 18:42:41 -08:00
Micah Lee
34301d3088
Catch Tor protocol error exceptions when starting an onion service (#344) 2017-02-22 16:45:52 -08:00
Micah Lee
1336a1c3b4
Update comments to be more accurate 2017-02-22 15:28:06 -08:00
Micah Lee
e5abf9465a
Oops, uncomment signing the uninstaller 2017-02-22 15:18:57 -08:00
Micah Lee
b57d744ca8
Remove license page from Windows installer, just to make less steps 2017-02-22 15:13:53 -08:00
Micah Lee
65d1ae7bb0
Update NSIS file to work with new PyInstaller files 2017-02-22 15:10:28 -08:00
Micah Lee
878b4e9760
Updated the version of NSIS 2017-02-22 15:10:09 -08:00
Micah Lee
7141ebecf7
Update Windows build script to work with PyInstaller, update readme about only having onionshare-gui.exe, and update PyInstaller spec to create an 'onionshare' folder instead of an 'onionshare-gui' one 2017-02-22 14:28:50 -08:00
Micah Lee
6370139d2e
Rip out support for non-ephemeral onion services 2017-02-22 14:10:06 -08:00
Micah Lee
a57703cb5a
Properly handle KeyboardInterrupt exception in CLI in macOS 2017-02-22 13:35:34 -08:00
Micah Lee
9be8169233
Make CLI work with PyInstaller in macOS 2017-02-22 13:34:20 -08:00
Micah Lee
2625ab04f5
Update readme 2017-02-22 11:29:36 -08:00
Micah Lee
9f0f73260b
Delete the security design document -- it has moved to the wiki, and simplify the readme 2017-02-22 11:27:27 -08:00
Micah Lee
ab20311f6e
Merge branch 'pyinstaller' 2017-02-21 17:16:16 -08:00
Micah Lee
304e6db4a5
Fix path in test 2017-02-21 17:14:53 -08:00
Micah Lee
05319f7344
Merge branch 'master' into pyinstaller 2017-02-21 17:13:06 -08:00
Micah Lee
d5af08c1c4
Fixed syntax error in pyinstaller.spec 2017-02-21 17:07:14 -08:00
Micah Lee
248f59cbd1
Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries 2017-02-21 16:59:14 -08:00
Micah Lee
5351501943
Update Windows build instructions, and also Windows pip requirements 2017-02-21 16:58:23 -08:00
Micah Lee
6f5a3aedbb
Update helpers.get_resource_path to correctly find resources in frozen macOS app bundles 2017-02-21 14:34:34 -08:00
Micah Lee
42d2b0b417
Remove jinja2.asyncsupport from PyInstaller, because it's not used and causes a crash during building 2017-02-21 14:26:45 -08:00
Micah Lee
6f5c53d1c3
Update pip requirements 2017-02-21 14:25:42 -08:00
Micah Lee
8e77cf10eb
Version bump to 1.0dev 2017-02-21 14:11:15 -08:00
Micah Lee
e80b775bf6
Update macOS build instructions, and install pip deps from a requirements.txt 2017-02-21 14:10:44 -08:00
Micah Lee
7b068fee35
Change 'Stop sharing automatically' option to 'Stop After First Download', to reduce confusion (fixes #349) 2017-01-30 16:54:31 -08:00
Micah Lee
91c2429151
Version bump to 1.0dev 2017-01-30 16:50:20 -08:00
Micah Lee
eece9641a7
Merge branch 'u451f-master' 2017-01-22 09:26:30 -08:00