Commit Graph

41 Commits (a543807d85d4b5a8a72cbcb50820ba09250feefd)

Author SHA1 Message Date
Arthur Schiwon 0bb460c9b5 retrieve local users, groups and group members in a sorted way 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
Stephan Peijnik 4d74aa09bf Port of #9584 12 years ago
Thomas Müller 73e2bf7bf4 fixing PHPDoc 12 years ago
Arthur Schiwon ab2c7e06a4 remove dead code 12 years ago
Arthur Schiwon f3ecf819ec extend Dummy user and group implementation to pass tests 12 years ago
Arthur Schiwon 121d52860e return int, not string 12 years ago
Arthur Schiwon 01a012980a search term for users and groups may occur anywhere in the name or displayname, not just in the beginning 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
Arthur Schiwon 2d83c68f05 make search parameter optional, which is already the case in the medthod it is passed to 12 years ago
Arthur Schiwon a9e8d53c8f fix PHPDoc 12 years ago
Arthur Schiwon 122ebf28f7 typo 12 years ago
Arthur Schiwon f9f9550969 small fixes / cleanup 12 years ago
Arthur Schiwon 734dd7013e add MetaData class for groups 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Lukas Reschke 7e448a376f Fix PHPDoc and typos 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 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
Robin McCorkell b653ad164b Replace @returns with @return, 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 13 years ago
Arthur Schiwon 5f8d9b3a4e ask implementsAction instead of checking method_exists for easier testing 13 years ago
Arthur Schiwon 698297feb3 add optional countUsersInGroup method to group backends 13 years ago
Bart Visscher cb37a2716a Also clear cached UserGroup when a user is added/removed 13 years ago
Bart Visscher 00e27d5343 Clear the cached user groups when a group is deleted 13 years ago
Bart Visscher 6f4ecd32b3 Add more caching in the group manager 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Robin Appelman b35f679483 Fix test cases for group manager 13 years ago
Robin Appelman 0ba0596341 remove duplicate call to groupExists 13 years ago
Robin Appelman 8a86837eac remove unneeded ; in comment 13 years ago
Robin Appelman 3d29992378 user Group->users as assosiative array 13 years ago
Robin Appelman b126374780 cache the result from inGroup 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago