-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix quota calculation on new dav upload endpoint #6483
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
Conversation
|
@rullzer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @DeepDiver1975 and @PVince81 to be potential reviewers. |
Codecov Report
@@ Coverage Diff @@
## master #6483 +/- ##
============================================
- Coverage 53.42% 53.42% -0.01%
- Complexity 22522 22529 +7
============================================
Files 1407 1407
Lines 87141 87160 +19
Branches 1328 1328
============================================
+ Hits 46557 46563 +6
- Misses 40584 40597 +13
|
d34ed8a to
f97e654
Compare
|
Do we have a way to get the target location of the upload before the client does the move? Would be nice to be able to check the quote when uploading the chunks instead of having the client upload all the chunks only to fail in the end. |
|
No we don't |
|
Maybe adding a "Destination" header to the client would be something to do "some day™" |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
ddb9051 to
ab63c89
Compare
|
@icewind1991 yeah some day |
MorrisJobke
left a comment
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 👍
Fixes: #6354
Should fix the QuotaPlugin for the new dav endpoint