-
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
When accepting a share the receiver should have the possibility to choose if that share should be synced to the clients. #14727
Comments
Accepting a remote share (s2s/federation) ? Does this also apply to accepting a local share ? (in the future we'll want to have even local users accept local shares) |
I would also find such a feature useful. We will have several directories which will contain either very large files, or a large number of smaller files, and we would like to be able to ensure that no client accidentially tries to download such large directories. |
Although it says "at the receiver", I think that "at sharing" is also extremely valuable. I would like to have an extra checkbox that says "disallow sync" |
Is there any tracking/planning for such enhancements ? |
I would also like to see this feature. For me it is just with local shares, but it would make sense for federation share also. |
Technically they are mountpoints, yes. But humanly they are just regular folders. And unless otherwise specified, they should sync. Of course yeah, we could have a way to disable automatically syncing specific folders. This should likely mirror the selective sync of the desktop client. |
I'd rather not have client-specific visibility as it require identifying clients. Better is to have a special webdav property / permission that we can return to sync clients which tell them to not sync (in a nice way), see #26311 |
@DeepDiver1975 @PVince81 @alleyoopster I was going through those issues with @pmaier1 , and we don't really get the use case. Which real-world problems are you trying to solve here? Could you elaborate? |
I suggest closing as duplicate of #26311 where a bigger discussion is happening |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io.) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
When accepting a share the receiver should have the possibility to choose if that share should be synced to the clients.
technically speaking we might want to add a mount option which allows visibility via webdav or not.
The text was updated successfully, but these errors were encountered: