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 2e4d1549a4
Change SetupResult API to named constructors
2 years ago
..
AppInfo Progress 2 years ago
Command Fix check-group --update for deleted groups 2 years ago
Controller Add single status code descriptions for OpenAPI 2 years ago
DataCollector Add backtrace to ldap profiler collector 3 years ago
Db Fire group events at login for LDAP groups 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
SetupChecks Change SetupResult API to named constructors 2 years ago
User Update apps/user_ldap/lib/User/User.php 2 years ago
Access.php Merge pull request #37201 from AaronDewes/fix/ldap-filter-generation 2 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 fix(ldap): store last known user groups 2 years ago
ConnectionFactory.php
FilesystemHelper.php
GroupPluginManager.php Fix user_ldap unit tests 4 years ago
Group_LDAP.php Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login 2 years ago
Group_Proxy.php Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-login 2 years ago
Helper.php Move CappedMemoryCache to OCP 4 years ago
IGroupLDAP.php
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
LDAP.php Do not log passwords in debug mode 2 years ago
LDAPProvider.php
LDAPProviderFactory.php
LDAPUtility.php Cleanup typing and improve logging 3 years ago
LoginListener.php Fix LDAP LoginListener by adding new group relationships to caches before firing the event 2 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 Escape some more values 2 years ago
WizardResult.php