Commit Graph

38 Commits (8eda6617618e0a1f650afc4e6766e799b4e62b82)

Author SHA1 Message Date
Bernhard Posselt 6779bf113d add isAdmin and isInGroup methods for the group manager 11 years ago
Joas Schilling 24511c6f00 Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class 11 years ago
Arthur Schiwon 4e8c7570d4 make performance less bad. Still far from good, but at least it works 11 years ago
Arthur Schiwon a7a532f58a with several backends, more than limit can be returned 11 years ago
voxsim 7a14f94ae5 1. remove sizeof($filteredUsers) > 0 as condition 11 years ago
voxsim 1366133d2b add more logic in displayNamesInGroup for big user bases 11 years ago
voxsim a49610e18a change logic in displayNamesInGroup and add some unit tests 12 years ago
Joas Schilling f80baf03d4 Fix getting group '0' from database backend 12 years ago
Robin Appelman 94fa21d146 Add group management to the public api 12 years ago
voxsim 5d30ed9ad1 fix in displayNamesInGroup: when specified limit N, we did complex search only in the first N users 12 years ago
macjohnny 11ccb57fc7 modified caching mechanism in getUserGroupIds 12 years ago
macjohnny 24e397afd2 clean up function getUserGroupIds 12 years ago
macjohnny 405e89f45a Update manager.php 12 years ago
macjohnny 6a3d6d3e4b Update manager.php 12 years ago
macjohnny 14fcd68172 Update manager.php 12 years ago
macjohnny c954168973 Update manager.php 12 years ago
macjohnny 18c7c94b7a Update manager.php 12 years ago
macjohnny 356e4b6665 Update manager.php 12 years ago
macjohnny 767aa4e35f drastic speedup for nested ldap groups 12 years ago
Morris Jobke ab7cff6dfd Revert "Merge pull request #8998 from macjohnny/master" 12 years ago
macjohnny e8e2e47e68 Update manager.php 12 years ago
macjohnny ede2aa236e Update manager.php 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 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 12 years ago
Bart Visscher cb37a2716a Also clear cached UserGroup when a user is added/removed 12 years ago
Bart Visscher 00e27d5343 Clear the cached user groups when a group is deleted 12 years ago
Bart Visscher 6f4ecd32b3 Add more caching in the group manager 12 years ago
Robin Appelman b35f679483 Fix test cases for group manager 12 years ago
Robin Appelman 0ba0596341 remove duplicate call to groupExists 12 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 12 years ago
Robin Appelman e3ea3ed3c5 group: only pass backends that hold that specific group to the group constructor 13 years ago
Robin Appelman 065bc96b02 more consistent naming 13 years ago
Robin Appelman db14775536 consistent naming 13 years ago
Robin Appelman cc2818ba13 more consitency in hook names 13 years ago
Robin Appelman c2bff656ff cant use private members from closure in php <5.4 13 years ago
Robin Appelman a735105a22 update group management 13 years ago