summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-7/+7
* Fix whitespace issuesRobin McCorkell2014-05-161-2/+2
* Remove spaces around | operator in doc block.Andreas Fischer2014-05-161-1/+1
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-2/+2
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-11/+11
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-23/+1
* Fix PHPdoc in user_ldapBart Visscher2014-04-151-0/+11
* fix return value when a search string was passed to return integer instead of...Arthur Schiwon2014-04-081-1/+2
* implement countUsersInGroup in LDAP group backendArthur Schiwon2014-04-081-1/+81
* make getGroupsChunk() protected instead of privateAlexander Bergolth2014-03-131-1/+1
* adapt coding styleAlexander Bergolth2014-03-131-15/+15
* fix another oversight... sigh..root2014-03-051-1/+1
* getGroups(): fix overall max search limit for paged searchesroot2014-03-041-3/+3
* getGroups() $limit was not handled correctlyroot2014-03-041-2/+7
* merge functionality of getAllGroups into getGroupsroot2014-03-041-15/+18
* add getAllGroups() that uses a paged search if availableroot2014-03-041-0/+34
* replace spaces with tabsroot2014-02-211-5/+5
* fix coding style to blizzz happy.. ;-)root2014-02-121-8/+10
* fix indentationroot2013-12-111-42/+42
* remove debug outputroot2013-12-101-3/+0
* combineFilterWithAnd recently moved to Accessroot2013-12-081-3/+3
* add support for nested groupsroot2013-12-061-10/+69
* LDAP: coding styleArthur Schiwon2013-09-271-6/+12
* LDAP: make Access be a dependency to the user and group backend instead of in...Arthur Schiwon2013-09-271-63/+66
* Use !== and === in user_ldap app – Part 1kondou2013-04-201-6/+6
* Typo, fixes #2690Arthur Schiwon2013-04-031-1/+1
* LDAP: fix wrong return valueArthur Schiwon2013-03-251-2/+2
* LDAP: check first whether group exists in this backend before doing other ope...Arthur Schiwon2013-03-191-0/+9
* LDAP: implementation of displayNamesInGroupArthur Schiwon2013-03-051-3/+14
* Style cleanup user_ldapBart Visscher2013-02-141-6/+12
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-311-6/+4
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* LDAP: usersInGroup now also does LDAP serverside search.Arthur Schiwon2012-10-271-30/+41
* LDAP: getGroups to use paged searchesArthur Schiwon2012-10-271-12/+20
* LDAP: fix again proper check if groups are enabledArthur Schiwon2012-10-271-1/+3
* LDAP: properly check if Groups-feature is enabledArthur Schiwon2012-10-241-3/+2
* LDAP: fix cache save and check, fixes oc-2118Arthur Schiwon2012-10-221-4/+5
* LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-011-1/+1
* LDAP: comparison, not assignment. Thanks to Manuel DelgadoArthur Schiwon2012-09-271-2/+2
* adding space between) and {Thomas Mueller2012-09-071-1/+1
* LDAP: fix potential infinite loop introduced with 4c4aa92eef858a2a96bb5676304...Arthur Schiwon2012-08-291-1/+20
* LDAP: don't pass -1 as length to array slice, when no limit is given. It cuts...Arthur Schiwon2012-08-221-0/+9
* LDAP: adjust usersInGroup to updated interfaceArthur Schiwon2012-08-141-3/+12
* LDAP: adjust getGroups to updated interfaceArthur Schiwon2012-08-141-6/+15
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou...Arthur Schiwon2012-07-261-24/+29
* code styleArthur Schiwon2012-07-251-1/+1
* code styleArthur Schiwon2012-07-251-1/+0
* code styleArthur Schiwon2012-07-251-2/+3
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and Connec...Arthur Schiwon2012-07-251-39/+36
* LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14