Skip to content

Commit 8353213

Browse files
authored
Merge pull request #5313 from nextcloud/ldap/document-typed-event
Document typed LDAP event for user and group backend and settings' BeforeTemplateRenderedEvent
2 parents 50ca26c + 3496f55 commit 8353213

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

developer_manual/basics/events.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,27 @@ This event is triggered when the files app is rendered. It canb e used to add ad
349349

350350
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.
351351

352+
``\OCA\Settings\Events\BeforeTemplateRenderedEvent``
353+
********************************************************
354+
355+
*Available in Nextcloud 20 and later.*
356+
357+
This event is triggered right before the user management template is rendered.
358+
359+
``\OCA\User_LDAP\Events\GroupBackendRegistered``
360+
************************************************
361+
362+
*Available in Nextcloud 20 and later.*
363+
364+
This event is triggered right after the LDAP group backend is registered.
365+
366+
``\OCA\User_LDAP\Events\UserBackendRegistered``
367+
************************************************
368+
369+
*Available in Nextcloud 20 and later.*
370+
371+
This event is triggered right after the LDAP user backend is registered.
372+
352373
``\OCA\Viewer\Event\LoadViewer``
353374
********************************
354375

0 commit comments

Comments
 (0)