-
-
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
Don't use quota cache through user management #35308
Conversation
When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
/backport to stable25 |
/backport to stable24 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works! Thanks for fixing! :)
The backport to stable25 failed. Please do this backport manually. |
/backport to stable25 |
/backport to stable24 |
The backport to stable24 failed. Please do this backport manually. |
The backport to stable25 failed. Please do this backport manually. |
The backport to stable24 failed. Please do this backport manually. |
Confirm! Fix works fine with both v24 and v25. |
Fixes #34961
Note: this addresses the "delayed quota" topic from that issue, not the 32-bit one which is separate.
When querying the free space through user management APIs, don't use the cached quota value. The latter is only there to accelerate PROPFINDs.