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.
Shouldn't this also be true if the user is part of the call?
There was a problem hiding this comment.
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 <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
baed159 to
2b660fb
Compare
|
Rebased merge conflicts after webrtc merge |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Ivansss
left a comment
There was a problem hiding this comment.
There is no feedback about which room is selected in the room-picker.
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
Requires nextcloud/server#14892 on the server. |

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