Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dummy backend to Tests namespace | Lukas Reschke | 2015-09-22 | 1 | -3/+3 |
| | |||||
* | Do not use uniqid in Group and User tests as it is not unique on windows | Joas Schilling | 2014-11-06 | 1 | -29/+29 |
| | |||||
* | adjust license headers to new mail address | Bernhard Posselt | 2014-05-11 | 1 | -2/+2 |
| | |||||
* | Group Database backend must not gather user details itself but ask user | Arthur Schiwon | 2014-04-28 | 1 | -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 array | Arthur Schiwon | 2013-10-20 | 1 | -0/+18 |
| | |||||
* | use new group api as backend for the old api | Robin Appelman | 2013-07-10 | 1 | -46/+62 |
| | |||||
* | drop SimpleTest compatibility | Thomas Mueller | 2013-01-24 | 1 | -28/+28 |
| | |||||
* | added more unittests for the group file | Bernhard Posselt | 2012-11-28 | 1 | -0/+68 |
| | |||||
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -13/+13 |
| | |||||
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -22/+22 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | allow multiply group backends | Robin Appelman | 2012-04-13 | 1 | -0/+114 |