aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/ocs/privatedata.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-0/+66
Conflicts: lib/private/vcategories.php