]> source.dussan.org Git - nextcloud-server.git/commit
fix: FileInfo from `View` should have the correct name of a mountpoint 46721/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 22 Jul 2024 20:01:12 +0000 (22:01 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 24 Jul 2024 13:26:40 +0000 (13:26 +0000)
commit824803dd7be11a7ab5cd45f318309ca449d021fc
tree61f6029f2c15a6af28bf3853ac440f396305b416
parentc40244fdab1be575fb40b8ec54a7bc768139d372
fix: FileInfo from `View` should have the correct name of a mountpoint

If a mountpoint is returned from a `View` the name must match the view scoped name
and not the global name.
For example group folders have a name like `1` or `2` (the ID),
but the name of the FileInfo returned fro mthe View should be the mount point name,
like `First groupfolder` or similar.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
lib/private/Files/View.php