-
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
WebDAV create and move broken inside shared folders #91
Comments
The same is true when trying to rename an existing file. It works on your own personal files, but fails when trying to rename a shared file/folder. |
The same problem occurs when using the sync client (as described in #80). This is an absolute blocker for our environment. Is it possible to get any estimation on when this issue might be addressed? |
+1 - this completely blocks the usage for us. So a ETA for the fix would be highly appreciated! |
I can confirm that 3d13c9d appears to fix the problem |
Return empty array if file does not exist inside Shared folder, fixes issue #91
Cherry picking the commit into a new branch doesn't seem to work... Is there an easy way to do this backporting. This QA process requires too much time on my side if I need to do two different branches and pull requests. Any tips? |
Manually adjusting the files.php in our production environment (clone of branch stable45) fixed it.It also fixed issue #80. |
Same result as Jasperado, manually adding the $info = array() and the if block fixes these two issues for me. With that resolved, I've now run into a different issue, but it appears to be unrelated (an OmniOutliner .oo3 file/bundle refuses to sync, although other bundles, and even other .oo3 files are fine). |
Never mind... it probably was related, as it was among the files I was trying to sync before resolving this issue. If I simply rename the file it syncs properly. |
@MTGap It's not the CodeReview process itself which requires too much time but maintaining multiple releases is time consuming - but most of us will agree with me that that's a pure fact. Enough on general talking: Take care! |
kill phpdocx, phpexcel and it's dependencies
With a WebDAV client, when trying to create a folder or move a file in a directory that is shared from another user, ownCloud responds with 405 Method Not Allowed. All permissions are granted to the users that have access to the shared folder, but none of them can create folders or move files that are located in the shared folder. However, it is possible to copy a file from one folder to another, and then manually delete one of them afterwards. Sort of like a "manual" move operation. But since we try to avoid manual labor as much as possible, it would be nice if the move operation could be fixed :-)
These things work perfectly fine when you're working on your own folders. It's just the shared ones that are problematic.
The text was updated successfully, but these errors were encountered: