Commit Graph

13894 Commits

Author SHA1 Message Date
KDSBrowne
280a48ab71 fix non pres wb user tool selection 2024-06-17 19:57:57 +00:00
KDSBrowne
c40ccad5b4 fix focus not moving to chat while editing shape 2024-06-17 19:06:05 +00:00
schrd
64e43e4331
fix(core): 3.0 cluster setup (#20439)
* Add graphql API endpoint to BBB API

This parameter will be required for the HTML5 client to discover the API
endpoint of the GraphQL API so it can fetch its settings.

* Fix: ensure API calls are headed towards the BBB Server

In a cluster setup the URL that is visible in the browser is different
from the URL of the BBB Server.

The clients needs to contact the BBB server to retrieve information
about the graphQL websocket and the graphql API.

This patch adds the GraphQL API endpoint to the BBB API and changes the
Client to use it.

* Make GraphQL API endpoint configurable

The default value should work for single node and cluster setups

* Update docs to reflect changes required by cluster setup

* fix eslint and typescript errors

* Fix cluster setup docs

- add missing parts for hasura
- use consistent domain example.com

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/conf/bigbluebutton.properties

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

---------

Co-authored-by: Daniel Schreiber <daniel.schreiber@hrz.tu-chemnitz.de>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-17 14:26:13 -04:00
Anton Georgiev
52a548b93e
Merge pull request #20507 from ramonlsouza/fix-use-fixed-locale
fix: invalid hook call error when audio captions are active
2024-06-17 14:05:34 -04:00
Ramón Souza
88e67259f0 fix invalid hook call 2024-06-17 13:15:08 -03:00
Anton Georgiev
e2a6c25ab2
Merge pull request #20504 from gustavotrott/allowPromoteGuestToModerator-30
feat (backport 3.0): Introduces `allowPromoteGuestToModerator` config
2024-06-17 11:26:21 -04:00
Dennis Benz
c8e2d8b239 Resolve conflicts 2024-06-17 10:47:41 -03:00
João Victor
5483099739 Remove 'graphql' tag from component names 2024-06-17 08:58:33 -03:00
João Victor
13425335df Fix imports 2024-06-17 08:54:03 -03:00
João Victor
452867246a Delete and move files 2024-06-17 08:35:11 -03:00
João Victor
0ebd745ee2 Fix disabled features 2024-06-14 18:16:28 -03:00
João Victor
5f41c712fb Fix bugs 2024-06-14 17:57:40 -03:00
João Victor
6fdfc21532 Remove Meteor import 2024-06-14 17:20:09 -03:00
João Victor
bd89cb6033 Remove imports 2024-06-14 16:57:23 -03:00
João Victor
ac72582c04 Merge branch 'v3.0.x-release' into remove-mongo-adapters 2024-06-14 16:55:53 -03:00
João Victor
a45eea5a26 Remove Meteor imports 2024-06-14 16:54:31 -03:00
Gustavo Trott
6984763da7
Merge pull request #20483 from GuiLeme/fix-caption-locale-subscription
fix(html5): caption subscription error
2024-06-14 16:53:22 -03:00
Anton Georgiev
c8dece66f0
Merge pull request #20463 from Arthurk12/generic-content-types
feat(plugins): adds generic content types 'MAIN' and 'SIDEKICK'
2024-06-14 15:18:42 -04:00
João Victor
095cbe4268 Add optional chaining 2024-06-14 16:17:31 -03:00
João Victor
5207383b93 Merge branch 'v3.0.x-release' into remove-mongo-adapters 2024-06-14 15:58:23 -03:00
João Victor
40c3633ff9 Tweak dependency array 2024-06-14 15:57:42 -03:00
Arthurk12
18d3ac7b73 review: fix linter "trailing space" error 2024-06-14 15:41:54 -03:00
João Victor
dac101523f Fix infinit loop 2024-06-14 15:40:40 -03:00
João Victor
dcf8b5c9be Merge remote-tracking branch 'tainan/remove-withtracker-2-they-strike-back' into remove-mongo-adapters 2024-06-14 15:34:07 -03:00
Arthurk12
b7f9920b6e review: fix tsc errors 2024-06-14 15:32:55 -03:00
Tainan Felipe
9c62fdb191 Fix: inifity load 2024-06-14 14:38:50 -03:00
João Victor
7c5b6230f6 Tweak webcam sorting 2024-06-14 14:32:22 -03:00
Arthurk12
8186a0bd71 review: fix last parts that were not following naming pattern 2024-06-14 13:48:25 -03:00
João Victor
d908f99055 Comment adapters loading 2024-06-14 12:21:46 -03:00
João Victor
310b9f108b Merge remote-tracking branch 'tainan/remove-withtracker-2-they-strike-back' into remove-mongo-adapters 2024-06-14 11:40:49 -03:00
João Victor
7738207fb5 Remove users adapter consumption 2024-06-14 11:35:53 -03:00
João Victor
b00f49ab9b Remove screenshare adapter consumption 2024-06-14 11:35:23 -03:00
Tainan Felipe
f0967dafaa Fix: poll disable 2024-06-14 11:12:44 -03:00
Tainan Felipe
9c023c7fbc Remove: presentation upload toast withTracker 2024-06-14 10:41:14 -03:00
João Victor
78958ccf45 Remove meeting adapter consumption 2024-06-14 10:30:48 -03:00
Ramón Souza
dcae9d9180
Merge pull request #20472 from Scroody/i-20399
Fix: Focus on text input is lost after sending the message
2024-06-14 10:24:32 -03:00
Ramón Souza
61cf2d4da7
Merge pull request #20482 from ramonlsouza/warn-jun13
refactor: fix warnings
2024-06-14 09:44:11 -03:00
Arthurk12
6ac3c21647 review: lint generic-content files 2024-06-13 19:32:11 -03:00
Arthurk12
c3f1423ae8 review: fix generic content types 2024-06-13 19:30:37 -03:00
Anton Georgiev
1cc8c93804
Merge pull request #20473 from ramonlsouza/issue-20442
fix: Pinned notes disappears when changing layout
2024-06-13 16:14:11 -04:00
Ramón Souza
13fb64f294 fix conflict 2024-06-13 16:04:47 -03:00
Ramón Souza
78e15c82a2 Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_20481 2024-06-13 16:04:26 -03:00
Guilherme Leme
284753e6b9 [fix-caption-locale-subscription] - fix captionLocale subscription error 2024-06-13 15:47:54 -03:00
Ramón Souza
2d9023051f add forcePollOpen default value 2024-06-13 13:41:00 -03:00
Ramón Souza
a3140b4840 add pollIsOpen default value 2024-06-13 13:38:54 -03:00
Ramón Souza
8118bb0832 upgrade react-transition-group and remove findDOMNode 2024-06-13 13:30:28 -03:00
Ramón Souza
29e835d0cc remove findDOMNode from chat list rove 2024-06-13 13:13:03 -03:00
Tainan Felipe
5aa575c322 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-withtracker-2-they-strike-back 2024-06-13 12:07:50 -03:00
João Victor
8568580ed4 Fix comment 2024-06-13 12:01:34 -03:00
João Victor
af44df46e7 fix: join breakout with audio 2024-06-13 12:00:30 -03:00