You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/user_ldap/lib
Côme Chilliet c995428431
Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-support
3 years ago
..
AppInfo [LDAP] always create instance of own user manager 3 years ago
Command Make sure to use AccessFactory to create Access instances and use DI 3 years ago
Controller Avoid updating _lastChange when nothing is changed in the configuration 4 years ago
DataCollector Add backtrace to ldap profiler collector 3 years ago
Events
Exceptions
Handler fix undefined method getExtStorageHome() 3 years ago
Jobs Merge pull request #37903 from nextcloud/fix/user_ldap-fix-multiple-ldap-support 3 years ago
Mapping Fix psalm spotted errors with new requirements 3 years ago
Migration Fix createNamedParameter in LDAP migrations 4 years ago
Notification
PagedResults Pass paging information directly to search and get rid of adapter 3 years ago
Settings Add support for Delegation Settings for more apps 4 years ago
User code styling 3 years ago
Access.php Clear up return types 3 years ago
AccessFactory.php Add comment about Manager instance not being shared 3 years ago
BackendUtility.php
Configuration.php nice up the code handling AccountManager 3 years ago
Connection.php nice up the code handling AccountManager 3 years ago
ConnectionFactory.php
FilesystemHelper.php
GroupPluginManager.php Fix user_ldap unit tests 4 years ago
Group_LDAP.php Clear up return types 3 years ago
Group_Proxy.php Clear up return types 3 years ago
Helper.php Move CappedMemoryCache to OCP 4 years ago
IGroupLDAP.php Fix PHP 8.1 support for user_ldap application 4 years ago
ILDAPGroupPlugin.php
ILDAPUserPlugin.php Fix return type for countUsers method 3 years ago
ILDAPWrapper.php Clean up LDAP Wizard typing 3 years ago
IUserLDAP.php Fix PHP 8.1 support for user_ldap application 4 years ago
LDAP.php Do not send a pagination control with size = 0 if cookie is empty 3 years ago
LDAPProvider.php Fix PHP 8.1 support for user_ldap application 4 years ago
LDAPProviderFactory.php
LDAPUtility.php Cleanup typing and improve logging 3 years ago
Proxy.php Make sure to use AccessFactory to create Access instances and use DI 3 years ago
UserPluginManager.php Fix return type for countUsers method 3 years ago
User_LDAP.php also unmark deleted ldap user when checking the ldap entry 3 years ago
User_Proxy.php Merge branch 'master' into fix/clean-ldap-access-factory-usage 3 years ago
Wizard.php Merge branch 'master' into ldapi-unix-socket-support 3 years ago
WizardResult.php