nextcloud-server/apps/user_ldap/lib/Command
Côme Chilliet f48e5aa1f3
fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor calls
Using OCP\AppFramework\Services\IAppConfig is not possible because the
 Helper is queried from places outside of the application DI container
(ajax pages, tests, other applications through ILDAPProviderFactory…)

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-06-10 16:08:52 +07:00
..
CheckGroup.php
CheckUser.php
CreateEmptyConfig.php
DeleteConfig.php
PromoteGroup.php
ResetGroup.php
ResetUser.php
Search.php fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor calls 2025-06-10 16:08:52 +07:00
SetConfig.php fix(user_ldap): Switch to OCP\IAppConfig and fix Helper constructor calls 2025-06-10 16:08:52 +07:00
ShowConfig.php
ShowRemnants.php
TestConfig.php
TestUserSettings.php feat: Add bases and gidNumber attribute to ldap:test-user-settings output 2025-03-04 10:05:50 +07:00
UpdateUUID.php