-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Sharing] Avoid loop shares #5491
Comments
@dragotin with respect to syncing is that a critical scenario which needs to be fixed in oc6? Or can this one wait until oc7? THX |
I think it is ok to handle that with oC7. |
@schiesbn We talked about circular sharing last week? Is this going to be resolved with that? |
I think at the moment in OC 7 the folder would appear twice with different names, which I believe is acceptable for now. In OC 8 we'll look into removing reshare chains and make it a single participant list, as stated here #9058 so this issue might be obsolete at that point. |
Just observed a similar case today on master:
Now user1 has two folders "test" and "test (2)" with the same contents. |
There was a discussion to change how reshare works: #9058 |
I suggest to defer this to after #9058 is implemented (possibly 8.2) |
#9058 was moved to 9.0 -> move this too. |
reshares will die in 9.0 -> closing. THX @dragotin |
Consider this szenario:
That must not happen. The server has to check if the shared folder is already there at Carl.
The text was updated successfully, but these errors were encountered: