-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Adding quota plugin to new dav endpoint #25615
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
|
@DeepDiver1975, thanks for your PR! By analyzing the annotation information on this pull request, we identified @LukasReschke, @rullzer, @blizzz and @DeepDiver1975 to be potential reviewers |
|
@SergioBertolinSG we might want to think about an integration test for this one - THX |
| When Sending a "PROPFIND" to "/remote.php/dav/files/admin/welcome.txt" with requesttoken | ||
| Then the HTTP status code should be "207" | ||
|
|
||
| Scenario: Uploading a file as recipient using webdav new endpoint having quota |
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.
while this scenario is still valid - it does not match this pr.
The scenario should look like:
- user0 has 0B quota
- upload of file with 10B fails with 207
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.
507 is the expected code isn't?
|
👍 |
* Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.