From 566cc90d3fc4793f4c23b3ed9ab05d3b01ec97c6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 May 2021 20:11:45 +0200 Subject: [PATCH] And changelog description --- CHANGELOG.md | 6 ++++++ scripts/install | 4 ---- scripts/upgrade | 3 --- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1680dc..0cbdcf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +## [1.8.13~ynh2]() - 2021-05-14 + +#### Disabled +* [ep_automatic_logut plugin](https://github.com/YunoHost-Apps/etherpad_mypads_ynh/pull/140/files) + + ## [1.8.13~ynh1]() - 2021-03-23 #### Changed diff --git a/scripts/install b/scripts/install index 6ced8f6..966bb0a 100644 --- a/scripts/install +++ b/scripts/install @@ -302,10 +302,6 @@ fi # Etherpad admin page doesn't support SSO... ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin -if [ $mypads -eq 1 ]; then - ynh_permission_create --permission="mypads_admin" --url="/mypads/?/admin" --allowed=$admin -fi - #================================================= # RELOAD NGINX #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 99547d5..4f29416 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,9 +136,6 @@ fi if ! ynh_permission_exists --permission="admin"; then # Create the required permissions ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin - if [ $mypads -eq 1 ]; then - ynh_permission_create --permission="mypads_admin" --url="/mypads/?/admin" --allowed=$admin - fi fi #=================================================