nextcloud-server/apps/user_ldap/lib
Côme Chilliet 85cea1960b
fix: Avoid useless reference usage in user_ldap
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-30 09:24:01 +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 Fire group events at login for LDAP groups 2023-10-12 10:13:43 +07:00
Events
Exceptions
Handler fix undefined method getExtStorageHome() 2023-03-22 13:54:27 +07:00
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 Add comment about Manager instance not being shared 2023-04-27 11:21:53 +07:00
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: Avoid useless reference usage in user_ldap 2024-04-30 09:24:01 +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 Fix psalm errors about groupExists return type 2023-09-05 16:56:48 +07:00
UserPluginManager.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +07:00
User_LDAP.php fix: Remove obsolete resource typing 2024-04-09 10:01:47 +07:00
User_Proxy.php fix: Avoid useless reference usage in user_ldap 2024-04-30 09:24:01 +07:00
Wizard.php fix(user_ldap): Improve typing and fix a var name 2024-04-30 09:23:59 +07:00
WizardResult.php