Skip to content

[stable29] fix: Pass the mountpoint target user to storages without owner - #46679

Merged
AndyScherzinger merged 1 commit into
stable29from
backport/44294/stable29
Jul 25, 2024
Merged

[stable29] fix: Pass the mountpoint target user to storages without owner#46679
AndyScherzinger merged 1 commit into
stable29from
backport/44294/stable29

Conversation

@backportbot

Copy link
Copy Markdown

Backport of PR #44294

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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsbug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@AndyScherzinger@juliusknorr