Commit Graph

81 Commits (16ce23d19df352cd2653387bf00a0e210016d2f2)

Author SHA1 Message Date
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 13 years ago
Arthur Schiwon 142fc5f3af fix return value when a search string was passed to return integer instead of array 13 years ago
Arthur Schiwon 96cb75f5cf implement countUsersInGroup in LDAP group backend 13 years ago
Alexander Bergolth c76d952dac make getGroupsChunk() protected instead of private 13 years ago
Alexander Bergolth 7f8b04d3e0 adapt coding style 13 years ago
root 84550fbfb4 fix another oversight... sigh.. 13 years ago
root 4645d0a93a getGroups(): fix overall max search limit for paged searches 13 years ago
root eb1e361824 getGroups() $limit was not handled correctly 13 years ago
root 039f7b054a merge functionality of getAllGroups into getGroups 13 years ago
root a135f1ebbb add getAllGroups() that uses a paged search if available 13 years ago
root 300b1131b4 replace spaces with tabs 13 years ago
root d10f6e94dc fix coding style to blizzz happy.. ;-) 13 years ago
root 2b127a6ac5 fix indentation 13 years ago
root a18cff4479 remove debug output 13 years ago
root 86809be638 combineFilterWithAnd recently moved to Access 13 years ago
root 48e426b589 add support for nested groups 13 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 13 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 13 years ago
kondou b8fe7025da Use !== and === in user_ldap app – Part 1 14 years ago
Arthur Schiwon d44b649d2a Typo, fixes #2690 14 years ago
Arthur Schiwon 8b3dd87846 LDAP: fix wrong return value 14 years ago
Arthur Schiwon 18fccf6612 LDAP: check first whether group exists in this backend before doing other operations 14 years ago
Arthur Schiwon 72c293e834 LDAP: implementation of displayNamesInGroup 14 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 14 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Arthur Schiwon 58828d205f LDAP: usersInGroup now also does LDAP serverside search. 14 years ago
Arthur Schiwon 1b2279c935 LDAP: getGroups to use paged searches 14 years ago
Arthur Schiwon 246221a677 LDAP: fix again proper check if groups are enabled 14 years ago
Arthur Schiwon c443993fc2 LDAP: properly check if Groups-feature is enabled 14 years ago
Arthur Schiwon b879cd709e LDAP: fix cache save and check, fixes oc-2118 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Arthur Schiwon 33e9399ba3 LDAP: fix sharing doesn't work with ldap groups, oc-1819 14 years ago
Arthur Schiwon 3fa4b34a69 LDAP: comparison, not assignment. Thanks to Manuel Delgado 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Arthur Schiwon 741a21292e LDAP: fix potential infinite loop introduced with 4c4aa92eef, as side effect optimize groupExists-method. 14 years ago
Arthur Schiwon 2b8a2e16ed LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts off the last item. 14 years ago
Arthur Schiwon 62e4f55f72 LDAP: adjust usersInGroup to updated interface 14 years ago
Arthur Schiwon 3c1380b093 LDAP: adjust getGroups to updated interface 14 years ago
Arthur Schiwon 6c92a85d49 LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced. 14 years ago
Arthur Schiwon 4a2295b75b code style 14 years ago
Arthur Schiwon c8404a7bfa code style 14 years ago