From 8ca461a4da4321bf334ed19c8598019e9f415f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:43:38 +0200 Subject: [PATCH 1/7] Update manifest.toml --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d5d49c9..443222d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ cpe = "cpe:2.3:a:xwiki:cryptpad" fund = "https://opencollective.com/cryptpad/contribute?language=fr" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = false ldap = false @@ -48,6 +48,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/xwiki-labs/cryptpad/archive/5.2.1.tar.gz" sha256 = "945abe5bae0da25a4e2ef8e02730aaa5bb5e5a0b8bfd7a23a09ec38422d7c47f" + autoupdate.strategy = "latest_github_tag" [resources.ports] main.default = 3000 From 7a024ca16126042c449cc20953f2eca8e9b37945 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 13 Jun 2023 20:16:22 +0200 Subject: [PATCH 2/7] Upgrade to v5.3.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 443222d..3a9ffd6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "CryptPad" description.en = "Zero Knowledge realtime collaborative office suite" description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel" -version = "5.2.1~ynh8" +version = "5.3.0~ynh8" maintainers = ["ddataa"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/xwiki-labs/cryptpad/archive/5.2.1.tar.gz" - sha256 = "945abe5bae0da25a4e2ef8e02730aaa5bb5e5a0b8bfd7a23a09ec38422d7c47f" + url = "https://github.com/xwiki-labs/cryptpad/archive/refs/tags/5.3.0.tar.gz" + sha256 = "470e75203e7080d19482bacf6216c50ec13070fc7d0ff2e4fc855f57668fb919" autoupdate.strategy = "latest_github_tag" [resources.ports] From 383136db4b47ae4b589da9dbf24bc84f6f9c383a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 13 Jun 2023 18:16:25 +0000 Subject: [PATCH 3/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 b54a955..dded00a 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 CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored. -**Shipped version:** 5.2.1~ynh8 +**Shipped version:** 5.3.0~ynh8 **Demo:** https://cryptpad.fr/ diff --git a/README_fr.md b/README_fr.md index cf6df27..f934aab 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 CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké. -**Version incluse :** 5.2.1~ynh8 +**Version incluse :** 5.3.0~ynh8 **Démo :** https://cryptpad.fr/ From 00a9ddff87a473d430d2ed198ad4a837414f0412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 13 Jun 2023 20:41:36 +0200 Subject: [PATCH 4/7] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3a9ffd6..bd4e789 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "CryptPad" description.en = "Zero Knowledge realtime collaborative office suite" description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel" -version = "5.3.0~ynh8" +version = "5.3.0~ynh1" maintainers = ["ddataa"] @@ -36,8 +36,8 @@ ram.runtime = "50M" full_domain = true [install.init_main_permission] - help.en = "If enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin." - help.fr = "Si cette case est cochée, CryptPad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + help.en = "If 'Visitors' enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin." + help.fr = "Si 'Visiteurs' est cochée, CryptPad sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors" From b886148aaa17fc43cca8d601c478a5554d405a8a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 13 Jun 2023 18:41:42 +0000 Subject: [PATCH 5/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 dded00a..1f8dc47 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 CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored. -**Shipped version:** 5.3.0~ynh8 +**Shipped version:** 5.3.0~ynh1 **Demo:** https://cryptpad.fr/ diff --git a/README_fr.md b/README_fr.md index f934aab..2bcd57a 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 CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké. -**Version incluse :** 5.3.0~ynh8 +**Version incluse :** 5.3.0~ynh1 **Démo :** https://cryptpad.fr/ From daf97e54fbeb6738d6001a408f0a5eea90b338bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:29:24 +0200 Subject: [PATCH 6/7] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 680a366..68eff11 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ cpe = "cpe:2.3:a:xwiki:cryptpad" fund = "https://opencollective.com/cryptpad/contribute?language=fr" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false @@ -33,7 +33,6 @@ ram.runtime = "50M" help.en = "CryptPad needs to be installed in a dedicated domain or sub-domain." help.fr = "CryptPad doit être installé dans un domaine ou sous-domaine dédié." type = "domain" - full_domain = true [install.init_main_permission] help.en = "If 'Visitors' enabled, CryptPad will be accessible by people who do not have an account. This can be changed later via the webadmin." From 24102d402b922bcae9a2464a96696fa4153eea1c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:02:29 +0000 Subject: [PATCH 7/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 1f8dc47..b2d6a07 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 2bcd57a..44d02be 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ CryptPad est une suite de collaboration chiffrée de bout en bout et open source * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs