1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

And changelog description

This commit is contained in:
ericgaspar 2021-05-14 20:11:45 +02:00
parent a1d16a8b53
commit 566cc90d3f
3 changed files with 6 additions and 7 deletions

View file

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

View file

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

View file

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