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): Correctly create Nodes from WebDAV result in "recent"-view #46951

Merged
merged 3 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. fix(files): Correctly create Nodes from WebDAV result in "recent"-view

    The recent search works on a different remote URL so the source of the files were wrong,
    because the remote url was included twice in the source.
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f7ee910 View commit details
    Browse the repository at this point in the history
  2. test: Add test for recent view

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6524f0a View commit details
    Browse the repository at this point in the history
  3. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4c70619 View commit details
    Browse the repository at this point in the history