summaryrefslogtreecommitdiffstats
path: root/lib/public/iusermanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-18/+6
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-6/+18
|
* Use public interfaceLukas Reschke2014-12-111-1/+1
|
* Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-0/+6
| | | | | | | | 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
* Add public interfaces for User, UserManager and UserSessionRobin Appelman2014-07-141-0/+105