-
Notifications
You must be signed in to change notification settings - Fork 189
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
[reva] favorites #15
Comments
This is more related to file properties, tagging and search. We cannot simply extend ListContainerRequest with a filter. That does not make sense. |
storing a list of userids an an extended attribute eg. the latter might make sense for the |
@butonic for the owncloud fs you could also use soft hardlinks if you the files_favourites approach. On the other hand, to avoid locking on the xattrs you can namespace them.
This way you have atomic operations on the xattrs, and as you know the user getting the file, you can query by The downsize is that the number of xattrs will not be capped. |
for now we set them them as not set in the ocdav api with cs3org/reva#248 |
cs3 api for arbitrary metadata in cs3org/cs3apis#31 |
impementation using arbitrary metadata in cs3org/reva#372, but needs rethinking |
merged, but needs discussion at cs3 tracked in cs3org/cs3apis#43 |
Remove logtostderr from protoc generation
Introduce ErrorCode enum for error handling
Update konnect to IljaN/konnect v0.29.0-alpha2
Grant access to protected branches to oc employees
The text was updated successfully, but these errors were encountered: