-
Notifications
You must be signed in to change notification settings - Fork 34
Description
@dragotin, @ckamm, @DeepDiver1975, @labkode:
There is a missing permission bit to represent Read access. Currently it is assumed that everything visible is readable which is not the case in general with external storage (home directories) where permissions may be handled outside of owncloud. So it could be useful for the sync client to discover if effectively a resource is readable or not (and for example, avoid recursing into such a directory which then would result in an error). You may consider if it would be useful to distinguish between ability to list files and read them (like AFS does it). I am not clear on it.
Ref:
https://github.com/owncloud/client/blob/master/doc/architecture.rst#server-side--permissions
https://github.com/cernbox/smashbox/blob/master/protocol/protocol.md#list-directory