nextcloud/lib/private/Group
Hugo Renard e389e63974 fix: always add user to group cache
When there is no user in a group, and we add one, it's not added to the group cache. So consecutive call of addUser() and getUsers() is inconsistent.
Furthermore, the user cache is never null, so this check is unesserary.

Signed-off-by: Hugo Renard <hugo.renard@protonmail.com>
2024-03-26 11:07:37 +01:00
..
Backend.php Clear up return types 2023-04-27 12:00:45 +02:00
Database.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
DisplayNameCache.php chore: Fix missing template parameter for IEventListener 2024-01-30 10:57:15 +01:00
Group.php fix: always add user to group cache 2024-03-26 11:07:37 +01:00
Manager.php fix(admin role): fix old and wrong way to determine whether user is admin 2024-02-19 18:57:22 +01:00
MetaData.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00