-
-
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
Improve bulk upload and add a config switch for it #33697
Conversation
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
apps/dav/lib/Capabilities.php
Outdated
] | ||
]; | ||
if ($this->config->getSystemValueBool('bulkupload.enabled', false)) { |
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.
hm... I think the idea was to enable it by default.
cc @PVince81
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.
Yeah but it needs to be confirmed working first :-P
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 think you can set it to true at least for master, if we're optimistic 😄
we can then delay the backports until proven stable
matching pull request on desktop client side nextcloud/desktop#4869 |
Signed-off-by: Côme Chilliet <[email protected]>
036fd8c
to
16ea85f
Compare
16ea85f
to
53a02fc
Compare
… it for BulkUpload Signed-off-by: Côme Chilliet <[email protected]>
53a02fc
to
b3cd9b5
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.
thanks
works nicely
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
Remaining test failure unrelated. |
Signed-off-by: Côme Chilliet <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
819c11c
to
4f3b323
Compare
Signed-off-by: Côme Chilliet <[email protected]>
Fix #33691