Commit Graph

3404 Commits

Author SHA1 Message Date
Micah Lee
b0b552931a
Merge pull request #1238 from micahflee/1237_finding_tor
Find tor correctly
2020-11-29 16:36:51 -08:00
Micah Lee
c2940a307d
Write rebuild-cli in python instead of bash to work in Windows, and make the dev script available in Windows 2020-11-29 13:57:53 -08:00
Micah Lee
edaa8bd073
The CLI error message gets printed from the Onion object, so don't try to print it the exception 2020-11-29 12:30:19 -08:00
Micah Lee
068b95f683
All Tor-related that get thrown from the onionshare_cli.Onion object now get translated in the GUI 2020-11-29 12:25:09 -08:00
Micah Lee
c904bb5b5f
Update desktop readme, and add a helper script to use CLI args 2020-11-29 11:23:23 -08:00
Micah Lee
343834e7af
Make settings dialog use the correct get_tor_paths method 2020-11-29 11:18:03 -08:00
Micah Lee
aecaae896d
Make CLI throw an error if it cannot find tor binary 2020-11-29 11:08:46 -08:00
Micah Lee
7bcfe6cad1
Add rebuild-cli.sh script 2020-11-29 10:42:04 -08:00
Micah Lee
ae621b4001
Change wording of waiting for Tor circuits message 2020-11-29 09:30:45 -08:00
Micah Lee
3c6cbd04a7
Merge branch 'develop' into 929_download_errors 2020-11-29 09:25:40 -08:00
Micah Lee
66e9feae51
Merge pull request #911 from mgalicer/878-enhance-url-copying
Resolve #878 UX: Enhance URL copying
2020-11-28 19:12:29 -08:00
Micah Lee
8bf6ecf530
Merge pull request #1223 from micahflee/1159_kill_stale_tor
When starting OnionShare, kill old tor process if it exists
2020-11-27 15:52:01 -08:00
Micah Lee
af5dda0d4a
Fix start_onion_service test 2020-11-27 14:57:49 -08:00
Micah Lee
134611a325
Show a dialog while waiting for Tor rendezvous nodes to close, and let the user quit early 2020-11-27 14:50:07 -08:00
Micah Lee
3b06d0a08a
Merge pull request #1230 from micahflee/1053_website_folders
Allow directory listing work to with or without trailing slash
2020-11-27 14:19:18 -08:00
Micah Lee
184f126189
When quitting OnionShare with services started, make sure the web services get stopped 2020-11-27 12:38:00 -08:00
Micah Lee
f69cbbd389
Update desktop readme to include instructions on using verbose mode 2020-11-27 12:16:04 -08:00
Micah Lee
2aefe0ff4e
Make GUI pass the mode type into start_onion_service 2020-11-27 12:15:49 -08:00
Micah Lee
6d38b8e0c4
Add terminal animation while waiting for circuits to close 2020-11-27 11:27:11 -08:00
Micah Lee
7927ef83b2
Only wait for share mode rendezvous circuits to close, ignore the rest 2020-11-27 11:22:29 -08:00
Micah Lee
752afcaa3a
Put wait for circuits to close login in a try/except, so Ctrl-C does not cause a crash 2020-11-27 11:08:58 -08:00
Micah Lee
3871fcf5eb
Improve output when rendezvous circuits all close 2020-11-25 11:52:36 -08:00
Micah Lee
0eee8ce05b
If using bundled Tor, wait for rendezvous circuits to close before killing the tor process 2020-11-25 11:25:32 -08:00
Micah Lee
cb598ee697
Change --autostop-sharing option to --no-autostop-sharing, so that it can default to being disabled (so autostop sharing can be enabled by default) 2020-11-24 21:52:15 -08:00
Saptak Sengupta
3c455d6d49
Merge pull request #1229 from micahflee/1228_chat_description
Fix URL description text for chat mode
2020-11-24 21:25:48 +05:30
Micah Lee
58d5748e13
Update snapcraft release docs 2020-11-23 21:20:29 -08:00
Micah Lee
269c0cacc0
Merge pull request #1232 from micahflee/1220_desktop_launcher
Add .desktop launchers in both snap and flatpack packages
2020-11-23 20:56:33 -08:00
Micah Lee
44aa71af18
Add .desktop launchers in both snap and flatpack packages 2020-11-23 20:51:16 -08:00
Micah Lee
abca27cb58
Allow directory listing work with or without trailing slash (removing trailing slash by default), and make directory listing links absolute instead of relative 2020-11-23 14:52:52 -08:00
Micah Lee
e8419e660c
Merge pull request #1216 from SaptakS/fix-username-session
Fix username updation to both the sessions
2020-11-23 13:58:54 -08:00
Micah Lee
3dccc3d93b
Fix URL description text for chat mode 2020-11-23 13:12:06 -08:00
Micah Lee
a241bb555c
Merge pull request #1224 from comradekingu/patch-14
Changed "ZIP file" and "and then" in Tor doc
2020-11-18 07:50:29 -08:00
Micah Lee
189f8d55e9
Merge pull request #1226 from comradekingu/patch-15
Changed "Snap", "as", "and", in source doc
2020-11-18 07:50:02 -08:00
Micah Lee
beedaf004d
Merge pull request #1227 from comradekingu/patch-16
Changed doubledot, "precautions" in security doc
2020-11-18 07:49:09 -08:00
Allan Nordhøy
44ae9e06e3
Changed doubledot, "precautions" in security doc 2020-11-18 13:46:33 +00:00
Allan Nordhøy
b67480a3b1
Useful 2020-11-18 09:46:53 +00:00
Allan Nordhøy
1745abc169
Spelling: marked noun, "the guides" 2020-11-18 09:46:30 +00:00
Allan Nordhøy
d4069c5048
Changed "Snap", "as", "and", in source doc 2020-11-18 09:44:52 +00:00
Allan Nordhøy
133429cb40
Ending dot 2020-11-18 09:01:38 +00:00
Allan Nordhøy
c071213b65
Changed "ZIP file" and "and then" in Tor doc 2020-11-18 08:50:05 +00:00
Micah Lee
65dff09a68
Make onionshare tor process detection work in Windows 2020-11-17 18:46:22 -08:00
Micah Lee
4085814a33
Update CLI deps 2020-11-17 18:46:04 -08:00
Micah Lee
d13d89ae92
Fix torrc filename 2020-11-17 18:08:59 -08:00
Micah Lee
894fb7c070
Kill stale tor process 2020-11-17 18:06:36 -08:00
Micah Lee
9f21d505de
Remove Onion.bundle_tor_supported because it is now always supported 2020-11-17 17:45:31 -08:00
Micah Lee
ac5075e082
Move psutil dependency from desktop to CLI 2020-11-17 17:45:04 -08:00
Micah Lee
c26f3e6868
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2020-11-15 14:49:04 -08:00
Micah Lee
fdeafac466
Update docs translations 2020-11-15 14:44:58 -08:00
Micah Lee
766144649e
Updated tor docs for 2.3 2020-11-15 14:42:16 -08:00
Micah Lee
ca04137ec7
Merge branch 'patch-7' of https://github.com/comradekingu/onionshare into comradekingu-patch-7 2020-11-15 14:17:41 -08:00