nextcloud/apps/user_ldap/lib
Arthur Schiwon 33ac5fc640
do not forget DB table prefix with truncate query
- as used in LDAP's AbstractMapping::clear() method
- and in Comment's ManagerTest::setUp()
- fixes a DB Exception with Oracle

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-05-19 15:09:39 +02:00
..
AppInfo announce added user and group backend later as there might be interdeps 2020-09-11 00:14:06 +02:00
Command fix code style 2022-02-15 13:23:25 +01:00
Controller Update license headers for 19 2020-04-29 11:57:22 +02:00
Events Document the backend registered events of LDAP 2020-10-29 13:08:13 +00:00
Exceptions do not try to search after the last page 2021-04-27 17:41:58 +00:00
Handler Update license headers for 19 2020-04-29 11:57:22 +02:00
Jobs Fix psalm errors in apps/user_ldap/lib/Jobs/CleanUp.php 2022-02-15 13:23:25 +01:00
Mapping adjust backport to stable20 2022-02-15 13:23:26 +01:00
Migration do not forget DB table prefix with truncate query 2022-05-19 15:09:39 +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-29 17:48:56 +02: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-26 14:00:57 +01:00
Access.php Fix ldap:update-uuid 2022-02-15 13:23:25 +01:00
AccessFactory.php Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access 2021-10-29 09:03:12 +00: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 18:22:11 +02:00
Connection.php Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 2021-10-29 09:03:12 +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
Group_LDAP.php fix potential unwarranted memberships in nested groups from LDAP 2021-12-30 10:25:14 +00:00
Group_Proxy.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
GroupPluginManager.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
Helper.php Do not use custom DI object names for user_ldap 2020-07-13 17:22:19 +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 extend ILDAPProvider to allow reading arbitrairy ldap attributes for users 2021-01-22 13:33:32 +00: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 Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access 2021-10-29 09:03:12 +00:00
User_LDAP.php Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 2021-10-29 09:03:12 +00:00
User_Proxy.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
UserPluginManager.php adds ldap user:reset command 2021-03-25 13:36:16 +01:00
Wizard.php Use Psr\Log\LoggerInterface where it can easily be used in user_ldap 2021-10-29 09:03:12 +00:00
WizardResult.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00