Thomas Müller
Thomas Müller
@stellingsimon mind submitting this as a pull request? THX
no longer observed -> close
according to https://doc.owncloud.com/server/developer_manual/core/apis/ocs-share-api.html#example-request-response-payloads-2 a share holds the file id of the shared file/folder in the property file_source using oc.files.fileInfo all file properties can be queried. do I miss anything?
very much true ..... let me think about this ....
Then we only show the information we have .... just like in oc10 
Before loading the sidebar we can load all necessary additional information using oc.files.fileinfo Regarding the permissions ..... - for incoming you can use the share permissions (bitmask) - for outgoing...
> Well the user can be only viewer but still be able to share. let me test this in oc10 ....
I just tried: - A shares folder with B read+share - B re-shares it with C with what ever permissions - The folder will not be listed for B as...
I assume the expectation is that we really "suck in" the calendar and contacts information basically as a clone - right? This can be rather easily implemented because this is...
> Think that's the best way, also for performance reasons. yes - indeed - nothing to argue about that! :+1: