-
Notifications
You must be signed in to change notification settings - Fork 2.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
Bugfix/30078 #30113
Bugfix/30078 #30113
Conversation
…ing collections - fixes #3078
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.
👍 code looks good
apps/dav/lib/Server.php
Outdated
@@ -117,7 +125,7 @@ public function __construct(IRequest $request, $baseUri) { | |||
// with performance and locking issues because it will query | |||
// every parent node which might trigger an implicit rescan in the | |||
// case of external storages with update detection | |||
if (strpos($this->server->getRequestUri(), 'files/') !== 0) { | |||
if (!$this->requestIsForSubtree('files')) { |
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.
I'd have gone with isRequestForSubtree
as starting method name with is
is some kind of convention.
Optional, up to you.
again mariadb timout - |
397e74f
to
74b2998
Compare
Codecov Report
@@ Coverage Diff @@
## master #30113 +/- ##
============================================
- Coverage 58.24% 58.22% -0.03%
- Complexity 18525 18528 +3
============================================
Files 1094 1094
Lines 63739 63749 +10
============================================
- Hits 37126 37118 -8
- Misses 26613 26631 +18
Continue to review full report at Codecov.
|
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. |
Description
Outside of the CardDAV collection we shall not change the file content.
In addition:
Related Issue
fixes #30078
How Has This Been Tested?
Types of changes
Checklist: