Commit Graph

353 Commits

Author SHA1 Message Date
germanocaumo
6502cfe646 refactor: rename skipCheckIfPreviousDevice to skipEchoTestIfPreviousDevice
changed userData from bbb_skip_check_if_previous_device to bbb_skip_echotest_if_previous_device
2024-07-19 11:29:38 -03:00
germanocaumo
e090356210 chore: add skipCheckIfPreviousDevice to docs 2024-07-11 08:54:12 -03:00
Anton Georgiev
d474ea9c1d
docs: link to 3 alpha 7, tweaks to what is new in 3.0 2024-06-29 08:31:39 -04:00
Anton Georgiev
4fd71a34b3
fix: correct statements about presentations not being migrated and how to fix entity too large errors (#20606)
Co-authored-by: Daniel Molkentin <danimo@infra.run>
2024-06-28 11:46:12 -04:00
André Castro
9128a2dde8
Refactor: Remove the old user status (reaction/emoji) (#20455)
* Refactor: Remove the old user status (reaction/emoji)

* Update settings.yml

* test: remove old user status testing code related

---------

Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-06-26 15:40:18 -03:00
Anton Georgiev
546cccee35
docs: Tweak gladia documentation with improved yq commands (#20584) 2024-06-25 13:37:15 -04:00
Anton Georgiev
0e48465109 docs: first cut of Plugins page 2024-06-24 12:59:21 -04:00
Anton Georgiev
1a89d6a954 docs: first cut of Plugins page 2024-06-24 12:56:08 -04:00
Anton Georgiev
eb15514ed3
docs: 3.0 Added Gladia docs (how to configure) (#20560)
* docs: 3.0 Gladia docs

* docs: add alpha.6 url
2024-06-20 15:55:01 -04:00
Anton Georgiev
c2d4d4d888
docs: Fix broken api.md building (#20558) 2024-06-20 13:59:48 -04:00
Ramón Souza
2020a56180 fix default value for bbb_display_branding_area in docs 2024-06-19 10:30:11 -03: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
45593b79a4 docs: document allowPromoteGuestToModerator [3.0] 2024-06-14 16:50:00 -04:00
Anton Georgiev
d42958949d
[3.0] docs: adjust correct default value for breakouts being recorded 2024-06-14 16:01:22 -04:00
André Castro
365bd27e89
Client: Updating: userdata-bbb_multi_user_tools, userdata-bbb_presenter_tools and userdata-bbb_multi_user_pen_only (#20218)
* Client: Updating: userdata-bbb_multi_user_tools, userdata-bbb_presenter_tools and userdata-bbb_multi_user_pen_only

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-07 16:13:25 -04:00
Gustavo Trott
81d30480bd
feature: Introduces API /sendChatMessage endpoint (#20323)
* feature: Introduces API /sendChatMessage endpoint

* only allow GET requests for sendChatMessage

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-06 15:49:52 -04:00
Anton Georgiev
49a025896f
Update api.md (#20427)
Add a link in https://docs.bigbluebutton.org/development/api/#join to the additional parameters in 
https://docs.bigbluebutton.org/administration/customize/#application-parameters

Co-authored-by: Fred Dixon <ffdixon@gmail.com>
2024-06-06 08:43:19 -04:00
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component (#20344)
* refactor(guest-wait): turn guest wait page into a React component

* Fix rendering when the meeting is ended

* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql

* Add message timeout

* Remove static guest wait page

---------

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -03:00
Stefan Weil
262b7d150e Fix some typos (found by typos)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-05-24 12:10:49 -04:00
mbm_1607
5375ab9bc5 Update Playback section regarding video playback
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20300
2024-05-24 11:37:42 -04:00
mbm_1607
bb430e9463 Fix 404 links in docs
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20303
2024-05-24 11:37:23 -04:00
mbm_1607
6b31c6f7f2 Fix typos & spelling mistakes 2024-05-24 11:36:59 -04:00
mbm_1607
7fe2292604 Fix the documentation image attachments
Fixes https://github.com/bigbluebutton/bigbluebutton/issues/20297
2024-05-24 11:36:26 -04:00
Anton Georgiev
e35a8d09c3 Update docs/docs/new-features.md 2024-05-16 13:57:07 +00:00
Paul Trudel
bf669e0efe Readd documentation of API changes to New Features section 2024-05-16 13:56:52 +00:00
Paul Trudel
6f77d51b8e Update docs to accurately document API functionality 2024-05-16 13:56:19 +00:00
Paul Trudel
2508755e2f Document API validation changes 2024-05-16 13:52:05 +00:00
Anton Georgiev
6fd8a07318
docs: Added yq upgrade in the 3.0 docs 2024-05-14 12:45:15 -04:00
Anton Georgiev
34ae390443
Update faq.md 2024-05-10 16:19:41 -04:00
Anton Georgiev
ee4efe156a docs: drop release notes page 2024-05-10 16:04:26 -04:00
Anton Georgiev
2cc77f8bff document clientSettingsOverride 2024-05-10 15:59:00 -04:00
Anton Georgiev
6c8e890035 docs: expand on services description 2024-05-10 14:20:57 -04:00
Anton Georgiev
5512eb7cd8 Merge remote-tracking branch 'bbb/v3.0.x-release' into may9docs 2024-05-10 12:16:43 -04:00
Anton Georgiev
9b3fd1286b docs: diagrams update, api info update 2024-05-10 12:11:37 -04:00
Anton Georgiev
a054ac296a docs: WIP described features, removed old photos 2024-05-09 22:25:59 -04:00
Anton Georgiev
a441d70226
Merge branch 'v3.0.x-release' into docs-layout 2024-05-09 22:13:38 -04:00
Anton Georgiev
931bb32c05
Update docs/docs/new-features.md 2024-05-09 22:12:33 -04:00
Anton Georgiev
ac5c95e1e0
Update docs/docs/data/create.tsx 2024-05-09 21:59:41 -04:00
Anton Georgiev
5c605428a5 docs: fix links, remove obsolete content 2024-05-09 11:06:34 -04:00
Anton Georgiev
1db610c7e5 docs: undo remove diagram, part of next PR 2024-05-09 11:03:04 -04:00
Anton Georgiev
e40c07ebae docs: replaced search tool 2024-05-09 10:57:35 -04:00
Anton Georgiev
2a6ab18447 docs: update docusaurus from 3.0.1 to 3.3.2 2024-05-09 09:10:58 -04:00
Anton Georgiev
6e9732aece docs: improve README with a screenshot of the most common error 2024-05-09 09:05:25 -04:00
Anton Georgiev
9d5755ddb6 docs: fix npm audit updates 2024-05-09 09:04:04 -04:00
Anton Georgiev
264722bb44 docs: try to remove frontend and leave only bbb-html5 2024-05-07 21:24:24 -04:00
Gustavo Trott
885a24dd48 implement loginURL in DOCS and Client 2024-04-24 18:41:46 -03:00
Anton Georgiev
201e35da3f WIP: document allowOverrideClientSettingsOnCreateCall 2024-03-27 16:54:33 -04:00
Anton Georgiev
e6ee469514 docs: layouts info alpha.5 2024-03-20 11:56:39 -04:00
Anton Georgiev
51d1217012
Merge pull request #19844 from JoVictorNunes/fix-default-layout-3.0
!fix(layout): defaultLayout join parameter (port)
2024-03-20 08:56:20 -04:00
Anton Georgiev
0a1b1e8464
Update docs/docs/administration/customize.md 2024-03-20 08:55:25 -04:00