With 8.2.0:
- Have two accounts A, B
- Share a file
<A>/file to <B>/file with all permissions
- Look at the permissions returned for
/file in PROPFIND of <B>/ and <B>/file. Both should be SRDNVW.
- Remove the edit permissions from the share.
- Look at the permissions again. The PROPFIND for
<B>/file returns SRDNV (correct), but the <B>/file entry in the directory propfind continues to say SRDNVW.
This has the practical implication that the desktop sync client will not have up to date information about the file permissions and will behave incorrectly. owncloud/client#3244
@DeepDiver1975 @PVince81
With 8.2.0:
<A>/fileto<B>/filewith all permissions/filein PROPFIND of<B>/and<B>/file. Both should beSRDNVW.<B>/filereturnsSRDNV(correct), but the<B>/fileentry in the directory propfind continues to saySRDNVW.This has the practical implication that the desktop sync client will not have up to date information about the file permissions and will behave incorrectly. owncloud/client#3244
@DeepDiver1975 @PVince81