-
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
Propagate file permissions between clients #6983
Comments
I think in general it doesn't propagate permissions at all at the moment. |
No, it does not yet. We need support on server side to store extra meta information as WebDAV does not support permissions by default. |
Let me hijack this report to track the general feature request of transmitting permissions of directories and files from the server to the clients. @DeepDiver1975 we talked about that. |
I would also like to see this feature... do you maybe know when it could become available? |
I think it should be fine if the server would allow to store abitrary (opaque) meta-data. Then the client can interpret metadata end changes the +x flag accordingly on the client. This does not have anything to do with Shared directory and the server do not need to interpret those metadata. (but it can to visualize or edit them) |
I will prepare a pull request these days to show how this enhanced web dav interface will look like and work. From my current understanding we need a second dav url to properly reflect the necessary requirement .... |
A second DAV URL ? Hmmm... |
My 2 cents (added to the ticket that has just been closed): This ticket has been open for 2 and a half years! Unless you move it out of the backlog stage, it will NEVER be implemented. Maybe the developers will understand, if a lot of tickets are open regarding this topic, that it might be rather important for people. So what's happening here is the following: All related tickets are and will be closed, because they are a duplicate. This (the original) ticket on the other hand is and will be ignored. But maybe I'm wrong. I will check back in another 2 years. |
If this is something super important to you, feel free to post it in here: It does not guarantee that it gets done, but it does keep it from getting lost and gives it the light of folks considering and voting on this feature request. |
Plus the following is probably also matching here:
from #4579 (comment)
In general a lot of open tickets about the very same won't help getting things faster and is just filling up the issue tracker. |
It would be nice if the permissions were propagated correctly between (Unix) clients. |
See also this comment for what is still needed in the server: |
I am synching 2 macOS systems and same issue overhere. |
@janackermann why is this closed? No solutions? |
@focussing |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Since stale bot became active again, pinging this issue — I suffer from this problem at least once a week, and have already migrated some of my use cases to other sync solutions. Sorry for pinging so many subscribed people by this message which does not add to the discussion, but there appears no other way to mark it as "still applies" and "not stale". |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Since stale bot became active again, pinging this issue, it is still relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Since stale bot became active again, pinging this issue, it is still relevant. |
Hopefully this item will be picked up... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Since stale bot became active again, pinging this issue, it is still very relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Well, after being ignored for 10 years you can probably close it.... ;-) What a freaking joke |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Issue is still relevant... |
@ghost made some valid points: #6983 (comment) With OCIS now there legacy PHP ownCloud might not receive any new features, could be possible that they will never pick this up (if it didn't happen for 10 years they probably don't see any priority in this). |
I work with a lot of executable files, mostly shell scripts, that get modified or added to each day. I would like to use Owncloud to sync these files across clients but it does not propagate the executable permissions which means I have to manually 'chmod +x' various files when I move between clients.
I'd love to see this capability added to Owncloud!
The text was updated successfully, but these errors were encountered: