Miguel Jacq
|
b39162f33c
|
Add tests for Chat, and fix the server_status message bar when in Chat mode
|
2021-05-10 15:05:16 +10:00 |
|
Micah Lee
|
b6d86a8e12
|
Change version to 2.3.2.dev1
|
2021-05-04 20:21:10 -07:00 |
|
Micah Lee
|
0c4aa645cb
|
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop
|
2021-05-04 20:13:09 -07:00 |
|
Miguel Jacq
|
49a1e2890b
|
Fix call to web.cleanup() when closing a tab that has a running share
|
2021-05-04 16:48:42 +10:00 |
|
Miguel Jacq
|
c6ccd4de57
|
Remove unnecessary cleanup_filenames appending in the CompressThread. Ensure we also remove the temp dir that a Zip file is made within, by setting the temp dir in ZipWriter as a variable
|
2021-05-04 16:42:23 +10:00 |
|
Miguel Jacq
|
d8801ff061
|
move self.get_mode().web.cleanup() inside the if self.get_mode() conditional, in desktop
|
2021-05-04 16:30:38 +10:00 |
|
Miguel Jacq
|
04019389da
|
Move the cleanup() function from Onionshare class to Web class, so that the list of files to be cleaned up is always available (needed for website temp files)
|
2021-05-04 16:21:42 +10:00 |
|
Micah Lee
|
659ed83853
|
Merge branch 'reinstate_tor_protocol_error_alert_string' of https://github.com/mig5/onionshare into mig5-reinstate_tor_protocol_error_alert_string
|
2021-05-03 18:20:02 -07:00 |
|
Miguel Jacq
|
bbbe53b345
|
Make the error_tor_protocol_error the same string that it used to be, so that translations are still correct
|
2021-05-04 10:12:15 +10:00 |
|
Miguel Jacq
|
5345eadaec
|
Re-instate the locale key string error_tor_protocol_error, for surfacing Alert dialogs in the UI when Stem throws a ProtocolError back from Tor
|
2021-05-04 10:04:33 +10:00 |
|
Micah Lee
|
ce6b28dca3
|
Click "Read Message" opens message in default text editor
|
2021-04-30 17:20:14 -07:00 |
|
Micah Lee
|
17966471ab
|
GUI displays "Read Message" button when a receive mode submission includes a message
|
2021-04-30 17:16:02 -07:00 |
|
Micah Lee
|
47e02d781a
|
If a text message is received, save it in the ReceiveModeRequest object, and add includes_text=True to REQUEST_STARTED
|
2021-04-30 14:12:41 -07:00 |
|
Micah Lee
|
b51c0ee046
|
Fix flake8 warnings in desktop
|
2021-04-30 11:38:23 -07:00 |
|
Micah Lee
|
343e1be3d0
|
Merge branch 'develop' into 1305_receive_messages
|
2021-04-29 16:58:33 -07:00 |
|
Saptak Sengupta
|
34554414e9
|
Merge pull request #1334 from micahflee/ascii_art
Prettier ASCII art
|
2021-04-29 19:19:52 +05:30 |
|
Micah Lee
|
0de27f9775
|
WIP: Starting to make messages in receive mode work in GUI
|
2021-04-28 19:10:26 -04:00 |
|
Saptak Sengupta
|
059a4425bd
|
Merge pull request #1327 from micahflee/1306_customization
Allow custom title for each onion service
|
2021-04-28 14:43:10 +05:30 |
|
Micah Lee
|
ee3761af6c
|
Move graphical banner into common, and display it in GUI too
|
2021-04-26 19:29:18 -07:00 |
|
Micah Lee
|
e48878e558
|
Rename "Title" to "Custom title", move it into advanced settings, and make whitespace title default to not setting a title
|
2021-04-25 17:49:06 -04:00 |
|
Hosted Weblate
|
a3bd161416
|
Translated using Weblate (Bengali)
Currently translated at 9.0% (1 of 11 strings)
Translated using Weblate (Bengali)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
Added translation using Weblate (Bengali)
Added translation using Weblate (Bengali)
Added translation using Weblate (Bengali)
Translated using Weblate (Indonesian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Oymate <dhruboadittya96@gmail.com>
Co-authored-by: Reza Almanda <rezaalmanda27@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/bn/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/bn/
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Security
|
2021-04-25 01:31:52 +02:00 |
|
whew
|
2d28dc9a5e
|
Update __init__.py
|
2021-04-24 10:01:33 +00:00 |
|
Micah Lee
|
3c76f3403d
|
Add tooltips to tabs, so you can tell what even long titles are
|
2021-04-13 18:28:00 -04:00 |
|
Micah Lee
|
6772431220
|
Put the title and persistent options at the top of the options widget, above mode-specific options
|
2021-04-13 18:18:44 -04:00 |
|
Micah Lee
|
3c85a8dae1
|
Add custom title to GUI
|
2021-04-13 18:06:29 -04:00 |
|
Micah Lee
|
839b23f87a
|
Improve webhook label in GUI, improve webhook message that gets POSTed, and display webhook errors without verbose mode
|
2021-04-12 09:08:47 -07:00 |
|
Micah Lee
|
eb628ad093
|
Save state when unchecking webhook checkbox
|
2021-04-12 07:53:14 -07:00 |
|
Micah Lee
|
91308bf51b
|
Add receive mode webhook to GUI
|
2021-04-11 21:16:18 -07:00 |
|
Micah Lee
|
a08a12d855
|
Merge pull request #1317 from akshgpt7/chore-refactor-issues
Refactor code quality issues
|
2021-04-11 11:37:42 -07:00 |
|
Micah Lee
|
e75b4b47fe
|
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop
|
2021-04-10 21:29:08 -07:00 |
|
Hosted Weblate
|
d9f9e21aee
|
Translated using Weblate (Italian)
Currently translated at 63.6% (14 of 22 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Italian)
Currently translated at 96.7% (30 of 31 strings)
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/
Translated using Weblate (Russian)
Currently translated at 100.0% (27 of 27 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (9 of 9 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (9 of 9 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (31 of 31 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (29 of 29 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (52 of 52 strings)
Translated using Weblate (Croatian)
Currently translated at 66.6% (6 of 9 strings)
Translated using Weblate (Croatian)
Currently translated at 24.1% (7 of 29 strings)
Translated using Weblate (French)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (French)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (French)
Currently translated at 67.7% (21 of 31 strings)
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (French)
Currently translated at 67.7% (21 of 31 strings)
Translated using Weblate (French)
Currently translated at 67.7% (21 of 31 strings)
Translated using Weblate (French)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (52 of 52 strings)
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/
Translated using Weblate (Sinhala)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/si/
Translated using Weblate (Serbian (latin))
Currently translated at 50.0% (1 of 2 strings)
Translated using Weblate (Serbian (latin))
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Serbian (latin))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/
Added translation using Weblate (Sinhala)
Translated using Weblate (Russian)
Currently translated at 100.0% (52 of 52 strings)
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/
Translated using Weblate (Russian)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (31 of 31 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (52 of 52 strings)
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: Agnes de Lion <belocurry@pm.me>
Co-authored-by: Alexander Tarasenko <alexound.login@gmail.com>
Co-authored-by: Eduardo Addad de Oliveira <duduaddad@gmail.com>
Co-authored-by: Elton Viana Gonçalves da Luz <eltongoncalves94@hotmail.com>
Co-authored-by: Eric Camellini <eric.camellini@gmail.com>
Co-authored-by: Filipovic Dragan <filipovic@tutanota.com>
Co-authored-by: HelaBasa <R45XvezA@protonmail.ch>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: george k <norhorn@gmail.com>
Co-authored-by: rc <coluccini.riccardo@gmail.com>
Co-authored-by: x <hardwired1.0@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/sr_Latn/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sr_Latn/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor
|
2021-04-09 21:26:45 +02:00 |
|
Aksh Gupta
|
ea8d2cfdfe
|
chore: refactor code quality issues
|
2021-03-10 22:59:47 +05:30 |
|
Miguel Jacq
|
6858903550
|
Fix the filename of the obfs4proxy binary on macOS
|
2021-03-05 13:34:56 +11:00 |
|
Micah Lee
|
450bfcfe98
|
Update changelog, and also fix version in appdata.xml
|
2021-02-22 13:44:03 -08:00 |
|
Micah Lee
|
89c1b14a8c
|
Version bump to 2.3.1
|
2021-02-22 13:37:21 -08:00 |
|
Micah Lee
|
2a7d9dbd51
|
Update copyright year to 2021
|
2021-02-22 13:35:14 -08:00 |
|
Miguel Jacq
|
9e8d1ebb6f
|
Fix the onion object when checking for a new release via the Settings Dialog
|
2021-02-22 13:46:35 +11:00 |
|
Micah Lee
|
9d964a8fd3
|
Update 2.3 release date in appdata.xml
|
2021-02-21 10:56:42 -08:00 |
|
Micah Lee
|
fbf1091bb8
|
Merge branch 'develop' into final-2.3
|
2021-02-21 10:34:03 -08:00 |
|
Micah Lee
|
2b705e2e4a
|
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop
|
2021-02-21 10:32:16 -08:00 |
|
Hosted Weblate
|
13e9b926a0
|
Translated using Weblate (Russian)
Currently translated at 100.0% (27 of 27 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 6.4% (2 of 31 strings)
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/
Translated using Weblate (Arabic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Galician)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gl/
Translated using Weblate (Russian)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Russian)
Currently translated at 81.8% (9 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (29 of 29 strings)
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: Ahmed Essam <ahmedessamdev@gmail.com>
Co-authored-by: Alexander Tarasenko <alexound.login@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kaede <contact+hosted_weblate@kaede.ch>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Mohamed Elghdban <Mohamed.Elghdban@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Saptak Sengupta <saptak013@gmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Xosé M <xosem@disroot.org>
Co-authored-by: morir soanando <morirsonando@riseup.net>
Co-authored-by: nautilusx <translate@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor
|
2021-02-21 19:25:46 +01:00 |
|
Hosted Weblate
|
2695edccb2
|
Translated using Weblate (Arabic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Galician)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gl/
Translated using Weblate (Russian)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Russian)
Currently translated at 81.8% (9 of 11 strings)
Translated using Weblate (Russian)
Currently translated at 100.0% (29 of 29 strings)
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
Translated using Weblate (Chinese (Traditional))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: Alexander Tarasenko <alexound.login@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Kaede <contact+hosted_weblate@kaede.ch>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Mohamed Elghdban <Mohamed.Elghdban@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Saptak Sengupta <saptak013@gmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Xosé M <xosem@disroot.org>
Co-authored-by: morir soanando <morirsonando@riseup.net>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ar/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/ar/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
|
2021-02-19 22:35:48 +01:00 |
|
Hosted Weblate
|
d9bd52ec34
|
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Translated using Weblate (Polish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Mi Klo <translate@miklobit.com>
Co-authored-by: Zuhualime Akoochimoya <zakooch@protonmail.ch>
|
2021-02-16 05:36:52 +01:00 |
|
Micah Lee
|
54eb4d682a
|
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages
|
2021-02-15 15:31:22 -08:00 |
|
Hosted Weblate
|
1daa18873e
|
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
|
2021-02-15 23:04:54 +01:00 |
|
Micah Lee
|
8f9f6924ea
|
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop
|
2021-02-15 13:58:26 -08:00 |
|
Hosted Weblate
|
accece0b7b
|
Translated using Weblate (Japanese)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ja/
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/
Translated using Weblate (Slovak)
Currently translated at 100.0% (6 of 6 strings)
Translated using Weblate (Slovak)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sk/
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
Translated using Weblate (Arabic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/
Translated using Weblate (Finnish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fi/
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (27 of 27 strings)
Translated using Weblate (Croatian)
Currently translated at 3.2% (1 of 31 strings)
Translated using Weblate (Italian)
Currently translated at 59.0% (13 of 22 strings)
Translated using Weblate (Italian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/
Translated using Weblate (French)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (27 of 27 strings)
Translated using Weblate (Bengali)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/
Translated using Weblate (Portuguese (Brazil))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/
Translated using Weblate (Danish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/da/
Translated using Weblate (Turkish)
Currently translated at 100.0% (52 of 52 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 87.0% (27 of 31 strings)
Translated using Weblate (Norwegian Bokmål)
Currently translated at 63.6% (14 of 22 strings)
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/
Translated using Weblate (Icelandic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Icelandic)
Currently translated at 100.0% (2 of 2 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (31 of 31 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (29 of 29 strings)
Translated using Weblate (Turkish)
Currently translated at 92.3% (48 of 52 strings)
Translated using Weblate (Icelandic)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
Translated using Weblate (Croatian)
Currently translated at 7.4% (2 of 27 strings)
Translated using Weblate (Kurdish (Central))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ckb/
Translated using Weblate (Swedish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/
Translated using Weblate (Turkish)
Currently translated at 100.0% (27 of 27 strings)
Translated using Weblate (Turkish)
Currently translated at 7.4% (2 of 27 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (22 of 22 strings)
Translated using Weblate (Turkish)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (11 of 11 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (31 of 31 strings)
Translated using Weblate (Croatian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/hr/
Translated using Weblate (Greek)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/
Translated using Weblate (Norwegian Bokmål)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/
Translated using Weblate (Galician)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gl/
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Translated using Weblate (Turkish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
Translated using Weblate (German)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/de/
Co-authored-by: AO Localisation Lab <ao@localizationlab.org>
Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Co-authored-by: Diogo Marques <diogofrmarques98@gmail.com>
Co-authored-by: Eduardo Addad de Oliveira <duduaddad@gmail.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com>
Co-authored-by: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com>
Co-authored-by: Juraj Liso <lisojuraj@gmail.com>
Co-authored-by: Lecwan Munzur <lecwan@riseup.net>
Co-authored-by: Michalis <michalisntovas@yahoo.gr>
Co-authored-by: Milo Ivir <mail@milotype.de>
Co-authored-by: Oymate <dhruboadittya96@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Riku Viitanen <riku.viitanen@protonmail.com>
Co-authored-by: Sveinn í Felli <sv1@fellsnet.is>
Co-authored-by: Taro Tanaka <anon_japan@protonmail.com>
Co-authored-by: Thomas jensen <vpnhd@protonmail.ch>
Co-authored-by: Xosé M <xosem@disroot.org>
Co-authored-by: Zuhualime Akoochimoya <zakooch@protonmail.ch>
Co-authored-by: george k <norhorn@gmail.com>
Co-authored-by: mv87 <mv87@dismail.de>
Co-authored-by: rc <coluccini.riccardo@gmail.com>
Co-authored-by: scootergrisen <scootergrisen@gmail.com>
Co-authored-by: zer0-x <zer0_@tutanota.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/pt_PT/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/is/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/sk/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/tr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/is/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/el/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/hr/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/tr/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Develop
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Install
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Sphinx
Translation: OnionShare/Doc - Tor
|
2021-02-15 05:50:27 +01:00 |
|
Micah Lee
|
acceed9782
|
Merge pull request #1268 from SaptakS/macos-dark
MacOS dark mode implementations
|
2021-02-01 20:33:31 -08:00 |
|
Saptak S
|
26e5bf31a0
|
Shows warning to restart if color mode changed while onionshare is running
|
2021-01-31 02:30:17 +05:30 |
|
Saptak S
|
6bbd55fca7
|
Makes copy button and other server url buttons default OS button style
|
2021-01-24 04:14:58 +05:30 |
|