You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/basics/events.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,20 @@ This event is triggered when the files app is rendered. It canb e used to add ad
349
349
350
350
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.
351
351
352
+
``\OCA\User_LDAP\Events\GroupBackendRegistered``
353
+
************************************************
354
+
355
+
*Available in Nextcloud 20 and later.*
356
+
357
+
This event is triggered right after the LDAP group backend is registered.
358
+
359
+
``\OCA\User_LDAP\Events\UserBackendRegistered``
360
+
************************************************
361
+
362
+
*Available in Nextcloud 20 and later.*
363
+
364
+
This event is triggered right after the LDAP user backend is registered.
0 commit comments