summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/group_proxy.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Update license headersJenkins for ownCloud2015-03-261-13/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-14/+14
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-14/+14
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-9/+9
| | | | * test case added to avoid adding them later
* Fix whitespace issuesRobin McCorkell2014-05-161-7/+7
|
* PHPDoc fixes for user_ldapRobin McCorkell2014-05-161-6/+6
|
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-18/+18
|
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backends. This is a port to master from PR #7745 remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backends Conflicts: lib/private/group/backend.php LDAP: getDisplayNamesInGroup is not an option for group backends anymore Conflicts: apps/user_ldap/group_ldap.php apps/user_ldap/group_proxy.php clean up group backends Conflicts: lib/private/group/database.php remove now unnecessary test implement getDisplayNames in group manager adjust user manager tests test for group manager's displayNamesInGroup trim must not be used in empty in PHP < 5.5 keep the constant to not provoke PHP warnings Conflicts: lib/private/group/backend.php
* implement countUsersInGroup in LDAP group backendArthur Schiwon2014-04-081-0/+11
|
* LDAP: proxy: configurable return to determine when to try the next LDAP ↵Arthur Schiwon2013-11-251-2/+3
| | | | server and when to return (multi server setup)
* LDAP: coding styleArthur Schiwon2013-09-271-1/+2
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-5/+5
| | | | inheriting it.
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* LDAP: reset user/group-config association only after exists-check, may ↵Arthur Schiwon2013-04-231-2/+9
| | | | performance in some cases
* whitespaceArthur Schiwon2013-03-051-1/+1
|
* LDAP: implementation of displayNamesInGroupArthur Schiwon2013-03-051-0/+16
|
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+178