From cf5ec4ad6cca95b3269c5bb201b5b5fe9545f723 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 30 Sep 2023 15:48:15 +0200 Subject: [PATCH 1/4] Suggest admins for main permission --- manifest.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d57f0b2..c0ec8a3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -35,10 +35,9 @@ ram.runtime = "50M" [install.init_main_permission] type = "group" - default = "visitors" - - [install.admin] - type = "user" + default = "admins" + help.en = "Select which group should be able to access and configure the app. Do not select Visitors!" + help.en = "Sélectionnez quel group devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !" [resources] [resources.sources.main] From 356cf503484465ea75bf72845eb50fc12a646ee4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 30 Sep 2023 15:49:40 +0200 Subject: [PATCH 2/4] Fix manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c0ec8a3..b53db9a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ ram.runtime = "50M" type = "group" default = "admins" help.en = "Select which group should be able to access and configure the app. Do not select Visitors!" - help.en = "Sélectionnez quel group devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !" + help.fr = "Sélectionnez quel group devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !" [resources] [resources.sources.main] From 18e724aa93347d4ce1faf3c3af2fdf1e55b60391 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 30 Sep 2023 13:50:24 +0000 Subject: [PATCH 3/4] 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 7d5222c..0b12a16 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 Music collection manager for Usenet and BitTorrent users -**Shipped version:** 1.3.5.3530~ynh2 +**Shipped version:** 1.3.5.3530~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index c504b08..00ec9fe 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 Music collection manager for Usenet and BitTorrent users -**Version incluse :** 1.3.5.3530~ynh2 +**Version incluse :** 1.3.5.3530~ynh3 ## Captures d’écran From 14a076b21183e027d46e7799f5ac29469daf16fd Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 30 Sep 2023 15:50:40 +0200 Subject: [PATCH 4/4] Fix manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index b53db9a..d3d0d01 100644 --- a/manifest.toml +++ b/manifest.toml @@ -37,7 +37,7 @@ ram.runtime = "50M" type = "group" default = "admins" help.en = "Select which group should be able to access and configure the app. Do not select Visitors!" - help.fr = "Sélectionnez quel group devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !" + help.fr = "Sélectionnez quel groupe devrait pouvoir configurer et accéder à l'application. Ne choisissez pas les Visiteurs !" [resources] [resources.sources.main]