nextcloud-server/apps/user_ldap/lib
Pytal 294330454b
Merge pull request #40169 from nextcloud/enh/load-disabled-users-directly
enh(settings): Load from disabled users endpoint
2023-12-01 08:42:04 +07:00
..
AppInfo chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Command feat(LDAP): warn about demoting a group while promoting another 2023-12-01 12:48:24 +07:00
Controller Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +07:00
DataCollector chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Db Fire group events at login for LDAP groups 2023-10-12 10:13:43 +07:00
Events
Exceptions
Handler
Jobs chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Mapping
Migration chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Notification
PagedResults
Service Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsService 2023-08-10 10:57:36 +07:00
Settings
SetupChecks Improve setup checks naming and improve database version check 2023-10-24 11:40:03 +07:00
User chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Access.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
AccessFactory.php
BackendUtility.php
Configuration.php enh(LDAP): implement IIsAdmin interface 2023-12-01 12:48:24 +07:00
Connection.php enh(LDAP): implement IIsAdmin interface 2023-12-01 12:48:24 +07:00
ConnectionFactory.php
FilesystemHelper.php
GroupPluginManager.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Group_LDAP.php enh(LDAP): implement IIsAdmin interface 2023-12-01 12:48:24 +07:00
Group_Proxy.php enh(LDAP): implement IIsAdmin interface 2023-12-01 12:48:24 +07:00
Helper.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
IGroupLDAP.php
ILDAPGroupPlugin.php
ILDAPUserPlugin.php
ILDAPWrapper.php
IUserLDAP.php
LDAP.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
LDAPProvider.php
LDAPProviderFactory.php
LDAPUtility.php
LoginListener.php Fix LDAP LoginListener by adding new group relationships to caches before firing the event 2023-10-12 10:13:43 +07:00
Proxy.php Fix psalm errors about groupExists return type 2023-09-05 16:56:48 +07:00
UserPluginManager.php
User_LDAP.php Invert parameter order in getDisabledUserList to be consistent 2023-11-30 17:15:12 +07:00
User_Proxy.php Invert parameter order in getDisabledUserList to be consistent 2023-11-30 17:15:12 +07:00
Wizard.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
WizardResult.php