aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/group
Commit message (Collapse)AuthorAgeFilesLines
...
* | Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-284-51/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Remove limit and offset manipulation when getting users or groups, because ↵Arthur Schiwon2014-04-152-18/+0
| | | | | | | | it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint
* | ask implementsAction instead of checking method_exists for easier testingArthur Schiwon2014-04-081-1/+1
| |
* | add optional countUsersInGroup method to group backendsArthur Schiwon2014-04-084-0/+47
|/
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
| | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Fix test cases for group managerRobin Appelman2014-02-141-2/+2
|
* remove duplicate call to groupExistsRobin Appelman2014-02-141-6/+4
|
* remove unneeded ; in commentRobin Appelman2013-12-121-1/+1
|
* user Group->users as assosiative arrayRobin Appelman2013-12-111-5/+3
|
* cache the result from inGroupRobin Appelman2013-12-111-7/+20
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-307-0/+1165
Conflicts: lib/private/vcategories.php