nextcloud/lib/private/user
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 Infowarning about 32bit 2014-01-08 19:41:10 +01:00
database.php Merge pull request #7617 from nishiki/cache_user 2014-04-23 12:32:30 +02:00
dummy.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01: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
http.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
interface.php polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
manager.php Group Database backend must not gather user details itself but ask user 2014-04-28 13:49:56 +02:00
session.php Remove `session_id_regenerate` from here 2014-02-21 08:12:45 +01:00
user.php Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll 2013-12-18 13:03:19 +01:00