-
Notifications
You must be signed in to change notification settings - Fork 670
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
sync problem with custom share_folder #2772
Comments
I suspect this bug is a duplicate of this one: owncloud/core#13333 |
Maybe yes. |
I don't have problem when I share a folder (test owncloud/core#13868) but I have problem when I share a single file. u1 share a single file with u2 cadaver u2 : dav:/remote.php/webdav/> propget Partages dav:/remote.php/webdav/> ls Partages dav:/remote.php/webdav/> propget Partages |
@avoine @centredecalcul please tell me the full path of your shared file/folder that doesn't sync. It seems that if it's on the first level:
If your shared file/folder was deeper than level1 then please move over to owncloud/core#14596 (comment) |
My shared files are on the first level. And my share folder is on the first level (config.php): |
Same problem with Owncloud 8.0.2 : etag of the "recipient" share_folder is not updated after sharing a file with this recipient. |
Solved |
Hi,
Syncing newly shared files don't work properly when use the share_folder parameter.
I can see the shared file in "Shared with you" section and with Webdav access, but nothing in my desktop.
It works without share_folder configuration, but I want to use it.
My config.php:
'share_folder' => '/Partages',
Desktop client : 1.7.1 (build 4382)
Server : 7.0.4 (Centos 7, PHP 5.4.16, Apache 2.4.6)
User B use desktop client, with "sync all dirs" configuration
User B create or modify a file : sync success
User A share a file with user B : no synchronization 👎
User B modify a file in share_folder : sync success for the modified file only, not the user A file 👎
User B reboot : no synchronization 👎
User B create a file or a folder in share_folder (in desktop or web interface) : sync success : the user A file appear in the desktop
No error in log server nor desktop.
Regards,
Antoine
The text was updated successfully, but these errors were encountered: