Skip to content

[stable18] Use the usermountcache to get all users who have access to a file - #457

Merged
nickvergessen merged 4 commits into
stable18from
backport/190/stable18
May 26, 2020
Merged

[stable18] Use the usermountcache to get all users who have access to a file#457
nickvergessen merged 4 commits into
stable18from
backport/190/stable18

Conversation

@backportbot-nextcloud

@backportbot-nextcloudbackportbot-nextcloudBot commented May 5, 2020

Copy link
Copy Markdown

⚠️ This backport had conflicts and is incomplete ⚠️

backport of #190

@nickvergessen

Copy link
Copy Markdown
Member

Needs real life checking if the used apis are available on 18

icewind1991and others added 3 commits May 25, 2020 15:42
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@icewind1991
icewind1991force-pushed the backport/190/stable18 branch from f44c1ed to 2a3a63fCompareMay 25, 2020 13:54
@icewind1991

Copy link
Copy Markdown
Member

rebased and tested, all works as expected

$this->config->expects($this->once())
->method('getSystemValueBool')
->with('activity_use_cached_mountpoints', false)
->willReturn($mountCacheUsed);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undefined variable: mountCacheUsed

You added it in the doc block, but not the arguments list

Signed-off-by: Joas Schilling <coding@schilljs.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@nickvergessen@icewind1991