-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Simplify sharing permissions for folders #8479
Comments
I think "can add" is used for the files drop stuff, isn't it? cc @nextcloud/sharing |
Yes it is. But as long as wel keep the files drop as a separte option users don't have to care ;) |
I still think that we can slim it down to:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@jancborchardt so, do we really want this or not in the end? |
Hi, I'm trying to make a share link. If someone have the link, they should be able to see the folder content and upload files, but not be able to delete/edit the files. From the thread it seems like this is something you have removed from the code? Why? :) |
It’s @rullzer’s call I’d say. |
I don't like accidents like this #6620 (comment) @pixelipo got some thumbs up for this suggestion:
That could be a nice way to do it, what do You think? |
Hey, I am facing the same problem. And if I am correct the problem is only a front-end one because as others already pointed out one can simply change the permission to 5 in the database. Linkt to post that shows working solution So basically it should be easy to "add" (display) this option. But the question is how we want to display that option? Should it be a checkbox "disable delete" or just another radio button like "upload + read only"? |
I personally vote for #10012 |
I like the options you get offered when sharing internally. Why don't use them for public link sharing? |
I think is this THE use case for a file exchange tool like nextcloud. Please offer public link sharing setting "upload + read only"! |
Dear everyone, |
I have skimmed through many of those issues like @kaiserls wrote, but I have yet to see any objection to the "upload and not delete" and/or finer-grain control of the https://github.com/nextcloud/server/blob/master/lib/public/Constants.php permissions. What is the root cause for no progress? |
Done no? @artonge @jancborchardt |
If you close this issue, please re-open #6620 because it was closed as duplicate of this issue even though it definitely does not seem to be fixed: we still don't have a way to have File Upload + Read on a folder. |
Oh great news! I had tried on the android app, assuming permissions would be the same on every platforms. But indeed, I should have tried on the web before commenting 👍🏽 Great job. |
We currently have:
Now "can delete" does not really make much sense. If you can edit, you can delete all content of a file.
"Can add": We added this cause we originally had CRUD permissions, but do we really need it / do people use it? Usually you can either edit or not.
The text was updated successfully, but these errors were encountered: