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
Mapping chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
Migration
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
AccessTest.php fix: remove caching in fetchListOfGroups 2025-02-27 15:35:22 +07:00
ConfigurationTest.php
ConnectionTest.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
GroupLDAPPluginTest.php
Group_LDAPTest.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
HelperTest.php
LDAPGroupPluginDummy.php
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
UserLDAPPluginTest.php
User_LDAPTest.php chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
User_ProxyTest.php
WizardTest.php