-
Notifications
You must be signed in to change notification settings - Fork 113
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
feat(propfind): add audio and location props #4389
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
e1f621a
to
103835b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍 But let's go with all lower prop names, most of the existing follow that convention.
|
Yes. But I think |
Updated |
54a65a9
to
22b5f8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool 🦅
Return
oc:audio
andoc:location
props for allprops requests or when explicitly requested.These are analogue to
audio
andlocation
facets defined in LibreGraph API.Camelcase seems off, should we lowercase or dasherize the prop names? For eg albumArtist
Audio data is already indexed in oCIS master, location data depends on owncloud/ocis#7886