Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Remote shares & Permissions issues #1129

Closed
ghecquet opened this issue Mar 29, 2016 · 3 comments
Closed

Remote shares & Permissions issues #1129

ghecquet opened this issue Mar 29, 2016 · 3 comments
Assignees
Milestone

Comments

@ghecquet
Copy link
Member

By default, a folder that has been shared remotely does not give 'write' permission to the end user.

However, when the end user writes in the directory, there is no error message being triggered.

@cdujeu cdujeu added this to the 6.5.4 => 7.0.0 milestone Sep 21, 2016
@cdujeu
Copy link
Member

cdujeu commented Sep 21, 2016

Recheck whole federated sharing scenario in p7

@cdujeu cdujeu modified the milestones: 6.5.5 => 7.0.0, 6.5.4 Oct 8, 2016
@cdujeu
Copy link
Member

cdujeu commented Oct 11, 2016

1/ Access.webdav driver does not read permissions from server (see PydioStreamWrapper::stream_stat() method, we build 777 permissions by default).
2/ Rename silently fails - When @ is removed in FSAccessDriver call, throws in fact another error: VM3286:1 Argument 1 passed to GuzzleHttp\Command\AbstractClient::execute() must implement interface GuzzleHttp\Command\CommandInterface, null given, called in /Users/charles/Sources/pydio-core/core/src/plugins/core.access/src/Stream/Stream.php on line 534 and defined
3/ Upload / Mkdir does not fail either, sends back the notification of a new folder created even if it's false (disappear when reloading list).

@cdujeu cdujeu changed the title No error message when writing in remote shared folder Remote shares & Permissions issues Oct 11, 2016
@cdujeu cdujeu modified the milestones: 7.1.0, 6.5.5 - RC2 Oct 11, 2016
@cdujeu
Copy link
Member

cdujeu commented Oct 11, 2016

We have to both implement ACL's in Server and be able to read them in the webdav driver.

@cdujeu cdujeu modified the milestones: 7.0.2, 7.2.X Nov 19, 2016
@cdujeu cdujeu closed this as completed Dec 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants