Closed dragotin closed 8 years ago
GOLD COMMENT ;-)
@craigpg this is our Wishlist for server 8.1 which you asked for.
Thx guys. @karlitschek, @MTRichards.
- [ ] Ability to retrieve users and groups on the server to allow sharing with users and groups from the sharedialog
This is basically done in pull request https://github.com/owncloud/core/pull/13587
@dragotin lets work on this list everytime we meet in N - okay?
yes.
You forgot to mention.
stable file ids is done 8.1, except for the trickiest case when files are changed on remotely on external storages:
@PVince81: stable files ids are a concept "broken by design" for generalized sync purposes, please refer to this document: https://github.com/cernbox/smashbox/blob/master/protocol/protocol.md#lifecycle-and-semantics-of-fileid-vs-path-vs-etag
@butonic
use all cores when discovering files
What is this about? Is this about the server file cache?
@guruz No, the client seems to only use a single core during the initial sync. It is at 100% for a long time. There seems to be a performance improvement opportunity hidden in there.
Adding this to the wishlist as it is a dependency for checksums: https://github.com/owncloud/core/issues/11811
Check whether receiving the quota is a cheap operation (we were told it is but it seems to sometimes bring our whole sync down)
It is only cheap if the used space is already known by the server. In some cases when files/folders weren't scanned yet it might trigger a scan, which might in some cases take a long time to compute the total size.
Maybe we should find another way for calculating the quota in a much quicker manner (single SQL) when requested that way.
with "quota" I mean used space.
Simpler version of the checksum proposal: https://github.com/owncloud/core/issues/18716
Two pushes of the same file at about the same time result in no changes in the etag. owncloud/core#7802
This should be fixed meanwhile with high level file locking (optional in 8.1 and enabled by default in 8.2)
Closing in favour of #4558
This page collects a list of issues that we provide as an input for our server friends for their discussion about the version 8.1 raodmap.
Also, the "server involved" bug reports in the client repo should be considered: https://github.com/owncloud/client/issues?q=is%3Aopen+is%3Aissue+label%3A%22Server+Involved%22