From 048037ab6010ba0fa93bb1c8df8a4412cc7734dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 11 Jun 2023 15:24:06 +0200 Subject: [PATCH 1/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ca75c39..20e9db3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://vikunja.io/docs/" code = "https://kolaente.dev/vikunja/" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.20" architectures = "all" multi_instance = true ldap = false From 0f0872926a0558bc8e2143a8b52e01dd23838e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:49:36 +0200 Subject: [PATCH 2/8] Update manifest.toml --- manifest.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/manifest.toml b/manifest.toml index 20e9db3..d17695e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.20.4~ynh1" +version = "0.21.0~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://vikunja.io/docs/" code = "https://kolaente.dev/vikunja/" [integration] -yunohost = ">= 11.1.20" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = false @@ -41,19 +41,19 @@ ram.runtime = "50M" [resources.sources] [resources.sources.back] - arm64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.20.4-linux-arm64-full.zip" - arm64.sha256 = "8d4c53dffc06484bd3d783dfd9c623f109ec116cbd00145b5e6c5756758c281d" - amd64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.20.4-linux-amd64-full.zip" - amd64.sha256 = "f4c9eea0bb0a05417ca4c40b55119c783e64732ce0e372198cb11c51a9914cdb" - armhf.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.20.4-linux-arm-7-full.zip" - armhf.sha256 = "0746fdc6daa335629bf0330cf9ecb7255fa6e5b7ceb6c61bed19e456895c7c20" - i386.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.20.4-linux-386-full.zip" - i386.sha256 = "7a24ba368c56c851c3a9e666dfc5baeb31bfaa411776caa9095ce2f87e8dcd85" + arm64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-arm64-full.zip" + arm64.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + amd64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-amd64-full.zip" + amd64.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + armhf.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-arm-7-full.zip" + armhf.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + i386.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-386-full.zip" + i386.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" in_subdir = false [resources.sources.front] - url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.20.5.zip" - sha256 = "7d458c95ac84f29c550469682ebcb05401425c5ff7be5af3fc21e31cd05aed4f" + url = "https://dl.vikunja.io/frontend/vikunja-frontend-0.21.0.zip" + sha256 = "ec59d8db8076123028331167357050f73bdb5b41793cf5c47d60acf9f1fddc12" in_subdir = false [resources.ports] From e3ed1b8f692a791192c258a6d6761d7af0a248cf Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 11 Jul 2023 20:49:41 +0000 Subject: [PATCH 3/8] 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 ae33916..20b5d37 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.20.4~ynh1 +**Shipped version:** 0.21.0~ynh1 **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index f50aafd..3d6d53b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.20.4~ynh1 +**Version incluse :** 0.21.0~ynh1 **Démo :** https://try.vikunja.io/login From 42abd667f377b29641da4e9c2c2580dbb2127dc6 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:25:52 +0200 Subject: [PATCH 4/8] Update manifest.toml --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d17695e..666742c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "If enabled, Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin." From 9dcf56c79649376e3651287258063c2655e2a6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:05:13 +0200 Subject: [PATCH 5/8] Update manifest.toml --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index 666742c..04bf172 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://vikunja.io/docs/" code = "https://kolaente.dev/vikunja/" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false @@ -40,14 +40,14 @@ ram.runtime = "50M" [resources.sources] [resources.sources.back] - arm64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-arm64-full.zip" - arm64.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - amd64.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-amd64-full.zip" - amd64.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - armhf.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-arm-7-full.zip" - armhf.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" - i386.url = "https://dl.vikunja.io/api/0.20.4/vikunja-v0.21.0-linux-386-full.zip" - i386.sha256 = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" + arm64.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-arm64-full.zip" + arm64.sha256 = "8fed6d6840b2196081a27131ce07506a86e7b316aa152ead91415fcca60b3e67" + amd64.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-amd64-full.zip" + amd64.sha256 = "24d088d11df8539c51997401a36cd8e0b8fc3e1811edfdbb6c5a60247a7aa858" + armhf.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-arm-7-full.zip" + armhf.sha256 = "16da08b50616df06743cae649a04e890fe1cbbeae7f4ee969cbc00095c939637" + i386.url = "https://dl.vikunja.io/api/0.21.0/vikunja-v0.21.0-linux-386-full.zip" + i386.sha256 = "e1c8a9b8773651485dc0e3f60f0f8bf978fb11570d7c7e5cbb7644b2557ebd27" in_subdir = false [resources.sources.front] From 5797a19f4b121cb30f8a72ca13a57b8f26268ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:05:21 +0200 Subject: [PATCH 6/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 04bf172..b1b90fc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Vikunja" description.en = "Self-hosted To-Do list application" description.fr = "Application de liste de tâches auto-hébergée" -version = "0.21.0~ynh1" +version = "0.21.0~ynh2" maintainers = ["eric_G"] From 003c7ece26d7875d5e6a1051d1f2b5c483627858 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 30 Aug 2023 17:05:41 +0000 Subject: [PATCH 7/8] 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 20b5d37..07d18c6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. - CalDAV - Links -**Shipped version:** 0.21.0~ynh1 +**Shipped version:** 0.21.0~ynh2 **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index 3d6d53b..31cd4fd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.21.0~ynh1 +**Version incluse :** 0.21.0~ynh2 **Démo :** https://try.vikunja.io/login From f9275534c1e50167ce140783763c779a98e45edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 30 Aug 2023 19:08:49 +0200 Subject: [PATCH 8/8] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index b1b90fc..3951e88 100644 --- a/manifest.toml +++ b/manifest.toml @@ -31,8 +31,8 @@ ram.runtime = "50M" type = "domain" [install.init_main_permission] - help.en = "If enabled, Vikunja 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, Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." + help.en = "If 'visitors', Vikunja will be accessible by people who do not have an account. This can be changed later via the webadmin." + help.fr = "Si 'visiteurs', Vikunja sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." type = "group" default = "visitors"