aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/group.php
Commit message (Collapse)AuthorAgeFilesLines
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-3/+3
|
* Do not use uniqid in Group and User tests as it is not unique on windowsJoas Schilling2014-11-061-29/+29
|
* adjust license headers to new mail addressBernhard Posselt2014-05-111-2/+2
|
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-19/+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
* Test that dispayNamesInGroup(s) always returns uid as key in the result arrayArthur Schiwon2013-10-201-0/+18
|
* use new group api as backend for the old apiRobin Appelman2013-07-101-46/+62
|
* drop SimpleTest compatibilityThomas Mueller2013-01-241-28/+28
|
* added more unittests for the group fileBernhard Posselt2012-11-281-0/+68
|
* Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-13/+13
|
* Checkstyle: many fixesFelix Moeller2012-11-021-22/+22
|
* adding space between) and {Thomas Mueller2012-09-071-3/+3
|
* allow multiply group backendsRobin Appelman2012-04-131-0/+114