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:
parent
a1d16a8b53
commit
566cc90d3f
3 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,12 @@
|
||||||
Changelog
|
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
|
## [1.8.13~ynh1]() - 2021-03-23
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
|
@ -302,10 +302,6 @@ fi
|
||||||
# Etherpad admin page doesn't support SSO...
|
# Etherpad admin page doesn't support SSO...
|
||||||
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin
|
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
|
# RELOAD NGINX
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -136,9 +136,6 @@ fi
|
||||||
if ! ynh_permission_exists --permission="admin"; then
|
if ! ynh_permission_exists --permission="admin"; then
|
||||||
# Create the required permissions
|
# Create the required permissions
|
||||||
ynh_permission_create --permission="admin" --url="/admin" --allowed=$admin
|
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
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue