Andre Duffeck
Andre Duffeck
**Note:** The list of received shares is also not guaranteed to be sorted by creation date, just like the list of owned shares. I'm not sure if that needs to...
@phil-davis the server accepts/rejects the shares by id, it doesn't automagically accept all shares to the same resource if one of them is accepted, for example. But once multiple shares...
@butonic but the user accepts actual shares not resources, so unless I'm missing something that would mean that calls to the id based API would implicitly affect other resources too...
@butonic I was referring to the actual shares which are the resources being handled by the sharing API, not the resource being shared. Changing one share using this API (referenced...
Point taken, albeit those particular maps you linked to don't grow at all. They just hold the caches created during startup, not the cache content itself.
@butonic Ah, ocis is still configuring the `UserLayout` variable for decomposedfs based fses, so reusing that variable for the posixfs use case was a bad idea. I now introduced `PersonalSpacePathTemplate`...
@butonic the merge is green at https://github.com/owncloud/ocis/pull/9038 now. Good to go?
Sure thing: https://github.com/owncloud/ocis/pull/9050
Another related question just came up: the inode entry in find and md responses seems to be always set to 0 for both files and directories. We are using the...
After some more research I understand that the inode is derived from the fid using a legacy or a new encoding. There are still a few remaining question though: 1....