Commit Graph

3488 Commits

Author SHA1 Message Date
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
Micah Lee
9c18a9cbe9
Update security design docs for 2.3 2020-11-15 14:16:13 -08:00
Micah Lee
65320b5e87
Merge branch 'patch-8' of https://github.com/comradekingu/onionshare into comradekingu-patch-8 2020-11-15 14:01:12 -08:00
Micah Lee
f288089c86
More updates to install docs 2020-11-15 14:00:36 -08:00
Micah Lee
0931f70a44
Update poetry deps for docs 2020-11-15 13:10:47 -08:00
Hosted Weblate
64e7d651f4
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/

Translated using Weblate (Catalan)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ca/

Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Localisation Lab <ao@localizationlab.org>
Co-authored-by: Taro Tanaka <anon_japan@protonmail.com>
2020-11-14 15:28:49 +01:00
Saptak S
fd5ce25291
Fixes rebasing errors 2020-11-11 15:11:25 +05:30
Saptak S
d023b4c0be
Makes button style similar to main page buttons 2020-11-11 14:52:23 +05:30
marigalicer
18ba75f661
Resolve #878 UX: Enhance URL copying
- Style Copy Address as high contrast button
- Make .onion URL text selectable

co-authored-by: aguestuser<aguestuser@riseup.net>
2020-11-11 14:52:08 +05:30
Micah Lee
491a4b6964
Update help for 2.3.dev2 2020-11-10 21:10:30 -08:00
Micah Lee
6111697056
Merge branch 'patch-10' of https://github.com/comradekingu/onionshare into comradekingu-patch-10 2020-11-10 21:08:27 -08:00
Micah Lee
5346bd5e48
Update feature docs for 2.3.dev2 2020-11-10 21:06:48 -08:00
Micah Lee
516a7865cc
Merge branch 'patch-11' of https://github.com/comradekingu/onionshare into comradekingu-patch-11 2020-11-10 20:56:16 -08:00
Micah Lee
9507f786c5
Update develop docs for 2.3.dev2 2020-11-10 20:55:21 -08:00
Micah Lee
44d608be15
Merge branch 'patch-12' of https://github.com/comradekingu/onionshare into comradekingu-patch-12 2020-11-10 20:42:59 -08:00
Micah Lee
8e60e329da
Merge branch 'develop' of github.com:micahflee/onionshare into develop 2020-11-10 20:42:12 -08:00
Micah Lee
4aed5ce443
Update advanced docs for 2.3.dev2 2020-11-10 20:41:50 -08:00