-
Notifications
You must be signed in to change notification settings - Fork 669
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
Server version 8.1 Wishlist #2725
Comments
|
|
|
GOLD COMMENT ;-) |
@craigpg this is our Wishlist for server 8.1 which you asked for. |
Thx guys. @karlitschek, @MTRichards. |
This is basically done in pull request owncloud/core#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 |
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: owncloud/core#11811 |
It is only cheap if the used space is already known by the server. 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: owncloud/core#18716 |
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.
Asynchronous PUT core#12097
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
The text was updated successfully, but these errors were encountered: