Commit Graph

400 Commits

Author SHA1 Message Date
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
João Victor
006c6e8c43 fix(layout): defaultLayout join parameter 2024-03-18 17:42:03 -03:00
Anton Georgiev
3ad11875c3
docs: bash script reads /etc/turnserver.conf to get realm and secret. (#18184) (#19843) (port)
* bash script reads /etc/turnserver.conf to get realm and secret.

Co-authored-by: Marc Kohaupt <debuglevel@gmail.com>
2024-03-18 16:30:35 -04:00
Anton Georgiev
e4e4b1e304
feat(config): add checkSumAlgorithmForBreakouts in akka-apps (port) #19754 (#19833)
* feat(config): add checkSumAlgorithmForBreakouts in akka-apps (port) (#19754)
2024-03-18 10:00:04 -04:00
Anton Georgiev
ef300cf28e
chore: Fix typo (found by typos) (port) #19834
Co-authored-by: Stefan Weil <sw@weilnetz.de>
2024-03-18 09:58:53 -04:00
Anton Georgiev
4cf95641c8
docs: Update FreeSWITCH configs - Nine digits PIN (port) #19838
Co-authored-by: wilkis <git@marv.one>
2024-03-18 09:57:50 -04:00
Anton Georgiev
5ed2247804
docs: Update Links In install.md Doc (#19837) (port)
Co-authored-by: wilkis <git@marv.one>
2024-03-18 09:57:22 -04:00
Anton Georgiev
55d001ed21
docs: Updated OS requirements 2024-03-17 22:01:17 -04:00
Anton Georgiev
5295e69954
docs: Instructions for how to update localization file de.json 2024-03-14 10:39:42 -04:00
Anton Georgiev
ff58fa0170
docs: added a link to alpha.4 2024-02-23 22:08:48 -05:00
Ramón Souza
a813624f01
Merge pull request #19177 from Scroody/issue-12614
feat: leave meeting button
2024-02-23 14:13:01 -03:00
Anton Georgiev
fce0006a70
Update api.md 2024-02-16 14:47:59 -05:00
Anton Georgiev
3a08d48214
docs: document learningDashboardDownloadSessionData 2024-02-16 14:23:25 -05:00
Anton Georgiev
833296fd4e
docs: added a link to alpha.3 2024-02-12 09:23:15 -05:00
Anton Georgiev
37cc9e4755
docs: Close code block in customize md (port of 19588) 2024-02-06 09:06:25 -05:00
André
859d4b2226 merge 2024-02-05 14:36:55 -03:00
Anton Georgiev
8f7c23e175
docs: add link to 3.0.0-alpha.2 2024-01-30 18:39:40 -05:00
Anton Georgiev
6dcf99bd96
docs: Capitalization in Support section 2024-01-25 16:23:37 -05:00
SilentFlameCR
e34c2d0c62 updated greenlight docs to include user:set_admin_role rake task 2024-01-25 15:52:01 -05:00
farhatahmad
ee412b7c09 Greenlight v3 more docs updates 2024-01-25 15:46:47 -05:00
Tim Bird
289c80c688 Update bbb-conf.md - fix typo in word 'easi'
Change 'easi' to 'easy'
2024-01-25 15:46:29 -05:00
Anton Georgiev
7b44d80304 Update links formatting 2024-01-25 15:46:16 -05:00
Anton Georgiev
957dd56ade feat: join param for default animations setting value 2024-01-22 16:33:58 -05:00
Anton B
fe353009d1 docs: update hide_presentation_on_join parameter description 2024-01-17 12:33:22 -03:00
Gustavo Trott
5779bc0410
Add a new config graphqlWebsocketUrl in bbb-web.properties (#19433) 2024-01-15 14:12:06 -03:00
prlanzarin
8ec9b7f68f docs: adjust docs to be compatible with bbb-webhooks@v3.0.x
These are minor changes to make the current bbb-webhooks documentation
page compatible with the newer bbb-webhooks@v3.0.x versions.

It'll be further detailed with some of the new features (e.g.: xAPI
support) down the road. A cleanup should also be done later on.
2024-01-09 14:36:27 +00:00
Anton Georgiev
8f382994eb
docs: add link to 3.0.0-alpha.1 2023-12-19 14:43:59 -05:00
Anton Georgiev
354566bd2c build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00
Anton Georgiev
66a6c8e3ad docs: add missing index portions to 2 pages 2023-12-13 11:49:14 -05:00
Anton Georgiev
dacf5422cf docs: simpler docusaurus.config.js for non-default branch 2023-12-07 22:05:47 -05:00
Anton Georgiev
2c0cdf1d22 docs: drop versions from non-default branch 2023-12-07 21:57:49 -05:00
Anton Georgiev
1767972b5d
docs: build 3.0 docs 2023-12-07 16:33:38 -05:00
Anton Georgiev
a7c792bd5b
docs: add 2.5 docs fix 2023-12-07 16:29:51 -05:00
Anton Georgiev
83a59d66da docs: 3.0 header, new features listed 2023-12-07 15:29:29 -05:00
Anton Georgiev
e327745350 docs: updated README to contain npm npx and not yarn 2023-12-07 14:02:04 -05:00
Anton Georgiev
e09ac2c755 docs: drop yarn (3.0) 2023-12-07 14:00:53 -05:00
Anton Georgiev
77e657d093 docs: drop dead link 2023-12-07 13:58:02 -05:00
Anton Georgiev
2bb89c515e docs: init changes for BBB 3.0 2023-12-07 11:03:08 -05:00
Anton Georgiev
d489f0a072 Merge remote-tracking branch 'bbb/develop' into v3.0 2023-12-05 12:43:24 -05:00
Anton Georgiev
dcafff9fae
Update docs/docusaurus.config.js 2023-12-05 11:48:50 -05:00
Anton Georgiev
2070ca160d upgrade react for docs 2023-12-05 11:13:51 -05:00
Anton Georgiev
fbf296d8fe bump 2.5 docs tag 2023-12-05 10:47:22 -05:00
Anton Georgiev
d92f4d20ab
Merge pull request #19279 from antobinary/docs-upgrade
docs: comply to MDX v3 (stricter markdown)
2023-12-05 10:44:12 -05:00
Anton Georgiev
13416f3081 chore(docs): upgraded docusaurus to 3.0.1 2023-12-05 10:14:17 -05:00
Anton Georgiev
ad214157e4 docs: comply to MDX v3 (stricter markdown) 2023-12-05 10:05:37 -05:00
Anton Georgiev
dc6d92d169 001 try to adjust for docs baseurl 2023-12-05 09:59:13 -05: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
André
e24ac4094e Merge remote-tracking branch 'upstream/v3.0.x-release' into issue-12614 2023-11-27 14:41:23 -03:00
Anton Georgiev
41671a773d
Merge pull request #19022 from bigbluebutton/dependabot/npm_and_yarn/docs/postcss-8.4.31
Bump postcss from 8.4.21 to 8.4.31 in /docs
2023-11-23 10:50:52 -05:00
Anton Georgiev
7eb5d587cd
Merge pull request #18972 from louim/patch-1
docs: Update outdated reference to index.html path
2023-11-23 10:28:18 -05:00
Anton Georgiev
5a51b727a0
Merge pull request #18964 from techhive-solutions/install-typo-fix
docs: Update typos in install.md
2023-11-23 10:22:28 -05:00
farhatahmad
1432d9af26 Added entry for OPENID_CONNECT_UID_FIELD 2023-11-22 10:02:57 -05:00
farhatahmad
4d16fb6541 Greenlight v3 Docs: Add information for migrating local accounts 2023-11-21 14:35:28 -05:00
Ramón Souza
8eb49a0887 feat: leave meeting button 2023-11-20 13:30:07 -03:00