nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

executable flags removed? #212

Open ghost opened 6 years ago

ghost commented 6 years ago

Nextcloud Client: MacOS 2.3.2 Nextcloud Server: 12.0.3

I have shared a directoy which consists of a lot of files with executable flag:

-rwxr-xr-x  1 www-data www-data 15880 Sep 27 14:37 share-secret.sh
-rwxr-xr-x  1 www-data www-data  8832 Sep 27 14:37 show-pwd-i.sh
-rwxr-xr-x  1 www-data www-data 11712 Sep 27 14:37 show-pwd.sh
-rwxr-xr-x  1 www-data www-data  9496 Sep 27 14:37 show-verteiler.sh

On local MacMachine synced with the nextcloud client this looks like this:

-rw-r--r--   1 user  staff   5694 27 Sep 14:37 share-secret.sh
-rw-r--r--   1 user  staff    845 27 Sep 14:37 sharepw
-rw-r--r--   1 user  staff    407 27 Sep 14:37 show-pwd-i.sh
-rw-r--r--   1 user  staff   2567 27 Sep 14:37 show-pwd.sh
-rw-r--r--   1 user  staff    905 27 Sep 14:37 show-verteiler.sh

So, as you can see, the executable flags are gone. That's a problem.

Any hints how to solve this?

thanks and cheers

michaelstingl commented 6 years ago

related: https://github.com/owncloud/client/issues/3199 ( + needs to be implemented on the server)