-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Forced effective Manage Media permission #12057
Comments
Does we implemented manage own and other media permissions completely? /cc @matiasmolleja |
Manage Own Media is what should work if not. |
Seems like ManageMedia is implied by ManageOwnMedia: |
Please, someone, fix this one for 1.5. |
|
One more thing what are the main difference between |
I suggest that we reassign this issue for 1.6 or that we close it if there will be no action taken. |
Agree to move it into the next release |
Not to make this more complicated, but there's a wrinkle that I'm running into at the moment that feels related to this. I have a content type with the CustomUserSettings stereotype. If I do this, the user can upload an image, but they can also get into other top-level Media Library files because of the implied Manage Media permission, which is not ideal. But they can't get to the file that they uploaded to the MediaField, because that is underneath the /mediafields folder in the Media Library, and they don't have the "Manage Attached Media Fields Folder" permission. So the CustomUserSettings MediaField image ends up living in /mediafields/{CustomUserSettings-ContentType}/{CustomUserSettings-ContentItemId}/ Would it be possible to change this for MediaFields on CustomUserSettings objects so that the file ended up under /_Users/{userid}/mediafields/{CustomUserSettings-ContentType}/{CustomUserSettings-ContentItemId}/? |
Please check out this PR for an intended Secure Media feature that fixes this too: #15173. |
Please give your feedback about subfolder permissions here: #9369 (comment). |
If anybody has any feedback on the #15173 PR, please let us know under it. Otherwise, I'll merge it in a week. |
Issue
Checking Manage own media permission for a user implicitly grants that user to Manage media which results in his ability to delete other user's media which is unwanted
Expected behaviour
Isolate the own media management permission from the management of all media.
The text was updated successfully, but these errors were encountered: