You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at how OCXMLParserNode works (to evaluate the effort to integrate favorites) and noticed a couple of interesting DAV node properties missing from OCItem's model:
This does not seem relevant to the iOS client at this time.
oc:checksums
Will be used in the future to verify downloads for which this information is not provided immediately, so only files whose checksums match after completing the download are actually accepted.
As far as I can see, the same information is provided by the Share API and is therefore also available through the OCShare objects provided by the SDK.
oc:owner-id
oc:owner-display-name
Added oc:owner-id in the develop branch yesterday and, combined with the previous oc:owner-display-name property, made it available as a proper OCUser instance as OCItem.owner.
I was looking at how
OCXMLParserNode
works (to evaluate the effort to integrate favorites) and noticed a couple of interesting DAV node properties missing fromOCItem
's model:oc:favorite
oc:privatelink
-> see Return privatelink via DAV core#29021oc:checksums
For Shares:
share-permissions
- coming fromlib/public/constants.php
(e.g. "can edit"...)oc:owner-id
oc:owner-display-name
The text was updated successfully, but these errors were encountered: