summaryrefslogtreecommitdiffstats
path: root/tests/lib/user/manager.php
Commit message (Collapse)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-474/+0
| | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader
* Add \OC\User\BackendRoeland Jago Douma2016-05-101-2/+2
| | | | | Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach.
* Adding more test suites to group DBThomas Müller2015-11-301-2/+23
|
* Move dummy backend to Tests namespaceLukas Reschke2015-09-221-46/+46
|
* introduce names for user backends - IUserBackendMorris Jobke2014-12-191-0/+10
| | | | * LDAP with multiple servers also proved backendName
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+11
| | | | | | | | This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711
* Make remaining files extend the test baseJoas Schilling2014-11-191-1/+1
|
* Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵Robin Appelman2014-11-051-1/+12
| | | | cache cleanup instead
* Group Database backend must not gather user details itself but ask userArthur Schiwon2014-04-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* adjust tests accordinglyArthur Schiwon2014-04-151-1/+1
|
* add tests for user countingArthur Schiwon2014-01-081-0/+72
|
* Adjust Tests and satisfy themArthur Schiwon2013-09-241-0/+45
|
* New user management classesRobin Appelman2013-05-291-0/+304