Commit Graph

119 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Thomas Müller 682821c71e Happy new year! 10 years ago
Arthur Schiwon 133e3fe89d remove uselessly used parameter, read all user attributes also when looking up users in groups 10 years ago
Lukas Reschke 8f09d5b67c Update license headers 11 years ago
Lukas Reschke 733542a264 Fix style 11 years ago
Frédéric Fortier f178f612d8 Revert "adjust to nested group fix 11 years ago
Arthur Schiwon 2fddb1367a fix primary group retrieval 11 years ago
Arthur Schiwon a876efda50 treat dn as any other attribute when building the search() return array 11 years ago
Arthur Schiwon dd2e887a8d adjust handling changed return array structure from search() and fetchList() 11 years ago
Morris Jobke b945d71384 update licence headers via script 11 years ago
Arthur Schiwon 845485cfe6 adjust to nested group fix 11 years ago
Frédéric Fortier a55f233e9f fix more review comments for #18042 / #17759 11 years ago
Frédéric Fortier e0469d0013 Take review comments into consideration for pr #18042 / issue #17759 11 years ago
Frédéric Fortier 7604bcb3cb Properly nest groups when using memberOf to detect group membership, fixes #17759 11 years ago
Nicolas Grekas 472d48f6e3 Do not use OC*::mb_*_replace(), they are useless 11 years ago
Arthur Schiwon bfdf39b9bd LDAP: when checking group for matching filter, also take base DN into consideration. Fixes #17516 11 years ago
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 12 years ago
Arthur Schiwon 5170dc3ae6 fix retrievel of group members and cache group members 12 years ago
Vincent Petry 59f9107dd9 Log warning when no uid was found for user 12 years ago
Vincent Petry f7fc0067e0 Revert "[WIP] fix retrieval of group members and cache group members" 12 years ago
Arthur Schiwon 3b3ad0bc4f fix changed variable name 12 years ago
Arthur Schiwon 4ed926b954 fix retrievel of group members and cache group members 12 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