-
Notifications
You must be signed in to change notification settings - Fork 663
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
[OS X] [2.1.0] Local files are read-only regardless of permissions on server #4450
Comments
Could you please try 2.1.1 (rc2 or the release which comes today/tomorrow) |
I tried installing v 2.1.1, the issue persists on a fresh setup. |
Just an update/note: I tried a (very) old ownCloud client (v 1.5.0) and the files were read-write as was expected. |
We're experiencing the exact same problem as @jrtilson. |
@marijnkortstra Which version? Which OS? Did you try a clean re-sync? |
The problem here is that remotePerm is "":
So probably there's a bug in the version you use on the server (6.0.4.1). We should add a patch to not adjust permissions for servers this old. |
Server 6 is too old. @marijnkortstra Which server version do you have? |
@guruz Is server 6 among the versions we support with client 2.1? |
@ckamm Versions 7 to 9 of the server are supported ( @LukasReschke correct me if i'm wrong) |
The file permissions will now only be changed when the server version is 7.0.0 or newer. |
@ckamm awesome |
We talked about this on IRC and agreed we need to do something about unsupported server/client combinations. The discussion and plan is in #4523. |
Closing this because the fix is small and we're not planning to actively support interaction with unsupported server versions anyway. |
Expected behaviour
Files with 'can edit' permissions are writable locally by user
Actual behaviour
Files are all read-only
Steps to reproduce
Server configuration
Operating system: Ubuntu 12.04 LTS
Web server: Apache2
Database: MySQL
PHP version: 5.4.x
ownCloud version: 6.0.4.1
Storage backend:
Client configuration
Client version: 2.1.0 (build 2944)
Operating system: OS X 10.11.2
OS language: English
Installation path of client: /Applications/ownCloud
Logs
Client log here:
https://gist.github.com/jrtilson/5f06e35994d7fdc63834
The text was updated successfully, but these errors were encountered: