fix LDAP User deletion (cleanup)
discovered a bug in the integration test which lead to following a
different code path and giving a false-positive success feedback.
Also listens now to the evendispatcher instead of old hook system
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
Showing
- apps/user_ldap/appinfo/app.php 2 additions, 1 deletionapps/user_ldap/appinfo/app.php
- apps/user_ldap/appinfo/register_command.php 2 additions, 1 deletionapps/user_ldap/appinfo/register_command.php
- apps/user_ldap/lib/Command/Search.php 7 additions, 1 deletionapps/user_ldap/lib/Command/Search.php
- apps/user_ldap/lib/Helper.php 2 additions, 1 deletionapps/user_ldap/lib/Helper.php
- apps/user_ldap/lib/Jobs/CleanUp.php 2 additions, 1 deletionapps/user_ldap/lib/Jobs/CleanUp.php
- apps/user_ldap/lib/Migration/UUIDFixGroup.php 1 addition, 1 deletionapps/user_ldap/lib/Migration/UUIDFixGroup.php
- apps/user_ldap/lib/User_LDAP.php 11 additions, 13 deletionsapps/user_ldap/lib/User_LDAP.php
- apps/user_ldap/lib/User_Proxy.php 8 additions, 2 deletionsapps/user_ldap/lib/User_Proxy.php
- apps/user_ldap/tests/Integration/AbstractIntegrationTest.php 9 additions, 3 deletionsapps/user_ldap/tests/Integration/AbstractIntegrationTest.php
- apps/user_ldap/tests/Integration/Lib/IntegrationTestAttributeDetection.php 1 addition, 1 deletion...sts/Integration/Lib/IntegrationTestAttributeDetection.php
- apps/user_ldap/tests/Integration/Lib/IntegrationTestFetchUsersByLoginName.php 1 addition, 1 deletion.../Integration/Lib/IntegrationTestFetchUsersByLoginName.php
- apps/user_ldap/tests/Integration/Lib/IntegrationTestPaging.php 1 addition, 1 deletion...user_ldap/tests/Integration/Lib/IntegrationTestPaging.php
- apps/user_ldap/tests/Integration/Lib/IntegrationTestUserHome.php 1 addition, 1 deletion...er_ldap/tests/Integration/Lib/IntegrationTestUserHome.php
- apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserAvatar.php 1 addition, 1 deletion.../tests/Integration/Lib/User/IntegrationTestUserAvatar.php
- apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserCleanUp.php 8 additions, 6 deletions...tests/Integration/Lib/User/IntegrationTestUserCleanUp.php
- apps/user_ldap/tests/Integration/Lib/User/IntegrationTestUserDisplayName.php 1 addition, 1 deletion...s/Integration/Lib/User/IntegrationTestUserDisplayName.php
- apps/user_ldap/tests/User_LDAPTest.php 57 additions, 45 deletionsapps/user_ldap/tests/User_LDAPTest.php
Loading
Please register or sign in to comment