Andreas Fischer
|
d6ddb12c20
|
Get rid of the SELECT query. Try UPDATE, on failure INSERT.
|
2013-10-31 16:04:18 +01:00 |
Thomas Müller
|
aae6e76926
|
fixing undefined index in delete()
|
2013-10-31 10:24:28 +01:00 |
Thomas Müller
|
64d0b0d184
|
PHPDoc comment updated - checkLoggedIn() removed
|
2013-10-31 10:21:17 +01:00 |
Thomas Müller
|
0cec17ba87
|
no need to check if the user is logged in
|
2013-10-31 10:14:06 +01:00 |
Thomas Müller
|
47da2ef8db
|
fixing php notice: Undefined index key
|
2013-10-31 10:02:18 +01:00 |
Thomas Müller
|
b2929de0a7
|
no need to check if the user is logged in - this is already done in the ocs dispatcher itself
adding @return
|
2013-10-31 09:58:18 +01:00 |
Frank Karlitschek
|
330d026be7
|
fix the privatedata key value store
|
2013-10-30 19:36:29 +01:00 |
Thomas Müller
|
66a2f3b0b9
|
New OCS route:
/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>
|
2013-10-21 20:14:18 +02:00 |
Thomas Müller
|
9c9dc276b7
|
move the private namespace OC into lib/private - OCP will stay in lib/public
Conflicts:
lib/private/vcategories.php
|
2013-09-30 16:36:59 +02:00 |