]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Correctly create Nodes from WebDAV result in "recent"-view
authorFerdinand Thiessen <opensource@fthiessen.de>
Wed, 31 Jul 2024 13:51:11 +0000 (15:51 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Thu, 8 Aug 2024 14:49:09 +0000 (16:49 +0200)
commitf7ee910dc03d0d6a8bb0e5812ff4c9ad1a1260a3
tree7b4e5e4b6c3e2b18e0236d74713370ac7231bed0
parente6d36428a0211f3bd1d5ae15bbca58455688b21b
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>
apps/files/src/actions/deleteAction.ts
apps/files/src/services/Files.ts
apps/files/src/services/Recent.ts