-
Notifications
You must be signed in to change notification settings - Fork 509
Support file calls in groupfolders #2102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support file calls in groupfolders #2102
Conversation
|
Rebasing on #2084 |
Signed-off-by: Joas Schilling <[email protected]>
7d9caf1 to
fd6cc4a
Compare
|
Ready to review |
danxuliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is not happy (Error: Call to a member function getStorage() on null at /drone/server/apps/spreed/lib/Files/Util.php#195)
Besides that, would it be possible to add integration tests for group folders? Can the OCS endpoints in the server be used or does it require the groupfolders app?
|
The app is required so the class of the storage exists.... But I will at least try a unit test |
Signed-off-by: Joas Schilling <[email protected]>
|
Done |
danxuliu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Candidate mentions are not shown for users with access to the group folder. Also, mentioning a user with access to the group folder that is not yet in the room does not add the user (it does with users with access to a share but that have not joined yet).
|
That will have to wait for now, as the GroupFolders app does not have a public interface to check for that, at least I'm not seeing any. I suggest to continue for now without the mention things, as it's still better to be able to use the file rooms in a groupfolder enviroment. |
Fix #2088