server/apps/dav/lib
Roeland Jago Douma 5486a2b149 For possible future usage allow multiple checksums
Instead of returning

<oc:checksum>TYPE:CHECKSUM</oc:checksum>

Return

<oc:checksums>
  <oc:checksum>TYPE:CHECKSUM</oc:checksum>
</oc:checksums>

This will allow us to expand in the future to multiple checksums.
Without doing just string concatenation.

And even for a single checksum it is now correct.
2016-02-08 11:55:07 +01:00
..
caldav Remove entries in dav_shares on deletion of a calendar 2016-02-03 20:18:56 +01:00
carddav Remove entries in dav_shares on deletion of a calendar 2016-02-03 20:18:56 +01:00
comments Mark own comments as read after posting 2016-02-05 16:30:37 +01:00
connector For possible future usage allow multiple checksums 2016-02-08 11:55:07 +01:00
dav Remove entries in dav_shares on deletion of a calendar 2016-02-03 20:18:56 +01:00
files remove duplicated array value 2016-01-21 13:59:36 +01:00
migration Fix sql to get shared addressbooks including unit tests 2016-01-27 12:10:06 +01:00
systemtag Make sure user has access to file for system tag operations 2016-02-01 18:23:40 +01:00
hookmanager.php React on OC_User::changeUser hook and update the user's vcard 2016-01-20 14:57:20 +01:00
rootcollection.php Add calendar sharing 2016-02-03 17:18:22 +01:00
server.php Fix server ctor including unit test - this shall never happen again 2016-01-27 09:43:44 +01:00