nextcloud/lib/private/Files
Ferdinand Thiessen 12796c3ae7
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>
2024-07-22 22:01:12 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache fix: make batch propagator work with sharding restrictions 2024-07-17 19:16:07 +02:00
Config fix: make usermountcache compatible with sharding 2024-07-17 19:16:05 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Node fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2024-06-20 18:51:27 +02:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore fix(s3): Don't wait indefinitely for S3 to return 2024-07-05 16:24:32 +02:00
Search chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Storage refactor: Migrate filename validation logic from Storage to FilenameValidator 2024-07-16 12:49:09 +02:00
Stream chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Template chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Type chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Utils chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FileInfo.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FilenameValidator.php refactor: Migrate filename validation logic from Storage to FilenameValidator 2024-07-16 12:49:09 +02:00
Filesystem.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SetupManager.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php fix: FileInfo from View should have the correct name of a mountpoint 2024-07-22 22:01:12 +02:00