From 7027e97c693d1252eb3e4f91d8f9b7b91c92fc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Dec 2020 04:37:39 +0000 Subject: [PATCH 1/4] Bump ini from 1.3.5 to 1.3.8 in /src Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot[bot] --- src/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 1ce879bb..2dbd727a 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -4126,9 +4126,9 @@ "dev": true }, "ini": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", - "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==", + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, "interpret": { From ec805d6abd6fa901fd77027c28aff8e69bbb2b40 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 12 Jan 2021 04:56:34 +0100 Subject: [PATCH 2/4] Remove legacy stuff about ca.crt causing issues on some setups --- debian/postinst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/postinst b/debian/postinst index c81160b2..2547c9bf 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,10 +3,6 @@ set -e do_configure() { - # make the CA available from the web interface - if [ ! -f /usr/share/yunohost/admin/ca.crt ]; then - ln -s /etc/ssl/certs/ca-yunohost_crt.pem /usr/share/yunohost/admin/ca.crt - fi # Set document root permissions chown -R root:root /usr/share/yunohost/admin From ba84128e6c00fe02ce65e746c9b1580f37aced23 Mon Sep 17 00:00:00 2001 From: Tom_ Date: Thu, 14 Jan 2021 18:33:38 +0000 Subject: [PATCH 3/4] Translated using Weblate (Czech) Currently translated at 1.9% (7 of 358 strings) Translation: YunoHost/admin Translate-URL: https://translate.yunohost.org/projects/yunohost/admin/cs/ --- src/locales/cs.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/locales/cs.json b/src/locales/cs.json index c7272b61..748b546e 100644 --- a/src/locales/cs.json +++ b/src/locales/cs.json @@ -1,3 +1,13 @@ { - "password": "Heslo" + "password": "Heslo", + "app_info_access_desc": "Skupiny a uživatelé kterým je povolen přístup aplikace:", + "app_change_url": "Změnit adresu", + "api_not_responding": "API YunoHost neodpovídá. Je možné, že „yunohost-api“ spadlo nebo bylo restartováno.", + "apply": "Použít", + "all_apps": "Všechny aplikace", + "all": "Všechno", + "administration_password": "Heslo administrátora", + "add": "Přidat", + "active": "Aktivní", + "action": "Akce" } From 9b80f0767e74b24cbd9d6aed8b73b4e0e11a0db8 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 14 Jan 2021 21:48:05 +0100 Subject: [PATCH 4/4] Update changelog for 4.1.4 --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 45610f04..4724eb7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +yunohost-admin (4.1.4) stable; urgency=low + + - [fix] Remove legacy code for certificate causing issues on some setups (ec805d6) + - [i18n] Translations updated for Czech + - Stable release + + Thanks to all contributors <3 ! (Aleks, Tom_) + + -- Kayou Thu, 14 Jan 2021 21:45:41 +0100 + yunohost-admin (4.1.3) stable; urgency=low - [fix] Partial revert #306 because code is broken... (cccb84b)