pydio / pydio-core

Pydio 8 official repository
https://pydio.com
GNU Affero General Public License v3.0
867 stars 289 forks source link

No copy function for files not owned by apache user #1319

Closed DominicMe closed 7 years ago

DominicMe commented 7 years ago

The forum post was created but was ignored after it became apparent that it was a bug so creating a bug report here.

Workspace files not owned by apache server user do not have the copy button displayed. Files are readable by apache and can be downloaded. As soon a the ownership is changed the copy button starts to work.

It's very easy to test, simply create a directory and file within it owned by any user other than apache user then add it in pydio as workspace. For example:

mkdir /mnt/test
cd test
mkdir test_sub
cd test_sub
touch test_file
chown -R user1:group1 /mnt/test
chmod -R 775 /mnt/test

This is a pretty big bug for a file management app. To me it makes it completely unusable, hope this can be fixed soon.