From eac86b60536cbcf421f90bff30e1d21cd0a90c00 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 2 Jul 2020 23:16:03 +0100 Subject: [PATCH 01/17] Be more explicit about type when calling platform startUpdater Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/vector/app.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/vector/app.tsx b/src/vector/app.tsx index b665fedaf1..5dcee9a7a2 100644 --- a/src/vector/app.tsx +++ b/src/vector/app.tsx @@ -23,6 +23,7 @@ import React from 'react'; // this incidentally means we can forget our React imports in JSX files without penalty. window.React = React; +import url from 'url'; import * as sdk from 'matrix-react-sdk'; import PlatformPeg from 'matrix-react-sdk/src/PlatformPeg'; import * as VectorConferenceHandler from 'matrix-react-sdk/src/VectorConferenceHandler'; @@ -31,16 +32,13 @@ import AutoDiscoveryUtils from 'matrix-react-sdk/src/utils/AutoDiscoveryUtils'; import {AutoDiscovery} from "matrix-js-sdk/src/autodiscovery"; import * as Lifecycle from "matrix-react-sdk/src/Lifecycle"; import type MatrixChatType from "matrix-react-sdk/src/components/structures/MatrixChat"; - -import url from 'url'; - -import {parseQs, parseQsFromFragment} from './url_utils'; - import {MatrixClientPeg} from 'matrix-react-sdk/src/MatrixClientPeg'; import SdkConfig from "matrix-react-sdk/src/SdkConfig"; - import CallHandler from 'matrix-react-sdk/src/CallHandler'; +import {parseQs, parseQsFromFragment} from './url_utils'; +import VectorBasePlatform from "./platform/VectorBasePlatform"; + let lastLocationHashSet: string = null; // Parse the given window.location and return parameters that can be used when calling @@ -149,7 +147,7 @@ export async function loadApp(fragParams: {}) { const urlWithoutQuery = window.location.protocol + '//' + window.location.host + window.location.pathname; console.log("Vector starting at " + urlWithoutQuery); - platform.startUpdater(); + (platform as VectorBasePlatform).startUpdater(); // Don't bother loading the app until the config is verified const config = await verifyServerConfig(); From f4ee7eed935ca00bcf9bc6f925107c3bbe44040c Mon Sep 17 00:00:00 2001 From: Microtus62 Date: Wed, 1 Jul 2020 21:31:37 +0000 Subject: [PATCH 02/17] Translated using Weblate (Slovak) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/ --- src/i18n/strings/sk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 6162010d31..2cf841ad93 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -30,7 +30,7 @@ "Riot Desktop (%(platformName)s)": "Riot Desktop (%(platformName)s)", "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", "Unsupported browser": "Nepodporovaný prehliadač", - "Your browser can't run Riot": "Váš prehliadač nerozbehne Riot", + "Your browser can't run Riot": "Váš prehliadač nedokáže spustiť Riot", "Riot uses advanced browser features which aren't supported by your current browser.": "Riot používa komplexnejšie funkcie prehliadača, ktoré nie sú podporované vo vašom prehliadači.", "Please install Chrome, Firefox, or Safari for the best experience.": "Prosím, nainštalujte si Chrome, Firefox alebo Safari pre najlepší zážitok.", "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Môžete naďalej používať váš súčasný prehliadač, ale niektoré alebo všetky funkcie nemusia fungovať a zážitok z aplikácie nemusí byť optimálny.", From 3879f92cf537a6f32542ba3fb9bc12a5ea3076bd Mon Sep 17 00:00:00 2001 From: "[Redacted]" Date: Wed, 1 Jul 2020 21:32:58 +0000 Subject: [PATCH 03/17] Translated using Weblate (Slovak) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/ --- src/i18n/strings/sk.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/sk.json b/src/i18n/strings/sk.json index 2cf841ad93..6ffd7f0dca 100644 --- a/src/i18n/strings/sk.json +++ b/src/i18n/strings/sk.json @@ -36,5 +36,7 @@ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Môžete naďalej používať váš súčasný prehliadač, ale niektoré alebo všetky funkcie nemusia fungovať a zážitok z aplikácie nemusí byť optimálny.", "I understand the risks and wish to continue": "Rozumiem riziku a chcem pokračovať", "Go to Riot.im": "Prejsť na Riot.im", - "Failed to start": "Zapnutie zlyhalo" + "Failed to start": "Zapnutie zlyhalo", + "Download Completed": "Preberanie dokončené", + "Open": "Otvoriť" } From f72d683c0b9a5331b71a132d1babc92ff5d5e95b Mon Sep 17 00:00:00 2001 From: Tirifto Date: Fri, 3 Jul 2020 16:20:49 +0000 Subject: [PATCH 04/17] Translated using Weblate (Esperanto) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/ --- src/i18n/strings/eo.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/eo.json b/src/i18n/strings/eo.json index c5e75cdbe5..98c8edda2c 100644 --- a/src/i18n/strings/eo.json +++ b/src/i18n/strings/eo.json @@ -36,5 +36,7 @@ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Vi povas daŭre uzadi vian nunan foliumilon, sed iuj (eĉ ĉiuj) funkcioj eble ne funkcios, kaj la aspekto de la aplikaĵo eble ne estos ĝusta.", "I understand the risks and wish to continue": "Mi komprenas la riskon kaj volas pluiĝi", "Go to Riot.im": "Iri al Riot.im", - "Failed to start": "Malsukcesis starti" + "Failed to start": "Malsukcesis starti", + "Download Completed": "Elŝuto finiĝis", + "Open": "Malfermi" } From f38148fe3751b6cac380e35334946903e31d43ab Mon Sep 17 00:00:00 2001 From: thomasesr Date: Sat, 4 Jul 2020 22:36:05 +0000 Subject: [PATCH 05/17] Translated using Weblate (Portuguese (Brazil)) Currently translated at 85.7% (30 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/ --- src/i18n/strings/pt_BR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 19eedb2f7d..36403a897f 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -21,5 +21,8 @@ "Your Riot is misconfigured": "Riot possui um erro de configuração", "Unexpected error preparing the app. See console for details.": "Erro inesperado preparando o aplicativo. Veja o console para mais detalhes.", "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Configuração inválida: somente se pode especificar um valor entre default_server_config, default_server_name, ou default_hs_url.", - "Invalid configuration: no default server specified.": "Configuração inválida: servidor padrão não especificado." + "Invalid configuration: no default server specified.": "Configuração inválida: servidor padrão não especificado.", + "Unable to load config file: please refresh the page to try again.": "Não foi possível carregar o arquivo de configuração: por favor atualize a página e tente novamente.", + "Download Completed": "Download Concluído", + "Open user settings": "Abrir configurações do usuário" } From fd0205d17ef6185862ae46d63feb0329621d4235 Mon Sep 17 00:00:00 2001 From: "W. O. Wutzke" Date: Sat, 4 Jul 2020 22:38:51 +0000 Subject: [PATCH 06/17] Translated using Weblate (Portuguese (Brazil)) Currently translated at 85.7% (30 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/ --- src/i18n/strings/pt_BR.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 36403a897f..93c61dcf54 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -24,5 +24,14 @@ "Invalid configuration: no default server specified.": "Configuração inválida: servidor padrão não especificado.", "Unable to load config file: please refresh the page to try again.": "Não foi possível carregar o arquivo de configuração: por favor atualize a página e tente novamente.", "Download Completed": "Download Concluído", - "Open user settings": "Abrir configurações do usuário" + "Open user settings": "Abrir configurações do usuário", + "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", + "Unsupported browser": "Navegador não suportado", + "Your browser can't run Riot": "Riot não funciona em seu navegador", + "Riot uses advanced browser features which aren't supported by your current browser.": "Riot usa recursos avançados do navegador que não são suportados pelo seu navegador atual.", + "Please install Chrome, Firefox, or Safari for the best experience.": "Instale o Chrome , o Firefox ou o Safari para obter uma melhor experiência.", + "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Você pode continuar usando o navegador atual, mas alguns dos recursos podem não funcionar e a aparência do aplicativo pode estar incorreta.", + "I understand the risks and wish to continue": "Entendo os riscos e desejo continuar", + "Go to Riot.im": "Vá para Riot.im", + "Failed to start": "Falha ao iniciar" } From d8da805bac2c0ad1791a59930e6fb4027c0701b0 Mon Sep 17 00:00:00 2001 From: thomasesr Date: Sat, 4 Jul 2020 22:42:04 +0000 Subject: [PATCH 07/17] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/ --- src/i18n/strings/pt_BR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index 93c61dcf54..a50e07828c 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -33,5 +33,8 @@ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Você pode continuar usando o navegador atual, mas alguns dos recursos podem não funcionar e a aparência do aplicativo pode estar incorreta.", "I understand the risks and wish to continue": "Entendo os riscos e desejo continuar", "Go to Riot.im": "Vá para Riot.im", - "Failed to start": "Falha ao iniciar" + "Failed to start": "Falha ao iniciar", + "Missing indexeddb worker script!": "Script de trabalho indexeddb não encontrado!", + "Open": "Abrir", + "Previous/next recently visited room or community": "Próxima/Anterior sala ou comunidade visitada recentemente" } From ef7182eb43cfa006b4f3d99e269a0b1d15b8248e Mon Sep 17 00:00:00 2001 From: "W. O. Wutzke" Date: Sat, 4 Jul 2020 22:43:50 +0000 Subject: [PATCH 08/17] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/ --- src/i18n/strings/pt_BR.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/pt_BR.json b/src/i18n/strings/pt_BR.json index a50e07828c..d00e30f01e 100644 --- a/src/i18n/strings/pt_BR.json +++ b/src/i18n/strings/pt_BR.json @@ -36,5 +36,7 @@ "Failed to start": "Falha ao iniciar", "Missing indexeddb worker script!": "Script de trabalho indexeddb não encontrado!", "Open": "Abrir", - "Previous/next recently visited room or community": "Próxima/Anterior sala ou comunidade visitada recentemente" + "Previous/next recently visited room or community": "Próxima/Anterior sala ou comunidade visitada recentemente", + "Riot Desktop (%(platformName)s)": "Riot Desktop (%(platformName)s)", + "Go to your browser to complete Sign In": "Vá para o seu navegador para concluir o login" } From e95036405b81b435b6e56f152238e68b55db2484 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Mon, 6 Jul 2020 15:22:57 +0100 Subject: [PATCH 09/17] Release the irc layout to the wild --- config.sample.json | 3 +-- docs/labs.md | 5 ----- riot.im/develop/config.json | 3 +-- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/config.sample.json b/config.sample.json index 10e3afd0b9..dffbb1f8fc 100644 --- a/config.sample.json +++ b/config.sample.json @@ -31,8 +31,7 @@ "feature_pinning": "labs", "feature_custom_status": "labs", "feature_custom_tags": "labs", - "feature_state_counters": "labs", - "feature_irc_ui": "labs" + "feature_state_counters": "labs" }, "default_federate": true, "default_theme": "light", diff --git a/docs/labs.md b/docs/labs.md index 09a8e0c95c..02d8387bc5 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -105,8 +105,3 @@ For some sample themes, check out [aaronraimist/riot-web-themes](https://github. A complete rewrite of the room list is underway to increase performance, stability, and general usability. This is still rapidly changing, but feel free to give it a test. -## IRC message layout (`feature_irc_ui`) - -Adds an option to change the message layout to an IRC style ` timestamp | avatar -| name | message ` - diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 908a12c892..553641cdd8 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -25,8 +25,7 @@ "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs", "feature_custom_themes": "labs", - "feature_new_room_list": "labs", - "feature_irc_ui": "labs" + "feature_new_room_list": "labs" }, "piwik": { "url": "https://piwik.riot.im/", From eaf6ad598e3ca1de535215a9698366db5716fdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Priit=20J=C3=B5er=C3=BC=C3=BCt?= Date: Sun, 5 Jul 2020 12:03:47 +0000 Subject: [PATCH 10/17] Translated using Weblate (Estonian) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/et/ --- src/i18n/strings/et.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/et.json b/src/i18n/strings/et.json index 70574faa59..ff98ac5b3c 100644 --- a/src/i18n/strings/et.json +++ b/src/i18n/strings/et.json @@ -36,5 +36,7 @@ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Sa võid jätkata praeguse brauseri kasutamist, kuid mõned või kõik funktsionaalsused ei pruugi toimida ning rakenduse välimus võib vigane olla.", "I understand the risks and wish to continue": "Ma mõistan riske ja soovin jätkata", "Go to Riot.im": "Mine Riot.im lehele", - "Failed to start": "Käivitamine ei õnnestunud" + "Failed to start": "Käivitamine ei õnnestunud", + "Download Completed": "Allalaadimine on lõpetatud", + "Open": "Ava" } From d9e3af067af66d73a5730aaf88ff54d1025b8944 Mon Sep 17 00:00:00 2001 From: random Date: Mon, 6 Jul 2020 14:41:50 +0000 Subject: [PATCH 11/17] Translated using Weblate (Italian) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/ --- src/i18n/strings/it.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/strings/it.json b/src/i18n/strings/it.json index 5c844d169f..6464e4cad9 100644 --- a/src/i18n/strings/it.json +++ b/src/i18n/strings/it.json @@ -36,5 +36,7 @@ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Puoi comunque usare il browser attuale, ma alcune o tutte le caratteristiche potrebbero non funzionare e l'aspetto dell'applicazione potrebbe essere sbagliato.", "I understand the risks and wish to continue": "Capisco i rischi e desidero continuare", "Go to Riot.im": "Vai su Riot.im", - "Failed to start": "Avvio fallito" + "Failed to start": "Avvio fallito", + "Download Completed": "Scaricamento completato", + "Open": "Apri" } From cdbaa7f749dd301a1cb871bcee2827adac12ec09 Mon Sep 17 00:00:00 2001 From: Rintan Date: Mon, 6 Jul 2020 05:45:46 +0000 Subject: [PATCH 12/17] Translated using Weblate (Japanese) Currently translated at 97.1% (34 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/ --- src/i18n/strings/ja.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/ja.json b/src/i18n/strings/ja.json index 739dd7cde1..3dc4d1c219 100644 --- a/src/i18n/strings/ja.json +++ b/src/i18n/strings/ja.json @@ -13,7 +13,7 @@ "Your Riot is misconfigured": "あなたのRiotは設定が間違っています", "Invalid configuration: no default server specified.": "不正な設定です:デフォルトのサーバーが設定されていません。", "Sign In": "サインイン", - "Create Account": "アカウントを作成する", + "Create Account": "アカウント作成", "Need help?": "助けが必要ですか?", "Explore rooms": "部屋を探索する", "Room Directory": "部屋のディレクトリー", @@ -26,5 +26,16 @@ "Riot uses advanced browser features which aren't supported by your current browser.": "Riot ではこのブラウザでサポートされていない高度な機能を利用しています。", "Please install Chrome, Firefox, or Safari for the best experience.": "最高のユーザー体験を得るためには、ChromeFirefox、もしくはSafariをインストールしてください。", "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "現在のブラウザを使い続けることもできますが、いくつか (もしくは全ての) 機能が動作しない可能性や、外観が崩れる可能性があります。", - "I understand the risks and wish to continue": "リスクを理解したうえで続行する" + "I understand the risks and wish to continue": "リスクを理解したうえで続行する", + "Missing indexeddb worker script!": "IndexedDBのワーカースクリプトがありません!", + "Unable to load config file: please refresh the page to try again.": "設定ファイルの読み込みに失敗しました: ページを再読み込みしてもう一度お試しください。", + "Download Completed": "ダウンロード完了", + "Open": "開く", + "Open user settings": "ユーザー設定を開く", + "Riot Desktop (%(platformName)s)": "Riotデスクトップ版(%(platformName)s)", + "Go to your browser to complete Sign In": "サインインを完了させるためにブラウザへ移動してください", + "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s(%(browserName)s, %(osName)s)", + "Unsupported browser": "サポートされていないブラウザ", + "Go to Riot.im": "Riot.imへ移動", + "Failed to start": "起動に失敗しました" } From 826cb1d3085f228ebcad7752e02803780fd85443 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 Jul 2020 17:53:52 +0100 Subject: [PATCH 13/17] Fix welcomeBackgroundUrl array causing background to change during use Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/auth/VectorAuthPage.js | 28 +++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/components/views/auth/VectorAuthPage.js b/src/components/views/auth/VectorAuthPage.js index 13b43ca1af..3e1b059bc0 100644 --- a/src/components/views/auth/VectorAuthPage.js +++ b/src/components/views/auth/VectorAuthPage.js @@ -1,5 +1,5 @@ /* -Copyright 2019 New Vector Ltd +Copyright 2019, 2020 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -'use strict'; - import React from 'react'; import * as sdk from 'matrix-react-sdk/src/index'; import SdkConfig from 'matrix-react-sdk/src/SdkConfig'; @@ -23,21 +21,31 @@ import SdkConfig from 'matrix-react-sdk/src/SdkConfig'; export default class VectorAuthPage extends React.PureComponent { static replaces = 'AuthPage' - render() { - const AuthFooter = sdk.getComponent('auth.AuthFooter'); + static welcomeBackgroundUrl; + + // cache the url as a static to prevent it changing without refreshing + static getWelcomeBackgroundUrl() { + if (VectorAuthPage.welcomeBackgroundUrl) return VectorAuthPage.welcomeBackgroundUrl; const brandingConfig = SdkConfig.get().branding; - let backgroundUrl = "themes/riot/img/backgrounds/valley.jpg"; + VectorAuthPage.welcomeBackgroundUrl = "themes/riot/img/backgrounds/valley.jpg"; if (brandingConfig && brandingConfig.welcomeBackgroundUrl) { if (Array.isArray(brandingConfig.welcomeBackgroundUrl)) { - backgroundUrl = brandingConfig.welcomeBackgroundUrl[Math.floor(Math.random() * brandingConfig.welcomeBackgroundUrl.length)]; + const index = Math.floor(Math.random() * brandingConfig.welcomeBackgroundUrl.length); + VectorAuthPage.welcomeBackgroundUrl = brandingConfig.welcomeBackgroundUrl[index]; } else { - backgroundUrl = brandingConfig.welcomeBackgroundUrl; + VectorAuthPage.welcomeBackgroundUrl = brandingConfig.welcomeBackgroundUrl; } } + return VectorAuthPage.welcomeBackgroundUrl; + } + + render() { + const AuthFooter = sdk.getComponent('auth.AuthFooter'); + const pageStyle = { - background: `center/cover fixed url(${backgroundUrl})`, + background: `center/cover fixed url(${VectorAuthPage.getWelcomeBackgroundUrl()})`, }; const modalStyle = { @@ -65,7 +73,7 @@ export default class VectorAuthPage extends React.PureComponent { return (
-
+
{ this.props.children }
From 81f8a8110545c1d75f281a31e7eeed6b480720f5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 7 Jul 2020 13:58:10 -0600 Subject: [PATCH 14/17] Remove labs flag from config --- riot.im/develop/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 908a12c892..ae1f42df53 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -25,7 +25,6 @@ "feature_bridge_state": "labs", "feature_presence_in_room_list": "labs", "feature_custom_themes": "labs", - "feature_new_room_list": "labs", "feature_irc_ui": "labs" }, "piwik": { From 28b5b0b552d234110c09922aa99476f365471a40 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 7 Jul 2020 14:00:52 -0600 Subject: [PATCH 15/17] Update labs.md for new room list --- docs/labs.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/labs.md b/docs/labs.md index 09a8e0c95c..a5fab86603 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -100,10 +100,21 @@ theme definition. For some sample themes, check out [aaronraimist/riot-web-themes](https://github.com/aaronraimist/riot-web-themes). -## New room list (`feature_new_room_list`) +## New room list A complete rewrite of the room list is underway to increase performance, stability, -and general usability. This is still rapidly changing, but feel free to give it a test. +and general usability. + +In the event the new room list needs to be disabled, add this to your config.json: +```json +{ + "settingDefaults": { + "feature_new_room_list": false + } +} +``` + +**Note**: In a future release the new room list will not be optional. ## IRC message layout (`feature_irc_ui`) From 85a9e90f211dc7724724c226ab29e9b55b4af64e Mon Sep 17 00:00:00 2001 From: ok-what Date: Wed, 8 Jul 2020 04:33:36 +0000 Subject: [PATCH 16/17] Translated using Weblate (Finnish) Currently translated at 97.1% (34 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/ --- src/i18n/strings/fi.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 07ee9454fd..8231d80284 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -26,7 +26,7 @@ "Unable to load config file: please refresh the page to try again.": "Asetustiedostoa ei voi ladata. Yritä uudelleen lataamalla sivu uudelleen.", "Open user settings": "Avaa käyttäjäasetukset", "Previous/next recently visited room or community": "Edellinen/seuraava hiljattain vierailtu huone tai yhteisö", - "Riot Desktop (%(platformName)s)": "Riot Desktop (%(platformName)s)", + "Riot Desktop (%(platformName)s)": "Riot työpöytäversio (%(platformName)s)", "Go to your browser to complete Sign In": "Tee kirjautuminen loppuun selaimessasi", "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", "Unsupported browser": "Selainta ei tueta", @@ -35,5 +35,7 @@ "Please install Chrome, Firefox, or Safari for the best experience.": "Asenna Chrome, Firefox tai Safari, jotta kaikki toimii parhaiten.", "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Voit käyttää edelleen nykyistä selaintasi, mutta jotkut tai kaikki ominaisuudet eivät ehkä toimi ja sovelluksen ulkoasu voi olla virheellinen.", "I understand the risks and wish to continue": "Ymmärrän riskit ja haluan jatkaa", - "Failed to start": "Käynnistys ei onnistunut" + "Failed to start": "Käynnistys ei onnistunut", + "Download Completed": "Lataus valmis", + "Open": "Avaa" } From 747f3790550ab81ecc6d5738018260599c5fa17a Mon Sep 17 00:00:00 2001 From: Samu Voutilainen Date: Wed, 8 Jul 2020 04:34:04 +0000 Subject: [PATCH 17/17] Translated using Weblate (Finnish) Currently translated at 100.0% (35 of 35 strings) Translation: Riot Web/riot-web Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/ --- src/i18n/strings/fi.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/strings/fi.json b/src/i18n/strings/fi.json index 8231d80284..1195c664df 100644 --- a/src/i18n/strings/fi.json +++ b/src/i18n/strings/fi.json @@ -26,7 +26,7 @@ "Unable to load config file: please refresh the page to try again.": "Asetustiedostoa ei voi ladata. Yritä uudelleen lataamalla sivu uudelleen.", "Open user settings": "Avaa käyttäjäasetukset", "Previous/next recently visited room or community": "Edellinen/seuraava hiljattain vierailtu huone tai yhteisö", - "Riot Desktop (%(platformName)s)": "Riot työpöytäversio (%(platformName)s)", + "Riot Desktop (%(platformName)s)": "Riotin työpöytäversio (%(platformName)s)", "Go to your browser to complete Sign In": "Tee kirjautuminen loppuun selaimessasi", "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", "Unsupported browser": "Selainta ei tueta", @@ -37,5 +37,6 @@ "I understand the risks and wish to continue": "Ymmärrän riskit ja haluan jatkaa", "Failed to start": "Käynnistys ei onnistunut", "Download Completed": "Lataus valmis", - "Open": "Avaa" + "Open": "Avaa", + "Go to Riot.im": "Mene osoitteeseen riot.im" }