-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Provide additional oc:filter options for clients #31572
Comments
GitMate.io thinks the contributor most likely able to help you is @PVince81. Possibly related issues are #31362 (Server-side Encryption HELP), #15033 (Preventing some directories from being synced, server side), #25112 (webdav endpoints), #8863 (Filter "Shared by link" view on the server side), and #12195 (server not found). |
files/api/v1/showhidden is likely only there to store the user's preference, it doesn't return any results |
files_sharing aren't filters either because the nodes contained inside are more than just file nodes: they are share nodes with more information. Putting this on Webdav level would require to convert the OCS Share endpoints to Webdav. |
Indeed; maybe I should rename the issue to express a different idea.
That's exactly what I meant in OP with "coupling concerns". |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
The iOS team is in the verge of implementing a file filtering feature on their new app: owncloud/ios-app#50 (comment) - while it has a "local filter" component on the client; there are some scenarios where the server filter is in place and desirable to be used. For @pablocarmu to use as a guide of what sort of filtering is available nowadays:
<oc:filters>
)files_sharing
APIs: (shares
/remote_shares
) +shared_with_me=
query param/files/api/v1/showhidden
endpointI guess "hidden files" filter could be easily implemented also server side (i.e. sending a filtered
REPORT
that returns the file list removing those). Not that sure if in the long term it makes sense to unify also thosefiles_sharing
APIs with the rest though (coupling concerns).cc/ @DeepDiver1975 @PVince81
The text was updated successfully, but these errors were encountered: