nextcloud / nextcloud/end_to_end_encryption
Do not delete encrypted subfolders
Open
@CarlSchwan is already working on this.
Since Dec 5, 2022.
0. Needs triage
backend
feature: trashbin
- Dominant language
- PHP
- Stars
- 320
- Forks
- 36
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 81
Description
- have /a/enc/ folder hierarchy, where "enc" is an encrypted subfolder
- if a client now deletes "a", "enc" is also deleted
- this is not wanted, and as long as we do not have trashbin support for e2e files, we should block this
--> when deleting "/a/" only files and folders that are not encrypted shall be deleted
We cannot do this on client side, as we only trigger "del /a/" via webdav
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.