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 7a59d2ec07
Remove deprectated ILogger uses from user_ldap application
2 years ago
..
AppInfo fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcher 3 years ago
Command Fix check-group --update for deleted groups 2 years ago
Controller Remove deprectated ILogger uses from user_ldap application 2 years ago
DataCollector Add backtrace to ldap profiler collector 3 years ago
Db [user_ldap] Small perf improvements suggestion from review 2 years ago
Events
Exceptions
Handler fix undefined method getExtStorageHome() 3 years ago
Jobs Move UpdateGroups methods to a service 2 years ago
Mapping Fix psalm spotted errors with new requirements 3 years ago
Migration Add unique index for user_ldap group memberships 2 years ago
Notification
PagedResults Pass paging information directly to search and get rid of adapter 3 years ago
Service Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService 2 years ago
Settings
User Remove deprectated ILogger uses from user_ldap application 2 years ago
Access.php Avoid adding (attribute=) part to filter which will confuse LDAP servers 3 years ago
AccessFactory.php Add comment about Manager instance not being shared 3 years ago
BackendUtility.php
Configuration.php Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend 3 years ago
Connection.php Merge pull request #34443 from nextcloud/feat/add-enabled-user-backend 3 years ago
ConnectionFactory.php
FilesystemHelper.php
GroupPluginManager.php Fix user_ldap unit tests 4 years ago
Group_LDAP.php Add batch methods in user backends 2 years ago
Group_Proxy.php Move new methods to a new interface in OCP 2 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 log passwords in debug mode 2 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 Fix psalm errors about groupExists return type 2 years ago
UserPluginManager.php Fix return type for countUsers method 3 years ago
User_LDAP.php Add method to list disabled users to IProvideEnabledStateBackend 3 years ago
User_Proxy.php Add method to list disabled users to IProvideEnabledStateBackend 3 years ago
Wizard.php Merge branch 'master' into ldapi-unix-socket-support 3 years ago
WizardResult.php