nextcloud/lib/private/Files
Ferdinand Thiessen 824803dd7b 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-24 13:26:40 +00:00
..
AppData chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Cache feat: add option to disable scanner transactions 2024-06-13 12:02:53 +00:00
Config fix: Remove incorrect default null value 2024-04-04 11:45:22 +02:00
Lock Adapt LockScope to LockContext rename 2022-04-07 11:52:16 +02:00
Mount fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Node fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2024-06-21 10:29:52 +00:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
ObjectStore fix(s3): Don't wait indefinitely for S3 to return 2024-07-09 07:51:43 +00:00
Search fix: handle cases where non-binary operators are mixed in for optimizing search queries 2024-03-04 14:25:52 +01:00
SimpleFS chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Storage fix(CI): Suppress psalm UndefinedClass 2024-04-18 09:25:17 +02:00
Stream fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Template fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Type refactor(mimeloader): modernize MimeTypeLoader 2024-03-14 17:24:36 +01:00
Utils fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
FileInfo.php Refactoring getName function 2024-03-12 17:24:24 +03:00
Filesystem.php chore: Migrate away from OC::$server->getLogger 2024-02-13 17:32:30 +01:00
SetupManager.php Revert "don't perform an explicit setup when using the file cache" 2024-03-07 14:38:02 +01:00
SetupManagerFactory.php cleanup di for share permissions wrapper 2023-08-16 15:25:05 +02:00
View.php fix: FileInfo from View should have the correct name of a mountpoint 2024-07-24 13:26:40 +00:00