Document typed LDAP event for user and group backend

See https://github.com/nextcloud/server/pull/22221

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-10-29 09:19:24 +01:00 committed by backportbot[bot]
parent 3a93b0eda3
commit 30c53c13ff

View File

@ -349,6 +349,20 @@ This event is triggered when the files app is rendered. It canb e used to add ad
Emitted before the rendering step of the public share page happens. The event holds a flag that specifies if it is the authentication page of a public share.
``\OCA\User_LDAP\Events\GroupBackendRegistered``
************************************************
*Available in Nextcloud 20 and later.*
This event is triggered right after the LDAP group backend is registered.
``\OCA\User_LDAP\Events\UserBackendRegistered``
************************************************
*Available in Nextcloud 20 and later.*
This event is triggered right after the LDAP user backend is registered.
``\OCA\Viewer\Event\LoadViewer``
********************************