Skip to content
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

Closed
3 of 7 tasks
dragotin opened this issue Jan 20, 2015 · 21 comments
Closed
3 of 7 tasks

Server version 8.1 Wishlist #2725

dragotin opened this issue Jan 20, 2015 · 21 comments
Assignees

Comments

@dragotin
Copy link
Contributor

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

@rullzer
Copy link
Contributor

rullzer commented Jan 20, 2015

  • Ability to retrieve users and groups on the server to allow sharing with users and groups from the sharedialog

@dragotin
Copy link
Contributor Author

@guruz
Copy link
Contributor

guruz commented Jan 23, 2015

@guruz
Copy link
Contributor

guruz commented Jan 23, 2015

GOLD COMMENT ;-)

@dragotin
Copy link
Contributor Author

@craigpg this is our Wishlist for server 8.1 which you asked for.

@craigpg
Copy link

craigpg commented Jan 23, 2015

Thx guys. @karlitschek, @MTRichards.

@rullzer
Copy link
Contributor

rullzer commented Jan 23, 2015

  • 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 owncloud/core#13587

@DeepDiver1975 DeepDiver1975 self-assigned this Jan 29, 2015
@DeepDiver1975
Copy link
Member

@dragotin lets work on this list everytime we meet in N - okay?

@dragotin
Copy link
Contributor Author

yes.

@PVince81
Copy link
Contributor

PVince81 commented Feb 4, 2015

You forgot to mention.

@PVince81
Copy link
Contributor

stable file ids is done 8.1, except for the trickiest case when files are changed on remotely on external storages:

@butonic
Copy link
Member

butonic commented May 8, 2015

  • use all cores when discovering files

@moscicki
Copy link
Contributor

moscicki commented May 8, 2015

@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

@guruz
Copy link
Contributor

guruz commented May 12, 2015

@butonic

use all cores when discovering files

What is this about? Is this about the server file cache?

@butonic
Copy link
Member

butonic commented May 12, 2015

@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.

@MTRichards
Copy link

Adding this to the wishlist as it is a dependency for checksums: owncloud/core#11811

@PVince81
Copy link
Contributor

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.

@PVince81
Copy link
Contributor

with "quota" I mean used space.

@guruz
Copy link
Contributor

guruz commented Oct 15, 2015

Simpler version of the checksum proposal: owncloud/core#18716

@MorrisJobke
Copy link
Contributor

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)

@dragotin
Copy link
Contributor Author

dragotin commented Mar 9, 2016

Closing in favour of #4558

@dragotin dragotin closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

10 participants