summaryrefslogtreecommitdiffstats
path: root/lib/ocs/privatedata.php
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2014-02-181-8/+4
* fixing undefined index in delete()Thomas Müller2014-02-181-5/+7
* PHPDoc comment updated - checkLoggedIn() removedThomas Müller2014-02-181-9/+10
* no need to check if the user is logged inThomas Müller2014-02-181-1/+0
* fixing php notice: Undefined index keyThomas Müller2014-02-181-1/+1
* no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller2014-02-181-6/+6
* fix the privatedata key value storeFrank Karlitschek2014-02-181-11/+55
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* Whitespace cleanupBart Visscher2013-01-161-2/+2
* Merge branch 'master' into ocs_apiTom Needham2012-12-311-6/+28
* API: Remove old code. Move remaining methods to OC_OCS_Result.Tom Needham2012-12-121-3/+3
* API: OCS methods now use OC_OCS_Result to return dataTom Needham2012-12-121-4/+4
* Fixup OCS modulesBart Visscher2012-07-311-9/+13
* Fix OC_OCS_Privatedata::privateDataGetBart Visscher2012-07-301-2/+5
* Move OCS methods to lib/ocs/.phpTom Needham2012-07-301-0/+37