aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/iusermanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-152/+0
|
* Fixing local event delivery for calendar events based on the email addressThomas Müller2016-05-021-0/+7
|
* Prevent null to be passed into the closure of callForAllUsersThomas Müller2016-04-051-3/+3
|
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Proposal: add enumeration function to IUserManager which simply calls a ↵Thomas Müller2015-12-021-0/+7
| | | | callbask for each user in all backends
* Fix missing @since tags in OCPMorris Jobke2015-06-191-0/+1
|
* Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-201-1/+1
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+11
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-5/+19
|
* Can also be nullLukas Reschke2015-03-131-1/+1
| | | | If the user does not exist this returns null and can lead to nasty bugs since the IDE is not indicating this...
* 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