diff --git a/developer_manual/basics/events.rst b/developer_manual/basics/events.rst index e3adaaa0f..40eff6401 100644 --- a/developer_manual/basics/events.rst +++ b/developer_manual/basics/events.rst @@ -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`` ********************************