]> source.dussan.org Git - nextcloud-server.git/commit
Do not use custom DI object names for user_ldap 21820/head
authorMorris Jobke <hey@morrisjobke.de>
Mon, 13 Jul 2020 15:22:19 +0000 (17:22 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 13 Jul 2020 15:22:19 +0000 (17:22 +0200)
commit3203286f52fcca102e8458c9ca0df4b500d1d348
treef2317f72d0e47f4fc48c8bd7b7c3c61c54a460c4
parent2c87ce60a04eb98533d430ef7abe386ef0d04c2a
Do not use custom DI object names for user_ldap

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
15 files changed:
apps/user_ldap/appinfo/app.php
apps/user_ldap/appinfo/register_command.php
apps/user_ldap/lib/Command/Search.php
apps/user_ldap/lib/Helper.php
apps/user_ldap/lib/Jobs/CleanUp.php
apps/user_ldap/lib/Jobs/UpdateGroups.php
apps/user_ldap/lib/Migration/UUIDFixGroup.php
apps/user_ldap/lib/Migration/UUIDFixUser.php
apps/user_ldap/tests/Integration/AbstractIntegrationTest.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php
apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php
apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php