Commit Graph

73 Commits (4c9c73bef925d41d8bc9f39f4365c34d794ab86a)

Author SHA1 Message Date
Robin McCorkell b653ad164b Replace @returns with @return, in /lib 11 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 11 years ago
Arthur Schiwon 64679b2e62 Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 11 years ago
Arthur Schiwon 5f8d9b3a4e ask implementsAction instead of checking method_exists for easier testing 11 years ago
Arthur Schiwon 698297feb3 add optional countUsersInGroup method to group backends 11 years ago
Bart Visscher cb37a2716a Also clear cached UserGroup when a user is added/removed 11 years ago
Bart Visscher 00e27d5343 Clear the cached user groups when a group is deleted 11 years ago
Bart Visscher 6f4ecd32b3 Add more caching in the group manager 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Robin Appelman b35f679483 Fix test cases for group manager 11 years ago
Robin Appelman 0ba0596341 remove duplicate call to groupExists 11 years ago
Robin Appelman 8a86837eac remove unneeded ; in comment 11 years ago
Robin Appelman 3d29992378 user Group->users as assosiative array 11 years ago
Robin Appelman b126374780 cache the result from inGroup 11 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago