nextcloud-server/lib/private/Files/Storage
Julius Härtl c60725c813 fix: Pass the mountpoint target user to storages without owner
Storages that do not have a dedicated owner (e.g. groupfolders, external
storages) currently always assume the current session user as the owner.
This leads to several issues when there is no user session but a node is
obtained through a user folder.

In order to have the correct user available we need to pass the user
that is used to setup a mountpoint along to the storage layer as we
generally assume that an owner is available for those.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-07-22 12:51:50 +07:00
..
PolyFill
Wrapper fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +07:00
Common.php fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +07:00
CommonTest.php
DAV.php dav: fix wrong decoding of pluses in URLs 2024-01-31 13:26:04 +07:00
FailedStorage.php
Home.php improve di performance for cache 2024-02-09 13:28:30 +07:00
Local.php fix(CI): Suppress psalm UndefinedClass 2024-04-18 09:25:17 +07:00
LocalRootStorage.php
LocalTempFileTrait.php
Storage.php
StorageFactory.php
Temporary.php