fix(e2ee/vfs): disable on-demand population of encrypted folders - #9570
Conversation
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]>
b6d4974 to
acaee16
Compare
|
Artifact containing the AppImage: nextcloud-appimage-pr-9570.zip Digest: 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. |
|
|
/backport to stable-33.0 |
|
/backport to stable-4.0 |
|
The backport to # 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.0Error: 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. |
|
/backport to stable-4.0 |
|
The backport to # 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.0Error: 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. |




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