nextcloud/apps/user_ldap/lib
Arthur Schiwon 6a3b483273 do not try to search after the last page
- saves an LDAP requests in these cases
- prevents a Protocol Error logged on < 7.3 API (for backports)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-04-27 17:43:44 +00:00
..
AppInfo Update license headers for 19 2020-04-29 11:57:22 +02:00
Command Remove unexpected argument 2020-08-11 07:47:32 +00:00
Controller Update license headers for 19 2020-04-29 11:57:22 +02:00
Exceptions do not try to search after the last page 2021-04-27 17:43:44 +00:00
Handler Update license headers for 19 2020-04-29 11:57:22 +02:00
Jobs fix potentially passing null to events where IUser is expected 2020-11-04 12:16:34 +01:00
Mapping silence psalm false positive 2021-01-15 00:53:42 +01:00
Migration add repair step to clean up DB off lastFeatureRefresh entries in user prefs 2020-09-07 10:50:17 +02:00
Notification Update license headers for 19 2020-04-29 11:57:22 +02:00
PagedResults reset the cookie internally in new API when abandoning paged results op 2020-07-31 08:19:23 +00:00
Settings Update license headers for 19 2020-04-29 11:57:22 +02:00
User fixes determining whether former user is a share owner 2020-10-27 08:49:04 +00:00
Access.php do not try to search after the last page 2021-04-27 17:43:44 +00:00
AccessFactory.php Update license headers for 19 2020-04-29 11:57:22 +02:00
BackendUtility.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
Configuration.php LDAP: shortcut in reading nested group members when IN_CHAIN is available 2020-08-11 22:24:38 +00:00
Connection.php do not die after LDAP auth failed with expired acc 2021-03-02 20:40:11 +00:00
ConnectionFactory.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
FilesystemHelper.php Update license headers 2019-12-05 15:38:45 +01:00
GroupPluginManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Group_LDAP.php fix detecting cyclic group memberships 2021-03-03 10:53:24 +01:00
Group_Proxy.php formatting 2020-04-23 21:34:05 +02:00
Helper.php formatting 2020-04-23 21:34:05 +02:00
IGroupLDAP.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ILDAPGroupPlugin.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ILDAPUserPlugin.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ILDAPWrapper.php use serverControls directly with LDAP calls, fixes 19127 2020-04-14 12:58:28 +02:00
IUserLDAP.php Update license headers 2019-12-05 15:38:45 +01:00
LDAP.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LDAPProvider.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LDAPProviderFactory.php Update license headers for 19 2020-04-29 11:57:22 +02:00
LDAPUtility.php Update license headers 2019-12-05 15:38:45 +01:00
LogWrapper.php Update license headers 2019-12-05 15:38:45 +01:00
Proxy.php formatting 2020-04-23 21:34:05 +02:00
UserPluginManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
User_LDAP.php clear LDAP cache after user deletion 2020-06-09 08:23:42 +00:00
User_Proxy.php formatting 2020-04-23 21:34:05 +02:00
Wizard.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
WizardResult.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00