nextcloud/apps/user_ldap/lib
Arthur Schiwon 5257efc5f2
remove logging message carrying no valuable information
the exception caught is not an error, but due to valid configuration and
code flow is expecting this. For an admin it is confusing, and it carries
no information worth for debugging.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-12 09:10:23 +02:00
..
AppInfo Use the proper IAppContainer and IServerContainer type hints to know which code runs with which container 2020-07-21 20:44:05 +02:00
Command Remove unexpected argument 2020-08-10 22:36:30 +02:00
Controller Update license headers for 19 2020-04-29 11:57:22 +02:00
Exceptions Update license headers for 19 2020-04-29 11:57:22 +02:00
Handler Update license headers for 19 2020-04-29 11:57:22 +02:00
Jobs Migrate OC_Group post_removeFromGroup hook to actual event object 2020-07-30 10:21:08 +02:00
Mapping be more clear about the condition 2020-06-16 10:55:51 +02:00
Migration Do not use custom DI object names for user_ldap 2020-07-13 17:22:19 +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 Update license headers for 19 2020-04-29 11:57:22 +02:00
Access.php remove logging message carrying no valuable information 2020-08-12 09:10:23 +02: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 18:22:11 +02:00
Connection.php do not flip available state to unavailable, allow empty results 2020-08-11 19:03:27 +02: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 do not flip available state to unavailable, allow empty results 2020-08-11 19:03:27 +02:00
Group_Proxy.php formatting 2020-04-23 21:34:05 +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 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-08 17:52:43 +02:00
User_Proxy.php formatting 2020-04-23 21:34:05 +02:00
Wizard.php added "zimbraMailForwardingAddress" as a Group-Member association attribute to enable the use of Zimbra Distribution Lists as groups in nextcloud when connecting to a zimbra LDAP 2020-08-07 23:30:44 +02:00
WizardResult.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00