summaryrefslogtreecommitdiffstats
path: root/lib/user/interface.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-80/+0
| | | | | Conflicts: lib/private/vcategories.php
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* introduce new virtual method hasUserListings() to determine if a user ↵Thomas Mueller2013-02-111-1/+6
| | | | backend can list it's users.
* Adjust user interface to additions around displayName HandlingArthur Schiwon2013-01-291-0/+15
|
* use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-011-1/+1
|
* OC_User: getHome is an optional method, taking it out of the InterfaceArthur Schiwon2012-08-271-7/+0
|
* implement getHome in OC_UserGeorg Ehrke2012-08-261-0/+7
|
* Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
|
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
|
* remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
|
* define an interface for the User BackendArthur Schiwon2012-07-251-0/+69