From 92561051e9edb179373a0708977bef0146eb6c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 16 Feb 2024 23:03:05 +0100 Subject: [PATCH 1/7] Fix default server name presentation --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index f1e631e..61479e2 100644 --- a/conf/config.json +++ b/conf/config.json @@ -2,7 +2,7 @@ "default_server_config": { "m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__", - "server_name": "matrix.org" + "server_name": "__DEFAULT_HOME_SERVER__" }, "m.identity_server": { "base_url": "https://vector.im" From a12faa8644c9c7d1d7096ba47968ba35b00ed22c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 16 Feb 2024 22:05:27 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75837df..6b2949b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -46,4 +46,4 @@ or sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index e348a42..ec49369 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From c8bdff94f755d9515cdfc496d5ee1ff911d813ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 26 Feb 2024 18:24:48 +0100 Subject: [PATCH 3/7] Update and fix auto update --- manifest.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index b650f33..1851a7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.51~ynh1" +version = "1.11.58~ynh1" maintainers = ["Josué Tille"] @@ -14,7 +14,7 @@ license = "Apache-2.0" website = "https://element.io" demo = "https://app.element.io/" admindoc = "https://element.io/help" -code = "https://github.com/vector-im/element-web/" +code = "https://github.com/element-hq/element-web" cpe = "cpe:2.3:a:matrix:element" [integration] @@ -56,9 +56,10 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.51/element-v1.11.51.tar.gz" - sha256 = "8566c53b22e6a63a2876d76d52a1cd6e3f121ce1404e0d187b54c09656226128" - autoupdate.strategy = "latest_github_tag" + url = "https://github.com/element-hq/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz" + sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^element-v.*.tar.gz$" [resources.system_user] From 850cc1e0b312f9ca317076803e565be5f6a304dd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 26 Feb 2024 17:25:02 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 8 ++++---- README_fr.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ed1c7f9..0c646ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.51~ynh1 +**Shipped version:** 1.11.58~ynh1 **Demo:** https://app.element.io/ @@ -30,7 +30,7 @@ Element is a new type of messaging app. You choose where your messages are store * Official app website: * Official admin documentation: -* Upstream app code repository: +* Upstream app code repository: * YunoHost Store: * Report a bug: @@ -46,4 +46,4 @@ or sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 497e95b..1833412 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.51~ynh1 +**Version incluse :** 1.11.58~ynh1 **Démo :** https://app.element.io/ @@ -30,7 +30,7 @@ Element est un nouveau type d'application de messagerie. Vous choisissez où vos * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : From 3e172679a0cda456cb3006cafcf12ae45520dbbf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Feb 2024 21:32:17 +0100 Subject: [PATCH 5/7] Upgrade to v1.11.59 https://github.com/element-hq/element-web/releases/tag/v1.11.59 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 496956d..5249d20 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.58~ynh1" +version = "1.11.59~ynh1" maintainers = ["Josué Tille"] @@ -56,8 +56,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/element-hq/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz" - sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea" + url = "https://github.com/element-hq/element-web/releases/download/v1.11.59/element-v1.11.59.tar.gz" + sha256 = "443cabd2c0994b2fb1fc5775f98e3b418b9bafbfdbf75cc1e32842bd30597887" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^element-v.*.tar.gz$" From da8835d49c7e5c670a2dfc54d16ac063b64e0ea3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Feb 2024 20:32:20 +0000 Subject: [PATCH 6/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c646ce..07c2d64 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption. -**Shipped version:** 1.11.58~ynh1 +**Shipped version:** 1.11.59~ynh1 **Demo:** https://app.element.io/ diff --git a/README_fr.md b/README_fr.md index 1833412..eb866ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut. -**Version incluse :** 1.11.58~ynh1 +**Version incluse :** 1.11.59~ynh1 **Démo :** https://app.element.io/ From d44d95f2ab83d125d0b744b9b11085b7922b2951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Feb 2024 12:06:35 +0100 Subject: [PATCH 7/7] Fix config panel text --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index d7f6022..b995904 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -60,8 +60,8 @@ name.fr = "Configuration d'Element" [main.config.default_theme] - ask.en = "Disable custom URL field on login page" - ask.fr = "Déactiver le champ URL personnalisé sur la page login" + ask.en = "Default theme" + ask.fr = "Thème par défault" type = "select" choices = [ "light", "dark" ]