You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My bet is this is introduced with the disabling of the encryption wrapper. Since that turned a move in/out of a shared storage in a copy (which is not right!).
@icewind1991 I need your FS knowledge to solve this properly.
Since the rename breaks on $sourceStorage->getSourcePath($sourceInternalPath) because that returns somethings like files/foo/test.txt which is basically missing the owner part.
user1
anduser2
user1
creates a folderfoo
user1
createstest.txt
insidefoo
user1
sharesfoo
withuser2
with fill accessuser2
tries to movetest.txt
out offoo
Expected:
File is moved and all is right with the world
Actual:
Forbidden. And not all is right in the world
The text was updated successfully, but these errors were encountered: