Merge remote-tracking branch 'ynh/dev' into enh-vuejs

This commit is contained in:
axolotle 2021-01-19 22:33:29 +01:00
commit 70af5dbeaa
3 changed files with 23 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{
"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"
}

10
debian/changelog vendored
View file

@ -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 <pierre@kayou.io> 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)

4
debian/postinst vendored
View file

@ -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