summaryrefslogtreecommitdiffstats
path: root/lib/private/ocs
Commit message (Collapse)AuthorAgeFilesLines
* lib/private/ocs to PSR-4 (#24558)Roeland Douma2016-05-127-487/+0
| | | | | | | | | | | | | * Move OC_OCS_XX to legacy * Move \OC\OCS to PSR-4 * OC_OCS_xx to \OC\OCS\xx * Moved OC_OCS_xx to proper namespace * OC_OCS_xx is still there for legacy reasons as a wrapper * No calls to OC_OCS_xx in \OC\OCS\
* Happy new year!Thomas Müller2016-01-127-8/+9
|
* 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
|
* Add a new core capability which tells the clients which url to useThomas Müller2015-11-031-1/+2
|
* Update license headersLukas Reschke2015-10-262-4/+2
|
* Merge pull request #18184 from owncloud/ocs-merge-headersThomas Müller2015-10-211-1/+3
|\ | | | | Merge headers of ocs results
| * fix PHPDocThomas Müller2015-09-211-0/+1
| |
| * Merge headers of ocs resultsThomas Müller2015-09-211-1/+2
| |
* | 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.
* | update licence headers via scriptMorris Jobke2015-10-052-0/+2
|/
* Cleanup OCS codeLukas Reschke2015-08-141-1/+1
| | | | This removes unused code from `OC_OCS` which nobody understood what it really was for anyways.
* With V2 we should ensure that the status codes are kept in syncThomas Müller2015-08-131-1/+1
|
* Move core capabilities to new classRoeland Jago Douma2015-08-102-8/+57
|
* 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
* Adding header support to class OC_OCS_ResultThomas Müller2015-08-071-1/+44
|
* Fix authorsThomas Müller2015-08-031-7/+1
|
* Reduce duplicate codeThomas Müller2015-08-031-0/+40
|
* Remove unused variablesMorris Jobke2015-04-183-3/+3
| | | | | * should make scrutinizer a lot more happy * reduces maybe memory footprint
* Update license headersJenkins for ownCloud2015-03-265-93/+109
|
* Revert "Updating license headers"Morris Jobke2015-02-265-105/+99
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-235-99/+105
|
* 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 unexisting class and PHPDocLukas Reschke2014-09-151-16/+8
| | | | You can't add int here as hint...
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-132-5/+5
|
* Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry2014-04-101-1/+1
|\ | | | | OC_OCS_Result Class, Only accept 100 code as success
| * Only accept success as 100 like the OCS spec doestomneedham2014-04-021-1/+1
| |
* | 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
|
* getData() always needs to return an arrayBjoern Schiessle2014-02-071-6/+12
|
* Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2013-10-311-8/+4
|
* fixing undefined index in delete()Thomas Müller2013-10-311-5/+7
|
* PHPDoc comment updated - checkLoggedIn() removedThomas Müller2013-10-311-9/+10
|
* no need to check if the user is logged inThomas Müller2013-10-311-1/+0
|
* fixing php notice: Undefined index keyThomas Müller2013-10-311-1/+1
|
* no need to check if the user is logged in - this is already done in the ocs ↵Thomas Müller2013-10-311-6/+6
| | | | | | dispatcher itself adding @return
* fix the privatedata key value storeFrank Karlitschek2013-10-301-11/+55
|
* 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-305-0/+349
Conflicts: lib/private/vcategories.php