From 0bf8f53d30ded17dde0b3ebf66d98ea7d8e5313d Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 27 Aug 2021 15:52:29 +1000 Subject: ClientAuthV3 fixes * Remove Client Auth as an explicit option (it's on by default). * Update wording about Public mode * Fix tuple error when raising TorTooOldStealth exception in CLI * Move Private Key button next to URL button in GUI * Replace visual references of ClientAuth to Private Key * Remove HTTPAuth Flask dependency and remove a lot of code to do with password generation, 401 auth triggers/invalid password rate limit detection etc * Test updates * Remove obsolete locale keys --- desktop/src/onionshare/resources/locale/pl.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/src/onionshare/resources/locale/pl.json') diff --git a/desktop/src/onionshare/resources/locale/pl.json b/desktop/src/onionshare/resources/locale/pl.json index 21f352bf..2418775d 100644 --- a/desktop/src/onionshare/resources/locale/pl.json +++ b/desktop/src/onionshare/resources/locale/pl.json @@ -130,7 +130,6 @@ "gui_server_started_after_autostop_timer": "Czasomierz automatycznego rozpoczęcia wygasł przed uruchomieniem serwera. Utwórz nowy udział.", "gui_server_autostop_timer_expired": "Czasomierz automatycznego rozpoczęcia wygasł. Dostosuj go, aby rozpocząć udostępnianie.", "share_via_onionshare": "Udostępniaj przez OnionShare", - "gui_use_legacy_v2_onions_checkbox": "Użyj starszych adresów", "gui_save_private_key_checkbox": "Użyj stałego adresu", "gui_share_url_description": "Każdy z tym adresem OnionShare może pobrać Twoje pliki za pomocą przeglądarki Tor Browser: ", "gui_receive_url_description": "Każdy z tym adresem OnionShare może przesyłać pliki na komputer za pomocą przeglądarki Tor Browser: ", @@ -261,7 +260,6 @@ "mode_settings_receive_data_dir_browse_button": "Przeglądaj", "mode_settings_receive_data_dir_label": "Zapisz pliki do", "mode_settings_share_autostop_sharing_checkbox": "Zatrzymaj udostępnianie po wysłaniu plików (usuń zaznaczenie, aby umożliwić pobieranie pojedynczych plików)", - "mode_settings_client_auth_checkbox": "Użyj autoryzacji klienta", "mode_settings_legacy_checkbox": "Użyj starszego adresu (onion service v2, niezalecane)", "mode_settings_autostop_timer_checkbox": "Zatrzymaj usługę cebulową w zaplanowanym czasie", "mode_settings_autostart_timer_checkbox": "Uruchomienie usługi cebulowej w zaplanowanym czasie", -- cgit v1.2.3-54-g00ecf