nextcloud-server/apps/user_ldap/tests
Daniel Kesselberg 5e1cf1359d fix: remove caching in fetchListOfGroups
When using nested groups without a memberof overlay, then fetchListOfGroups is called from getGroupsByMember without applying the group filter.

In some setups, the "unfiltered" result is then written back to the group mapping table. That might cause random "An administrator removed you from group" activities.

I was unable to replicate it locally, but we got the feedback that the random activities stopped with the patch applied.

Ref: https://github.com/nextcloud/server/issues/42195

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-02-27 15:35:22 +07:00
..
Integration fix(user_ldap): Remove now unused class FilesystemHelper 2025-01-13 17:12:19 +07:00
Jobs refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Mapping chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
Migration refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Service chore: Apply rector configuration to apps folder 2024-09-20 17:51:00 +07:00
Settings chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
User fix(user_ldap): Remove now unused class FilesystemHelper 2025-01-13 17:12:19 +07:00
.htaccess chore: Add SPDX header 2024-05-30 15:49:33 +07:00
AccessTest.php fix: remove caching in fetchListOfGroups 2025-02-27 15:35:22 +07:00
ConfigurationTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ConnectionTest.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
GroupLDAPPluginTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Group_LDAPTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
HelperTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
LDAPGroupPluginDummy.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
LDAPProviderTest.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
LDAPTest.php chore: Apply rector configuration to apps folder 2024-09-20 17:51:00 +07:00
LDAPUserPluginDummy.php chore: Add SPDX header 2024-05-30 15:49:33 +07:00
UserLDAPPluginTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
User_LDAPTest.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
User_ProxyTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
WizardTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00