Uh oh!
There was an error while loading. Please reload this page.
Use the usermountcache to get all users who have access to a file - #190
Conversation
6ac047b to
dc9c143Comparenickvergessen
commented
Sep 1, 2017
Tested it and sharing still works. However when using external storage, the activity is still only generated for the actor and not all other users of the external storage. Isn't that what you were trying to fix? @icewind1991 |
icewind1991
commented
Sep 1, 2017
Works for me, created an external storage, gave 2 users access. If user A uploads a file, it shows in user B's activity |
mc9625
commented
Nov 28, 2017
Files uploaded in a groupfolder are not listed in the activities. |
dc9c143 to
d3f84e7Compareicewind1991
commented
Dec 12, 2017
rebased and re-tested, works for me with both groupfolders and external storage. Note that after adding the groupfolder/external storage all involved users will need to load the files app/dav once to update the cached list of mounts the user has access to |
nickvergessen
commented
Jan 4, 2018
Okay, so I tested it a bit, moving/renaming is not working, but this can be fixed by moving your new code to the But I'm not sure the "until they accessed webdav" is okay. The problem is that it also works the other way around. I shared a the external storage with user2, logged in+out as user2, unshared the external storage from user2 and created activity. Although user2 has no access anymore, all activity is generated and visible until they relogin/use webdav. |
putt1ck
commented
Jan 11, 2018
How does this get progressed? |
MorrisJobke
commented
Jan 18, 2018
Looks like we need to move this to 14. |
putt1ck
commented
Jan 18, 2018
the missing activity in group folders is quite an issue for clients; is this a patch we can apply to an install of 12 or 13? |
pascalBokBok
commented
May 30, 2018
Not having Activity for group folders gave a lot of extra work for us to track down which user had written 0KB into some files so we could restore them from that users revision. |
putt1ck
commented
Jun 22, 2018
Is there anything we can do to move this forward? |
MorrisJobke
commented
Jun 29, 2018
@nickvergessen@icewind1991 What is missing here? |
nickvergessen
commented
Jun 29, 2018
A solution to the problem so it works in both cases |
MorrisJobke
commented
Aug 30, 2018
@nickvergessen Moved to 15. |
noresistence
commented
Mar 5, 2019
Are there still plans to integrate activity in groupfolders in the activity stream of users with access to that folder? |
hriekehof
commented
Dec 18, 2019
please fix this :D it would help us so tremendous. |
ghosttable
commented
Jan 9, 2020
Hi folks, Greetz and a happy new Year from here :) |
nickvergessen
commented
Jan 9, 2020
I'm locking the conversation here. We know this is an issue, it will get fixed at some point. |
9bdda0a to
b6a23c3Comparenickvergessen
commented
Mar 10, 2020
nickvergessen
commented
Mar 10, 2020
/backport to stable18 |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
165a6fb to
766eab3Comparenickvergessen
commented
Mar 18, 2020
So lets get this in? @icewind1991@rullzer |
daspuppy
commented
Mar 18, 2020
Quick question: Does the nextcloud client suffice as a login for this? Otherwise I can't wait for this. Will implement it manually by the weekend if it's not merged by then. You will have made so many people happy! |
icewind1991
commented
Apr 1, 2020
👍 |
wiswedel
commented
May 5, 2020
/backport to stable18 |
wiswedel
commented
May 5, 2020
Is backporting not possible? Why does backport-bot not create the PR? |
nickvergessen
commented
May 5, 2020
I'm pretty sure backporting this code works, while the used APIs might not be available. So don't merge a potential backport immediately |
nickvergessen
commented
May 6, 2020
The backport was created in #457 btw, seems like the linking failed. |

Fixes activity when multiple users have access to the same files not trough sharing (but instead external storage, group folders, etc)
Fix#264