0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-28 07:58:42 +00:00
nextcloud_server/apps/user_ldap/lib
Thatoo 486f0eda71
fix(user_ldap): retrieve from LDAP first "email shaped" value instead of first value
Signed-off-by: Thatoo <Thatoo@users.noreply.github.com>
2024-11-20 16:55:44 +01:00
..
AppInfo chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Command refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Controller fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
DataCollector chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Db chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Events refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Exceptions chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Handler chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Jobs refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Mapping refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Migration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Notification refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
PagedResults chore: Add SPDX header 2024-05-30 15:49:33 +02:00
Service refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +02:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
SetupChecks chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
User fix(user_ldap): retrieve from LDAP first "email shaped" value instead of first value 2024-11-20 16:55:44 +01:00
Access.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
AccessFactory.php feat(user_ldap): Introduce user id assigned typed events for LDAP usage 2024-09-10 14:06:11 +02:00
BackendUtility.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Configuration.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Connection.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ConnectionFactory.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
FilesystemHelper.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Group_LDAP.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
Group_Proxy.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00
GroupPluginManager.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Helper.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
IGroupLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ILDAPGroupPlugin.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
ILDAPUserPlugin.php chore: Use more gender neutral language 2024-10-14 13:59:24 +02:00
ILDAPWrapper.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
IUserLDAP.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00
LDAP.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LDAPProvider.php fix(psalm): Fix some newly detected issues 2024-10-21 12:37:59 +02:00
LDAPProviderFactory.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LDAPUtility.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
LoginListener.php refactor: Replace __CLASS__ with ::class references 2024-09-15 21:40:55 +02:00
Proxy.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
User_LDAP.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
User_Proxy.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
UserPluginManager.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Wizard.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
WizardResult.php chore: Add SPDX header 2024-05-30 15:49:33 +02:00