Skip to content
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

Changing personal drive quota on another user as admin is not possible #4325

Closed
AlexAndBear opened this issue Aug 3, 2022 · 5 comments
Closed
Assignees
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug

Comments

@AlexAndBear
Copy link
Contributor

Describe the bug

Changing personal quota on another user as admin is not possible

Expected behavior

Changing personal quota on another user should be possible

Actual behavior

Changing personal quota on another user is not possible

Setup

Please describe how you started the server and provide a list of relevant environment variables or configuration files.

OCIS_XXX=somevalue
OCIS_YYY=somevalue
PROXY_XXX=somevalue

Additional context

Add any other context about the problem here.

@AlexAndBear AlexAndBear changed the title Changing personal quota on another user as admin is not possible Changing personal drive quota on another user as admin is not possible Aug 3, 2022
@AlexAndBear
Copy link
Contributor Author

AlexAndBear commented Aug 3, 2022

Blocks owncloud/web#7059

@AlexAndBear AlexAndBear added the Priority:p2-high Escalation, on top of current planning, release blocker label Aug 3, 2022
@ScharfViktor
Copy link
Contributor

Can confirm. I came across this too
admin or spaceAdmin can change only its own quota.

curl -X PATCH 'https://localhost:9200/graph/v1.0/drives/<anotherUserPersonalSpaceId>' -H "Content-Type: application/json" --data '{"quota":{"total":1000000}}' -uadmin:admin -vk

@micbar
Copy link
Contributor

micbar commented Aug 8, 2022

Reva fix in cs3org/reva#3133

@micbar
Copy link
Contributor

micbar commented Aug 8, 2022

needs reva update.

@micbar micbar added this to the 2.0.0 General Availability milestone Aug 8, 2022
@micbar
Copy link
Contributor

micbar commented Aug 9, 2022

fixed by #4369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug
Projects
Archived in project
Development

No branches or pull requests

3 participants