Skip to content
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

Merged
merged 9 commits into from
Aug 30, 2022

Conversation

come-nc
Copy link
Contributor

@come-nc come-nc commented Aug 25, 2022

Fix #33691

@come-nc come-nc added this to the Nextcloud 25 milestone Aug 25, 2022
@come-nc come-nc self-assigned this Aug 25, 2022
@come-nc come-nc requested a review from mgallien August 25, 2022 13:01
]
];
if ($this->config->getSystemValueBool('bulkupload.enabled', false)) {
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Member

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

apps/dav/lib/BulkUpload/BulkUploadPlugin.php Outdated Show resolved Hide resolved
apps/dav/lib/BulkUpload/BulkUploadPlugin.php Outdated Show resolved Hide resolved
@mgallien
Copy link
Contributor

matching pull request on desktop client side nextcloud/desktop#4869

lib/public/Util.php Fixed Show fixed Hide fixed
@come-nc come-nc requested a review from mgallien August 29, 2022 12:27
@come-nc come-nc added the 3. to review Waiting for reviews label Aug 29, 2022
Copy link
Contributor

@mgallien mgallien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks
works nicely

@come-nc
Copy link
Contributor Author

come-nc commented Aug 29, 2022

Remaining test failure unrelated.

lib/public/Util.php Outdated Show resolved Hide resolved
Signed-off-by: Côme Chilliet <[email protected]>
@come-nc come-nc merged commit 6664801 into master Aug 30, 2022
@come-nc come-nc deleted the fix/improve-bulk-upload branch August 30, 2022 10:22
@come-nc come-nc added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Aug 30, 2022
@blizzz blizzz mentioned this pull request Aug 30, 2022
@joshtrichards joshtrichards mentioned this pull request Sep 16, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve bulk upload protocol
5 participants