-
-
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
add dav plugin to trigger recalculating of checksums #27378
Conversation
Code scanner is very unpleased 🙈 Not sure how much of that is valid, but maybe you can have a look |
4113f0b
to
e822be6
Compare
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.
👍 🐘
@icewind1991 mind to have a look at the code scanner warnings? |
7a10996
to
7882462
Compare
Signed-off-by: Robin Appelman <[email protected]>
7882462
to
fd5e11a
Compare
ci happy |
the code scanner issues are still there like missing return types |
@icewind1991 I wonder if this needs to be followed up? |
All green, merging @icewind1991 ? |
Damn, that was a feature, not a bugfix, should not have merged, reverting and postponing for 24 EDIT: #29510 |
/backport to master |
Allows clients to ask the server to recalculate the stored checksums by sending a
PATCH
request with theX-Recalculate-Hash
hash set.For example
This will both update the stored checksum using the provided algorithm and return the new checksum in the
OC-Checksum
headercc @allexzander