Merge pull request #23700 from nextcloud/fix/noid/remnants-sharee-display
Use ShareManager to determine shares of unlocatable LDAP users and fix an issue in a condition
No related branches found
No related tags found
Showing
- apps/user_ldap/ajax/wizard.php 3 additions, 2 deletionsapps/user_ldap/ajax/wizard.php
- apps/user_ldap/lib/Access.php 3 additions, 7 deletionsapps/user_ldap/lib/Access.php
- apps/user_ldap/lib/Jobs/CleanUp.php 2 additions, 5 deletionsapps/user_ldap/lib/Jobs/CleanUp.php
- apps/user_ldap/lib/Jobs/Sync.php 3 additions, 16 deletionsapps/user_ldap/lib/Jobs/Sync.php
- apps/user_ldap/lib/LDAPProviderFactory.php 6 additions, 25 deletionsapps/user_ldap/lib/LDAPProviderFactory.php
- apps/user_ldap/lib/Proxy.php 5 additions, 3 deletionsapps/user_ldap/lib/Proxy.php
- apps/user_ldap/lib/User/DeletedUsersIndex.php 6 additions, 13 deletionsapps/user_ldap/lib/User/DeletedUsersIndex.php
- apps/user_ldap/lib/User/Manager.php 17 additions, 18 deletionsapps/user_ldap/lib/User/Manager.php
- apps/user_ldap/lib/User/OfflineUser.php 54 additions, 31 deletionsapps/user_ldap/lib/User/OfflineUser.php
- apps/user_ldap/tests/AccessTest.php 6 additions, 3 deletionsapps/user_ldap/tests/AccessTest.php
- apps/user_ldap/tests/Integration/AbstractIntegrationTest.php 3 additions, 2 deletionsapps/user_ldap/tests/Integration/AbstractIntegrationTest.php
- apps/user_ldap/tests/Jobs/CleanUpTest.php 1 addition, 1 deletionapps/user_ldap/tests/Jobs/CleanUpTest.php
- apps/user_ldap/tests/Jobs/SyncTest.php 1 addition, 2 deletionsapps/user_ldap/tests/Jobs/SyncTest.php
- apps/user_ldap/tests/User/DeletedUsersIndexTest.php 5 additions, 1 deletionapps/user_ldap/tests/User/DeletedUsersIndexTest.php
- apps/user_ldap/tests/User/ManagerTest.php 7 additions, 4 deletionsapps/user_ldap/tests/User/ManagerTest.php
- apps/user_ldap/tests/User/OfflineUserTest.php 89 additions, 0 deletionsapps/user_ldap/tests/User/OfflineUserTest.php
- apps/user_ldap/tests/User_LDAPTest.php 1 addition, 1 deletionapps/user_ldap/tests/User_LDAPTest.php
Loading
Please register or sign in to comment