4788 Commits

Author SHA1 Message Date
SIDDHANT DIXIT
b6815c5ddf Added user theme preference option in Settings
Added an option to choose theme in settings dialog like auto, light and dark.
Fixed Dark Mode Dark Text.
2021-07-19 18:27:02 +05:30
Micah Lee
7c9eed3793 Merge pull request #1384 from micahflee/upgrade-tor
Update Tor Browser download scripts
2021-07-04 15:58:59 -04:00
Micah Lee
e4bbfcbcc6 Update Tor Browser download scripts 2021-07-04 12:51:18 -07:00
Micah Lee
616149b5d5 Merge pull request #1380 from BotMaster3000/develop
#1377 The Update-URL now links to the official OnionShare-Website instead of the Github-Release-Page
2021-06-10 08:12:49 -07:00
BotMaster3000
9a03caff79 #1377 The Update-URL now links to the official OnionShare-Website instead of the Github-Release-Page
As issued by micahflee in the Issue #1377
2021-06-09 21:45:01 +02:00
Saptak Sengupta
9dac0d144d Merge pull request #1379 from BotMaster3000/develop
Set the Max-Width of the Chat-Window to 80%
2021-06-08 02:40:24 +05:30
BotMaster3000
f7a5852300 Set the word-break to break-word for the message-class, and removed the max-width again
As said by SaptakS, I applied the word-break to the message-Class. Since this breaks the line for long words without Spaces, as well as longer sentences, this is the better solution.
Since the max-width now is redundant, it got removed again, as to not cause any future confusion.
2021-06-07 22:29:40 +02:00
BotMaster3000
6eec8da657 Set the Max-Width of the Chat-Window to 80%
Too long single-line messages can cause the ChatUser-Panel to disappear.
Allowing the windows of the Chat to be only 80% of width will cause a automatic linebreak in such a case.
2021-06-07 20:15:10 +02:00
Micah Lee
779a26f9d2 Update release docs, and update CLI poetry lock 2021-06-01 19:39:34 -07:00
Micah Lee
f1bd01416d Merge pull request #1372 from micahflee/version-2.3.2
Version 2.3.2
v2.3.2
2021-06-01 16:27:08 -07:00
Micah Lee
a2b939d63d Fix encoding issues in snapcraft 2021-05-31 14:08:29 -07:00
Micah Lee
e7dd393a0b Add note to desktop readme for Ubuntu 20.04 2021-05-31 12:20:21 -07:00
Micah Lee
1de419b590 Update version strings, docs, and release.md for version 2.3.2 2021-05-31 10:36:07 -07:00
Micah Lee
53b854f346 Allow canceling share in Windows 2021-05-31 10:01:10 -07:00
whew
8d0b261fb7 fix another typo... 2021-05-31 12:28:57 +00:00
whew
81fc11ef74 fix typo 2021-05-31 12:23:32 +00:00
whew
8c7e75f194 Merge branch 'develop' into add_security_headers 2021-05-31 12:13:58 +00:00
whew
da1e6eb866 resolve conflict in chat_mode.py 2021-05-31 12:05:31 +00:00
whew
2d79bcdfcc resolve conflict in web.py 2021-05-31 12:04:24 +00:00
Miguel Jacq
911011434a Make it impossible to cancel a share mid-startup, to avoid a thread segfault issue. Only autostart mode can cancel a share (after it is scheduled) 2021-05-31 10:35:02 +10:00
Micah Lee
d09b18f234 Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2021-05-30 12:32:41 -07:00
Micah Lee
3323a279a6 Fix URL for Windows 32-bit Tor Browser 2021-05-30 12:08:16 -07:00
Micah Lee
07b92c5428 Merge pull request #1369 from SaptakS/update_homepage_btn_colors
Updates colors for the new tab buttons in dark mode
2021-05-30 11:49:04 -07:00
Saptak S
686f63089d Updates colors for the new tab buttons in dark mode 2021-05-30 17:51:00 +05:30
Micah Lee
b6fb39eb9b Merge branch 'develop' of github.com:micahflee/onionshare into develop 2021-05-26 09:24:48 -07:00
Micah Lee
ba8e837e77 Adjust file selection labels 2021-05-26 09:24:15 -07:00
Micah Lee
07056ce31c Merge pull request #1364 from micahflee/1350_ascii_art_spacing
Account for the "v" in the version string ("v2.3.2") banner spacing
2021-05-26 09:11:52 -07:00
Micah Lee
b1360cf5d6 Account for the "v" in the version string ("v2.3.2") banner spacing 2021-05-25 17:31:28 -07:00
Micah Lee
70f7fa5832 Change MinimumWidthWidget to MinimumSizeWidget, and use it for height in chat mode 2021-05-25 17:18:31 -07:00
Micah Lee
fe7d6ee28d Merge branch 'develop' into 1347_micah_scroll_options 2021-05-25 17:08:19 -07:00
Micah Lee
8e284f1027 Merge branch 'fix_405_error_and_other_methods' of https://github.com/mig5/onionshare into mig5-fix_405_error_and_other_methods 2021-05-25 16:27:26 -07:00
Hosted Weblate
3cfa0e509b Translated using Weblate (French)
Currently translated at 70.9% (22 of 31 strings)

Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/
Translation: OnionShare/Doc - Tor
2021-05-21 23:32:01 +02:00
Micah Lee
e9ff5b44d1 Rebuild docs translations 2021-05-20 11:39:45 -04:00
Micah Lee
311efc790d Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2021-05-20 11:30:42 -04:00
Miguel Jacq
f321493d7c Merge branch 'develop' into client_auth_v3 2021-05-18 09:22:47 +10:00
Saptak Sengupta
0171af45c2 Merge pull request #1359 from mig5/chat_mode_prevent_too_long_usernames
Prevent usernames in Chat mode of length 128 chars or more
2021-05-17 13:38:04 +05:30
Miguel Jacq
e0a5767d33 Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the latter of which conflicts with Briefcase 2021-05-17 09:02:47 +10:00
Miguel Jacq
70593b0b87 Use label tag for chat username label, and rename javascript function to checkUsernameTooLong to better reflect its purpose 2021-05-17 08:17:45 +10:00
Agnes de Lion
bf279987d9 Translated using Weblate (French)
Currently translated at 70.9% (22 of 31 strings)

Translation: OnionShare/Doc - Tor
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/
2021-05-16 18:32:05 +02:00
Micah Lee
64fc13215e Make ModeSettingsWidget a scroll area, and adjust all the stretches 2021-05-16 11:39:20 -04:00
Micah Lee
5a0029823b Change Tor Browser URLs 2021-05-16 11:06:37 -04:00
nocturnalfilth
79eaae8eee Translated using Weblate (Dutch)
Currently translated at 90.9% (20 of 22 strings)

Translation: OnionShare/Doc - Install
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nl/
2021-05-14 21:05:50 +02:00
nocturnalfilth
947cac4971 Translated using Weblate (Dutch)
Currently translated at 88.8% (8 of 9 strings)

Translation: OnionShare/Doc - Help
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/nl/
2021-05-14 21:05:49 +02:00
nocturnalfilth
41dbfa883c Translated using Weblate (Dutch)
Currently translated at 100.0% (2 of 2 strings)

Translation: OnionShare/Doc - Sphinx
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/nl/
2021-05-14 15:32:03 +02:00
nocturnalfilth
ce9ca9a824 Translated using Weblate (Dutch)
Currently translated at 90.9% (10 of 11 strings)

Translation: OnionShare/Doc - Security
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/nl/
2021-05-14 15:32:03 +02:00
nocturnalfilth
676de2cb90 Translated using Weblate (Dutch)
Currently translated at 4.5% (1 of 22 strings)

Translation: OnionShare/Doc - Install
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nl/
2021-05-14 15:32:03 +02:00
nocturnalfilth
922b12e1f1 Translated using Weblate (Dutch)
Currently translated at 100.0% (2 of 2 strings)

Translation: OnionShare/Doc - Index
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/nl/
2021-05-14 15:32:02 +02:00
nocturnalfilth
72dc5ad2fd Translated using Weblate (Dutch)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nl/
2021-05-14 15:32:02 +02:00
Miguel Jacq
1e5e886577 Prevent usernames in Chat mode of length 128 chars or more 2021-05-14 10:44:14 +10:00
Xosé M
f95714764b Translated using Weblate (Galician)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gl/
2021-05-13 16:32:04 +02:00