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

fix(files): Ensure children are removed from folder and not duplicated #47905

Merged
merged 3 commits into from
Sep 20, 2024

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 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    020b3ee 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 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f02bcf3 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 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6ebe94 View commit details
    Browse the repository at this point in the history