0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-24 17:06:50 +00:00
nextcloud_server/lib/public/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 +00:00
..
IChunkedFileWrite.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
IDisableEncryptionStorage.php code checker fixes for instanceOfStorage 2021-12-02 17:35:10 +01:00
ILockingStorage.php Update php licenses 2021-06-04 22:02:41 +02:00
INotifyStorage.php fix(OCP): Add since tag for all constants 2024-02-14 20:50:08 +01:00
IReliableEtagStorage.php don't overwrite the etag from storage backends that already provide "good" etags 2022-04-04 16:48:18 +02:00
IStorage.php fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +00:00
IStorageFactory.php Update php licenses 2021-06-04 22:02:41 +02:00
IWriteStreamStorage.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00