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

[stable29] fix(files): Ensure children are removed from folder and not duplicated #48239

Draft
wants to merge 3 commits into
base: stable29
Choose a base branch
from

Commits on Sep 20, 2024

  1. fix(files): Ensure children are removed from folder and not duplicated

    * Resolves #47904
    
    We need to make sure that we only add one source (unique!) once as a child,
    this is ensured by simply use a native `Set`.
    Also we need to remove children on from folders when the `files:node:deleted`
    event is emitted.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5d6650f View commit details
    Browse the repository at this point in the history
  2. test(files): Add tests for path handling

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored and backportbot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fc1555d View commit details
    Browse the repository at this point in the history
  3. chore(assets): Recompile assets

    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    nextcloud-command authored and backportbot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    daedbb5 View commit details
    Browse the repository at this point in the history