Commit Graph

40150 Commits

Author SHA1 Message Date
Ramón Souza
e8a7837ffc fix screenshare for presenter 2023-12-01 12:12:45 +01:00
Ramón Souza
432b1b85be remove current-user collection 2023-11-30 15:20:12 +01:00
Ramón Souza
6c7396b082 replace current user queries in service 2023-11-30 14:42:11 +01:00
Ramón Souza
5b2731275f replace isModerator checks with useCurrentUser 2023-11-30 14:24:25 +01:00
Ramón Souza
dde3aa92bd replace UsersContext with useCurrentUser 2023-11-30 12:08:16 +01:00
Ramón Souza
66dd35a22e
Merge pull request #19253 from ramonlsouza/remove-userlist-code
refactor: remove unused code in userlist components
2023-11-30 11:01:30 +01:00
Ramón Souza
e6dab61259 remove unused code in userlist 2023-11-30 10:33:05 +01:00
Ramón Souza
52c7194957
Merge pull request #19241 from ramonlsouza/remove-external-video-meetings
refactor: remove unused external video code
2023-11-30 10:28:05 +01:00
Ramón Souza
87c1ffb236 remove console log 2023-11-30 09:40:29 +01:00
Gustavo Trott
c4a82296d2
Merge pull request #19242 from gustavotrott/graphql-actions-timer
graphql-actions: Timer actions
2023-11-29 14:32:49 -03:00
Gustavo Trott
46c9eae237 Fix eslint problem 2023-11-29 13:48:35 -03:00
Gustavo Trott
3003f9c951 Resolve conflicts 2023-11-29 11:25:39 -03:00
Gustavo Trott
30143861ab graphql actions for Timer 2023-11-29 11:20:23 -03:00
Ramón Souza
761d42cbcf remove external-video-meetings collection and related files 2023-11-29 14:22:59 +01:00
Guilherme Pereira Leme
eb7adfb994
feat(plugins): code refactor for readability (#19222)
* [plugin-sdk-refactor-organization] - rearrange of files and folders (WIP)

* [plugin-sdk-refactor-organization ] - final touches

* [plugin-sdk-refactor-organization ] - fix

* [plugin-sdk-refactor-organization ] - update SDK
2023-11-28 15:31:28 -03:00
Gustavo Trott
16c8715316
Merge pull request #19207 from schrd/graphql-clusterproxy
Fix graphql API for clusterproxy setup
2023-11-28 14:47:58 -03:00
Gustavo Trott
ee2dd03dbc
Merge pull request #19231 from TiagoJacobs/invite-room-to-classroom
Add more options to getJoinUrl API, allowing moderators to create joi…
2023-11-28 14:44:28 -03:00
Tiago Jacobs
8e1b9b1331 Add redirect and excludeFromDashboard as parameters that can be specified by moderators on getJoinUrl 2023-11-28 14:07:01 -03:00
Ramón Souza
15e3057ae0
Merge pull request #19226 from gustavotrott/graphql-actions-polls
graphql-actions: Poll actions
2023-11-28 12:59:55 -03:00
Tiago Jacobs
ac04efc250
Merge pull request #19230 from ramonlsouza/layouts-updates
layout improvements
2023-11-28 12:57:06 -03:00
Tiago Jacobs
c86cc1bad2 Add more options to getJoinUrl API, allowing moderators to create join URL's for other users, and also pass userdata parameters. 2023-11-28 12:55:56 -03:00
Ramón Souza
db70edd3ab remove empty space on top and bottom if navbar and action bar are disabled 2023-11-28 15:45:12 +01:00
Daniel Schreiber
d2a28a6130 Fix: support cluster proxy setup for graphql API
The websocket connection to the graphql API needs to go directly to the
BBB server (bbb-html5) and it the middleware needs to accept requests
with a different origin.
2023-11-28 15:27:55 +01:00
Ramón Souza
067144bf86
refactor: remove unused chat code (#19215) 2023-11-28 11:18:56 -03:00
Gustavo Trott
8104ca4075 Remove unnecessary code 2023-11-28 10:25:54 -03:00
Gustavo Trott
e1d30f88f1 graphql: Poll actions 2023-11-28 10:19:01 -03:00
Paulo Lanzarin
4aa83d243a
Merge pull request #19221 from danimo/feat/bbb-livekit-pkg
feat: package livekit
2023-11-28 14:00:16 +01:00
Daniel Molkentin
6799809b6b Add Livekit package
For now, we will not rebuild livekit, but rather use the precompiled
project binaries.

As per BBB convention, this package provides an immutable default
configuration file which gets merged with a user-modifiable file
in /etc/bigbluebutton.
2023-11-28 13:25:50 +01:00
Ramón Souza
30fc412e60 move hidden layouts list to layout/enums file 2023-11-28 12:14:22 +01:00
Ramón Souza
18c6ea0cff rename participants and chat layout 2023-11-28 11:41:24 +01:00
Ramón Souza
8b76501572
Merge pull request #19208 from vitormateusalmeida/18879-new-layouts
Adds new layouts for specific integration scenarios
2023-11-28 06:40:37 -03:00
Vitor Almeida
4bf20077b2
Merge branch 'v3.0.x-release' into 18879-new-layouts 2023-11-27 15:30:00 -03:00
vitoralmeida
7e4be752af fix(layout-manager): fix SonarCloud reports #18879 2023-11-27 14:42:14 -03:00
Ramón Souza
aa6d9fc026
Merge pull request #19218 from Scroody/userlist-tooltip
Fix: user list tooltip hindering talking indicator
2023-11-27 14:29:29 -03:00
Ramón Souza
df8e88e366
Update bigbluebutton-html5/imports/ui/components/nav-bar/component.jsx 2023-11-27 18:29:06 +01:00
André
d93a485b91 Fix: user list tooltip hindering talking indicator 2023-11-27 11:18:33 -03:00
Gustavo Trott
ba7400e604
Merge pull request #19217 from gustavotrott/graphql-join-action
graphql: Add graphql-action: `userJoin`
2023-11-27 09:55:35 -03:00
Gustavo Trott
4ad6c1702a Add action to userJoin 2023-11-27 09:54:04 -03:00
vitoralmeida
9cb8f05a67 feat(layout-manager): hide unnecessary controllers #18879 2023-11-24 17:23:22 -03:00
vitoralmeida
5892460456 feat(layout-manager): adds new layouts for specific integration scenarios #18879 2023-11-24 04:07:41 -03:00
Ramón Souza
396d71b35f
Merge pull request #19199 from Scroody/fix-listen-only-color
Fix: listen only wrong color
2023-11-23 16:14:58 -03:00
Ramón Souza
66a45dbf56
Merge pull request #19124 from ramonlsouza/remove-presentation-server
refactor: remove unused code - presentation
2023-11-23 14:46:26 -03:00
Anton Georgiev
3ec381cd77
Merge pull request #19157 from bigbluebutton/sfu2121
build(bbb-webrtc-sfu): v2.12.1
2023-11-23 12:26:23 -05:00
Anton Georgiev
f1fd523d2c
Merge pull request #19134 from Scroody/npm-oct19
chore: npm audit fixes bbb-html5
2023-11-23 11:52:45 -05:00
Ramón Souza
a59bda34f5 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-presentation-server 2023-11-23 13:17:40 -03:00
Anton Georgiev
eeac6811fc fresh npm audit fix nov23, 2023 2023-11-23 11:09:25 -05:00
Anton Georgiev
ed6c80e333 Merge remote-tracking branch 'bbb/v3.0.x-release' into npm-oct19 2023-11-23 11:05:04 -05:00
Gustavo Trott
e6a7e2197f
Fix button 'Open BigBlueButton Tablet app' for meeting with whitespace in its name (#19201) 2023-11-23 13:03:24 -03:00
Ramón Souza
9a2ca89004 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-presentation-server 2023-11-23 11:35:00 -03:00
Anton Georgiev
fb3701c14f
Merge branch 'v3.0.x-release' into sfu2121 2023-11-23 09:34:41 -05:00