summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_ldap.php
Commit message (Expand)AuthorAgeFilesLines
* add primary group users to resultset before cachingArthur Schiwon2015-05-191-1/+2
* Fixes returns of group memberships and counting if all members have the speci...Arthur Schiwon2015-05-191-9/+7
* move away from deprecated constsArthur Schiwon2015-04-201-1/+1
* Update license headersJenkins for ownCloud2015-03-261-13/+19
* offset needs to be considered in computed limitArthur Schiwon2015-03-231-1/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-19/+14
* Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-241-22/+65
|\
| * and escape the search termArthur Schiwon2015-01-291-0/+3
| * :lipstick:Arthur Schiwon2015-01-281-4/+4
| * fix counting of users in primary groupArthur Schiwon2015-01-281-23/+63
* | Updating license headersJenkins for ownCloud2015-02-231-14/+19
|/
* make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-7/+29
* fix retrievel of group members and cache group membersArthur Schiwon2014-10-171-2/+25
* Log warning when no uid was found for userVincent Petry2014-10-091-0/+4
* Revert "[WIP] fix retrieval of group members and cache group members"Vincent Petry2014-10-091-25/+2
* fix changed variable nameArthur Schiwon2014-10-011-1/+1
* fix retrievel of group members and cache group membersArthur Schiwon2014-09-181-2/+25
* support for AD primary groupsArthur Schiwon2014-07-081-37/+198
* also adapt result check from readAttributeArthur Schiwon2014-06-271-2/+1
* specify no attribute for group exists check, as done with usersArthur Schiwon2014-06-271-1/+1
* 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