Skip to content

fix(e2ee/vfs): disable on-demand population of encrypted folders - #9570

Merged
mgallien merged 1 commit into
masterfrom
bugfix/foldersOnDemandEndToEndEncryption
Mar 10, 2026
Merged

fix(e2ee/vfs): disable on-demand population of encrypted folders#9570
mgallien merged 1 commit into
masterfrom
bugfix/foldersOnDemandEndToEndEncryption

Conversation

@mgallien

@mgallien mgallien commented Mar 5, 2026

Copy link
Copy Markdown
Collaborator

on Windows VFS, disable on-demand population of encrypted folders

short term fix to prevent issues with the commbination of both features

long term, the proper fix is to make it possible to use on-demand folders VFS with encrypted folders

@mgallien
mgallien enabled auto-merge March 10, 2026 09:54
on Windows VFS, disable on-demand population of encrypted folders

short term fix to prevent issues with the commbination of both features

long term, the proper fix is to make it possible to use on-demand
folders VFS with encrypted folders

Signed-off-by: Matthieu Gallien <[email protected]>
@mgallien
mgallien force-pushed the bugfix/foldersOnDemandEndToEndEncryption branch from b6d4974 to acaee16 Compare March 10, 2026 10:46
@github-actions

Copy link
Copy Markdown
Contributor

Artifact containing the AppImage: nextcloud-appimage-pr-9570.zip

Digest: sha256:9bad52440ca27f894657dee9be845fb8731f9dc1391f740c84dfed1565c8f29f

To test this change/fix you can download the above artifact file, unzip it, and run it.

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

@mgallien
mgallien merged commit fe42147 into master Mar 10, 2026
21 of 22 checks passed
@mgallien
mgallien deleted the bugfix/foldersOnDemandEndToEndEncryption branch March 10, 2026 11:25
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
E Maintainability Rating on New Code (required ≥ A)
55 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

Copy link
Copy Markdown
Collaborator Author

/backport to stable-33.0

@mgallien

Copy link
Copy Markdown
Collaborator Author

/backport to stable-4.0

@backportbot

backportbot Bot commented Mar 12, 2026

Copy link
Copy Markdown

The backport to stable-4.0 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-4.0
git pull origin stable-4.0

# Create the new backport branch
git checkout -b backport/9570/stable-4.0

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick acaee16d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/9570/stable-4.0

Error: Failed to check for changes with origin/stable-4.0: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@mgallien

Copy link
Copy Markdown
Collaborator Author

/backport to stable-4.0

@backportbot

backportbot Bot commented Mar 12, 2026

Copy link
Copy Markdown

The backport to stable-4.0 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable-4.0
git pull origin stable-4.0

# Create the new backport branch
git checkout -b backport/9570/stable-4.0

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick acaee16d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/9570/stable-4.0

Error: Failed to check for changes with origin/stable-4.0: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@mgallien mgallien modified the milestones: 33.0.0, 34.0.0 Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants