nextcloud-server/apps/user_ldap/lib
Côme Chilliet 4fb1d2f3e5
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
Avoids using several LDAP searches to get UUID, display name and
 internal name, now gets all attributes at the same time.
Also avoids extra request to build an unused user object in userExists.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-08-27 10:05:12 +07:00
..
AppInfo chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Command style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Controller style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
DataCollector chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Db chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Events chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Exceptions chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Handler chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Jobs style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Mapping style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Migration chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Notification style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
PagedResults chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Service chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Settings style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
SetupChecks chore: Add SPDX header 2024-05-30 15:49:33 +07:00
User fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time 2024-08-27 10:05:12 +07:00
Access.php fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time 2024-08-27 10:05:12 +07:00
AccessFactory.php refactor: Use `IAppConfig` for setting cron type 2024-06-28 18:00:39 +07:00
BackendUtility.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Configuration.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Connection.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
ConnectionFactory.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
FilesystemHelper.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
GroupPluginManager.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Group_LDAP.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Group_Proxy.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Helper.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IGroupLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
ILDAPGroupPlugin.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
ILDAPUserPlugin.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
ILDAPWrapper.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
IUserLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
LDAP.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
LDAPProvider.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
LDAPProviderFactory.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
LDAPUtility.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
LoginListener.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
Proxy.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
UserPluginManager.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
User_LDAP.php fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time 2024-08-27 10:05:12 +07:00
User_Proxy.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Wizard.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
WizardResult.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00