Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional node properties on OCItem #15

Closed
6 tasks
SamuAlfageme opened this issue May 16, 2018 · 1 comment
Closed
6 tasks

Additional node properties on OCItem #15

SamuAlfageme opened this issue May 16, 2018 · 1 comment

Comments

@SamuAlfageme
Copy link

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:

For Shares:

@felix-schwarz
Copy link
Collaborator

felix-schwarz commented Mar 13, 2019

Closing this issue:

  • oc:favorite

Supported in the master branch of the ios-sdk by now.

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.

For Shares:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants