nextcloud / nextcloud/end_to_end_encryption

Do not delete encrypted subfolders

Open
#366 3 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.