-
Notifications
You must be signed in to change notification settings - Fork 508
Add a provider for linked collaboration resources #1611
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
Add a provider for linked collaboration resources #1611
Conversation
4915b8b to
e153883
Compare
| $resource->getId(), | ||
| $user instanceof IUser ? $user->getUID() : null | ||
| ); | ||
| return $room->getType() === Room::PUBLIC_CALL; |
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.
Shouldn't this also be true if the user is part of the call?
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.
Right, I messed this up. Will fix
b94b3d1 to
f3b9d95
Compare
|
Added some screenshots of the UI to the first post. |
4c0ac5f to
074698d
Compare
|
@nickvergessen Frontend part is ready now. |
074698d to
c21ac2a
Compare
|
This will need a fix in the files app. |
We have a class available depending on the resource type so we could probably set some individual icons for the web frontend and hide the regular image in that case. For talk this is |
Or we do it similar to the navigation and invert the icons with a filter in the webUI? |
I think we shouldn't invert in general, as for the files app for example, we already use mimetype icons, which should not be inverted. |
|
Okay, ready for testing I guess |
3219d35 to
baed159
Compare
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
baed159 to
2b660fb
Compare
|
Rebased merge conflicts after webrtc merge |
Signed-off-by: Joas Schilling <[email protected]>
Ivansss
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.
There is no feedback about which room is selected in the room-picker.
Signed-off-by: Joas Schilling <[email protected]>
|
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
|
Requires nextcloud/server#14892 on the server. |

Uh oh!
There was an error while loading. Please reload this page.