nextcloud-server/apps/user_ldap/lib
Côme Chilliet 8044edf309
fix: Also search in email field for disabled users
To match what is done for Database backend for enabled users

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-05-23 09:09:20 +07:00
..
AppInfo feat(user_ldap): Add setup check to verify connection configuration 2024-04-16 16:57:21 +07:00
Command fix(LDAP): escape DN on check-user 2024-04-05 16:24:27 +07:00
Controller chore(deps): Update openapi-extractor 2024-01-18 16:00:18 +07:00
DataCollector fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Db
Events
Exceptions
Handler
Jobs fix(user_ldap): Improve typing and fix a var name 2024-04-30 09:23:59 +07:00
Mapping fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Migration fix(user_ldap): Ignore unserialize error in group membership migration 2024-03-06 10:18:16 +07:00
Notification
PagedResults
Service fix(user_ldap): Remove unicode character from log lines 2024-04-16 17:02:10 +07:00
Settings
SetupChecks feat(user_ldap): Add setup check to verify connection configuration 2024-04-16 16:57:21 +07:00
User fix: Apply new coding standard to all files 2024-04-02 14:16:21 +07:00
Access.php Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type 2024-04-16 17:13:07 +07:00
AccessFactory.php
BackendUtility.php
Configuration.php fix: Fix newly spotted psalm issues, add exhaustive typed magic properties for LDAP classes 2024-04-30 09:23:58 +07:00
Connection.php fix(user_ldap): Improve typing and fix a var name 2024-04-30 09:23:59 +07:00
ConnectionFactory.php
FilesystemHelper.php
GroupPluginManager.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
Group_LDAP.php fix: Remove obsolete resource typing 2024-04-09 10:01:47 +07:00
Group_Proxy.php fix: Avoid useless reference usage in user_ldap 2024-04-30 09:24:01 +07:00
Helper.php docs(LDAP): add info on stored DN form 2024-04-05 16:47:55 +07:00
IGroupLDAP.php fix: Remove obsolete resource typing 2024-04-09 10:01:47 +07:00
ILDAPGroupPlugin.php
ILDAPUserPlugin.php
ILDAPWrapper.php fix: Add missing psalm-assert to isResource 2024-04-09 10:01:47 +07:00
IUserLDAP.php fix: Remove obsolete resource typing 2024-04-09 10:01:47 +07:00
LDAP.php fix: add ldap_exop_passwd function to sensitive value 2024-05-16 16:54:18 +07:00
LDAPProvider.php fix: Remove obsolete resource typing 2024-04-09 10:01:47 +07:00
LDAPProviderFactory.php
LDAPUtility.php
LoginListener.php fix(user_ldap): Remove unicode character from log lines 2024-04-16 17:02:10 +07:00
Proxy.php
UserPluginManager.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
User_LDAP.php feat: Add back searching in disabled user list 2024-05-23 09:08:31 +07:00
User_Proxy.php fix: Also search in email field for disabled users 2024-05-23 09:09:20 +07:00
Wizard.php fix(user_ldap): Improve typing and fix a var name 2024-04-30 09:23:59 +07:00
WizardResult.php