summaryrefslogtreecommitdiffstats
path: root/lib/private/ocs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesMorris Jobke2015-04-183-3/+3
* Update license headersJenkins for ownCloud2015-03-265-93/+109
* Revert "Updating license headers"Morris Jobke2015-02-265-105/+99
* Updating license headersJenkins for ownCloud2015-02-235-99/+105
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
* Fix unexisting class and PHPDocLukas Reschke2014-09-151-16/+8
* 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
|\
| * Only accept success as 100 like the OCS spec doestomneedham2014-04-021-1/+1
* | Removed two unused functionsLukas Reschke2014-04-041-27/+0
|/
* 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 d...Thomas Müller2013-10-311-6/+6
* fix the privatedata key value storeFrank Karlitschek2013-10-301-11/+55
* New OCS route:Thomas Müller2013-10-211-2/+11
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-305-0/+349