nextcloud/lib/private/group
Arthur Schiwon 45e42c25de Group Database backend must not gather user details itself but ask user
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
2014-04-28 13:49:56 +02:00
..
backend.php Group Database backend must not gather user details itself but ask user 2014-04-28 13:49:56 +02:00
database.php Group Database backend must not gather user details itself but ask user 2014-04-28 13:49:56 +02:00
dummy.php add optional countUsersInGroup method to group backends 2014-04-08 12:04:38 +02:00
example.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
group.php Group Database backend must not gather user details itself but ask user 2014-04-28 13:49:56 +02:00
interface.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
manager.php Group Database backend must not gather user details itself but ask user 2014-04-28 13:49:56 +02:00