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

Merged
merged 3 commits into from
Aug 1, 2024

Commits on Aug 1, 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 1, 2024
    Configuration menu
    Copy the full SHA
    270ec12 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 1, 2024
    Configuration menu
    Copy the full SHA
    c8a5758 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 1, 2024
    Configuration menu
    Copy the full SHA
    6aaea2a View commit details
    Browse the repository at this point in the history