Commit Graph

101 Commits (de4e4cb6ea9decd756a2c813c8a224df4c92dbd8)

Author SHA1 Message Date
Arthur Schiwon 8625a8cf23 ensure groups match filter when using memberOf to read users group, refs #17119 11 years ago
Arthur Schiwon 090478a95e if possible, getUserGroups should get memberships using memberOf virtual attribute 11 years ago
Arthur Schiwon 76dfc87227 add primary group users to resultset before caching 11 years ago
Arthur Schiwon 6b218039ba Fixes returns of group memberships and counting if all members have the specific groups as primary set. 11 years ago
Arthur Schiwon 460a78436f move away from deprecated consts 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Arthur Schiwon 7520d0fb3d offset needs to be considered in computed limit 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Arthur Schiwon 73600cfdd8 and escape the search term 11 years ago
Arthur Schiwon 953a88785b 💄 11 years ago
Arthur Schiwon 31de757514 fix counting of users in primary group 11 years ago
Arthur Schiwon 4e8c7570d4 make performance less bad. Still far from good, but at least it works 11 years ago
Arthur Schiwon 5170dc3ae6 fix retrievel of group members and cache group members 11 years ago
Vincent Petry 59f9107dd9 Log warning when no uid was found for user 11 years ago
Vincent Petry f7fc0067e0 Revert "[WIP] fix retrieval of group members and cache group members" 11 years ago
Arthur Schiwon 3b3ad0bc4f fix changed variable name 11 years ago
Arthur Schiwon 4ed926b954 fix retrievel of group members and cache group members 11 years ago
Arthur Schiwon da490bdbbe support for AD primary groups 12 years ago
Arthur Schiwon fe0b75ccab also adapt result check from readAttribute 12 years ago
Arthur Schiwon df7678f01e specify no attribute for group exists check, as done with users 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 12 years ago
Andreas Fischer e04d956cac Remove spaces around | operator in doc block. 12 years ago
Robin McCorkell a17f9111a0 PHPDoc fixes for user_ldap 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user 12 years ago
Bart Visscher bad41c05b8 Fix PHPdoc in user_ldap 12 years ago
Arthur Schiwon 142fc5f3af fix return value when a search string was passed to return integer instead of array 12 years ago
Arthur Schiwon 96cb75f5cf implement countUsersInGroup in LDAP group backend 12 years ago
Alexander Bergolth c76d952dac make getGroupsChunk() protected instead of private 12 years ago
Alexander Bergolth 7f8b04d3e0 adapt coding style 12 years ago
root 84550fbfb4 fix another oversight... sigh.. 12 years ago
root 4645d0a93a getGroups(): fix overall max search limit for paged searches 12 years ago
root eb1e361824 getGroups() $limit was not handled correctly 12 years ago
root 039f7b054a merge functionality of getAllGroups into getGroups 12 years ago
root a135f1ebbb add getAllGroups() that uses a paged search if available 12 years ago
root 300b1131b4 replace spaces with tabs 12 years ago
root d10f6e94dc fix coding style to blizzz happy.. ;-) 12 years ago
root 2b127a6ac5 fix indentation 12 years ago
root a18cff4479 remove debug output 12 years ago
root 86809be638 combineFilterWithAnd recently moved to Access 12 years ago
root 48e426b589 add support for nested groups 12 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 12 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 12 years ago
kondou b8fe7025da Use !== and === in user_ldap app – Part 1 13 years ago
Arthur Schiwon d44b649d2a Typo, fixes #2690 13 years ago
Arthur Schiwon 8b3dd87846 LDAP: fix wrong return value 13 years ago
Arthur Schiwon 18fccf6612 LDAP: check first whether group exists in this backend before doing other operations 13 years ago
Arthur Schiwon 72c293e834 LDAP: implementation of displayNamesInGroup 13 years ago