Commit Graph

3632 Commits

Author SHA1 Message Date
Micah Lee
f71e320ca3
Version bump to 2.3.3 2021-08-20 13:13:39 -07:00
Micah Lee
c6451e097c
Remove endpoint altogether because it's not needed 2021-08-20 11:59:26 -07:00
Micah Lee
54f204fc5d
Merge branch 'develop' of https://github.com/twann4/onionshare into twann4-develop 2021-08-20 11:58:15 -07:00
Micah Lee
da2c9d00e4
Merge pull request #1393 from onionshare/update-tor
Update tor
2021-08-20 11:48:36 -07:00
Micah Lee
b777d877bb
Merge pull request #1386 from siddhantdixit/theme-option
Added user theme preference option in Settings
2021-08-20 11:48:03 -07:00
Micah Lee
29644d3eb4
Bump tor version to 0.4.6.7 in snapcraft package 2021-08-20 11:26:15 -07:00
Micah Lee
3c897b66f9
Bump Tor Browser version to grab tor binaries 2021-08-20 11:23:33 -07:00
Twann
aa89c2192f
Fix issue #1365 2021-08-19 16:15:53 +02:00
SIDDHANT DIXIT
95c7156f69 Adds Dark Background in History Window 2021-08-15 23:09:16 +05:30
SIDDHANT DIXIT
251012f559 Adds color palette in History Tab with Dark Mode 2021-08-15 19:25:58 +05:30
Saptak S
b6315c6bcf
Adds alert asking user to restart OnionShare to apply color mode change after changing it in settings 2021-08-14 13:37:44 +05:30
SIDDHANT DIXIT
aef4ba9bed Update __init__.py 2021-07-24 01:48:04 +05:30
SIDDHANT DIXIT
610b37413e Updated Dark Mode
Added fusion dark palette.
2021-07-23 22:42:43 +05:30
SIDDHANT DIXIT
58e16e29b0 Updated test cli settings
Added theme key in test_cli_settings.py.
2021-07-22 02:37:24 +05:30
SIDDHANT DIXIT
3cbe55916b 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
76e7880702
Merge pull request #1384 from micahflee/upgrade-tor
Update Tor Browser download scripts
2021-07-04 15:58:59 -04:00
Micah Lee
5d3fca54fb
Update Tor Browser download scripts 2021-07-04 12:51:18 -07:00
Micah Lee
623ed26d1e
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
7b963f0356 #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
f216c670d0
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
a509bbae5b 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
5c4558ace5 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
d79e2323c0
Update release docs, and update CLI poetry lock 2021-06-01 19:39:34 -07:00
Micah Lee
f1135b3281
Merge pull request #1372 from micahflee/version-2.3.2
Version 2.3.2
2021-06-01 16:27:08 -07:00
Micah Lee
1599ff06c8
Fix encoding issues in snapcraft 2021-05-31 14:08:29 -07:00
Micah Lee
5b072fb6fd
Add note to desktop readme for Ubuntu 20.04 2021-05-31 12:20:21 -07:00
Micah Lee
08d15fd3f1
Update version strings, docs, and release.md for version 2.3.2 2021-05-31 10:36:07 -07:00
Micah Lee
ead2825327
Allow canceling share in Windows 2021-05-31 10:01:10 -07:00
Miguel Jacq
64c7f4e5b8
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
2c73c0b1b0
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2021-05-30 12:32:41 -07:00
Micah Lee
c6de0cc1ab
Fix URL for Windows 32-bit Tor Browser 2021-05-30 12:08:16 -07:00
Micah Lee
15f23b9879
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
513f834cd8
Updates colors for the new tab buttons in dark mode 2021-05-30 17:51:00 +05:30
Micah Lee
33ccbc199f
Merge branch 'develop' of github.com:micahflee/onionshare into develop 2021-05-26 09:24:48 -07:00
Micah Lee
695fe5924a
Adjust file selection labels 2021-05-26 09:24:15 -07:00
Micah Lee
99825ab21f
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
da2e22c140
Account for the "v" in the version string ("v2.3.2") banner spacing 2021-05-25 17:31:28 -07:00
Micah Lee
b181028931
Change MinimumWidthWidget to MinimumSizeWidget, and use it for height in chat mode 2021-05-25 17:18:31 -07:00
Micah Lee
40919dca6f
Merge branch 'develop' into 1347_micah_scroll_options 2021-05-25 17:08:19 -07:00
Micah Lee
c682b7ec01
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
1c467e66da
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
7ef5a99c0a
Rebuild docs translations 2021-05-20 11:39:45 -04:00
Micah Lee
8a84e7a771
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2021-05-20 11:30:42 -04:00
Saptak Sengupta
e097f00806
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
d7ce658628
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
b66b5eca4d
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
fbbd69f438
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
dc7b80e2ef
Make ModeSettingsWidget a scroll area, and adjust all the stretches 2021-05-16 11:39:20 -04:00
Micah Lee
e3d0376b5a
Change Tor Browser URLs 2021-05-16 11:06:37 -04:00
nocturnalfilth
4b225eb733
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