mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
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:
@@ -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``
|
||||
********************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user