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

sync: Respect maximum chunk size provided in server capabilities #7772

Merged
merged 12 commits into from
Jan 23, 2025

Conversation

claucambra
Copy link
Collaborator

@claucambra claucambra commented Jan 20, 2025

New feature being introduced in NC 31

Closes #7347

@claucambra claucambra added this to the 3.16.0 milestone Jan 20, 2025
@claucambra claucambra self-assigned this Jan 20, 2025
@claucambra claucambra changed the title Respect maximum chunk size provided in server capabilities folder: Respect maximum chunk size provided in server capabilities Jan 20, 2025
@claucambra claucambra changed the title folder: Respect maximum chunk size provided in server capabilities sync: Respect maximum chunk size provided in server capabilities Jan 20, 2025
src/libsync/configfile.cpp Outdated Show resolved Hide resolved
src/gui/folder.cpp Outdated Show resolved Hide resolved
src/gui/folder.cpp Outdated Show resolved Hide resolved
@claucambra claucambra requested a review from nilsding January 20, 2025 09:28
Copy link
Collaborator

@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.

see my comments

src/gui/folder.cpp Outdated Show resolved Hide resolved
src/gui/folder.cpp Outdated Show resolved Hide resolved
src/libsync/configfile.cpp Outdated Show resolved Hide resolved
@claucambra claucambra force-pushed the feature/capabilities-chunk-size-server branch from 3e63cbf to 15ac293 Compare January 20, 2025 10:09
@claucambra claucambra requested a review from mgallien January 20, 2025 13:43
@mgallien mgallien force-pushed the feature/capabilities-chunk-size-server branch from 15ac293 to f368fb1 Compare January 22, 2025 08:39
@mgallien mgallien enabled auto-merge January 22, 2025 08:39
@claucambra claucambra force-pushed the feature/capabilities-chunk-size-server branch from f368fb1 to 6576990 Compare January 22, 2025 14:14
…capabilities

This will be added with NC31

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…m capabilities

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
@claucambra claucambra force-pushed the feature/capabilities-chunk-size-server branch from 6576990 to 46dc2a7 Compare January 23, 2025 02:13
@nextcloud-desktop-bot
Copy link

AppImage file: nextcloud-PR-7772-46dc2a71f7691fc5e163759175e934e14376d496-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)
28 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@mgallien mgallien merged commit 9046f75 into master Jan 23, 2025
12 of 17 checks passed
@mgallien mgallien deleted the feature/capabilities-chunk-size-server branch January 23, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rely on server chunked upload config if present
4 participants