summaryrefslogtreecommitdiffstats
path: root/lib/private/ocs/cloud.php
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-1/+1
|
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-4/+4
|
* Update license headersLukas Reschke2015-10-261-3/+1
|
* Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-46/+0
| | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API.
* Move core capabilities to new classRoeland Jago Douma2015-08-101-8/+1
|
* Added Capabilities ManagerRoeland Jago Douma2015-08-101-2/+6
| | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance
* Remove unused variablesMorris Jobke2015-04-181-1/+1
| | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint
* Update license headersJenkins for ownCloud2015-03-261-21/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+22
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-22/+22
|
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
|
* Removed two unused functionsLukas Reschke2014-04-041-27/+0
| | | These two functions were actually not usable and only a todo since ages. I think it's better to remove it than having dead and unmaintained code.
* Return 101 if user doesnt existtomneedham2014-02-181-2/+6
|
* Add displayname for adminstomneedham2014-02-181-2/+10
|
* New OCS route:Thomas Müller2013-10-211-2/+11
| | | | | | | | | | | | | | | | | | /ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs>
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+108
Conflicts: lib/private/vcategories.php