0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 14:53:18 +00:00
nextcloud_server/apps/files_external/lib/Config
Julius Härtl 53f92e68e6 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-09-03 12:23:37 +02:00
..
ConfigAdapter.php fix: Pass the mountpoint target user to storages without owner 2024-09-03 12:23:37 +02:00
ExternalMountPoint.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
IConfigHandler.php Update php licenses 2021-06-04 22:02:41 +02:00
SimpleSubstitutionTrait.php Update php licenses 2021-06-04 22:02:41 +02:00
SystemMountPoint.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
UserContext.php Update php licenses 2021-06-04 22:02:41 +02:00
UserPlaceholderHandler.php Update php licenses 2021-06-04 22:02:41 +02:00