-
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
Cannot WebDAV upload file into shared folder as recipient with enc enabled #14169
Comments
Only happens for newly created files (overwriting existing works) This is the bad commit: 9df18ff, part of #10993 @icewind1991 please have a look. Thanks |
Please also add a unit test to protect against such regressions. |
cant reproduce this... Also I cant see any way that commit causes such a problem... |
This was with mariadb-10.0.14-2.3.x86_64 in case that makes a difference. |
Still happening on master (7325414) I'll try with another DB to rule out mariadb. |
Ah, it works with sqlite! |
Cannot reproduce on master (a672e9d) with the new encryption. Closing. |
Steps to reproduce
Expected result
Upload works.
Actual result
Versions
ownCloud 8.1 pre-alpha git master (8e8acad)
@schiesbn @icewind1991 I suspect it might be related to the "reuse file id" PR.
Going to bisect this now.
Edit: added missing "share" step
The text was updated successfully, but these errors were encountered: