Anton Georgiev
60352f0af4
docs: Add 2.7.10 docs images (to be able to fix docs ci)
2024-07-24 21:33:41 -04:00
Anton Georgiev
50e3c5aa42
chore: rename meeting to session in en.json ( #20743 )
2024-07-22 08:50:49 -04:00
Guilherme Pereira Leme
6fcb1995e9
docs: enhance readability and information availability for presentation files supported ( #20741 )
2024-07-19 15:32:21 -04:00
Gustavo Trott
cf0b32efff
Merge pull request #20682 from germanocaumo/skip-ecoTest-if-previous
...
Microphone: add option to skip echo test if session has valid input/output devices stored
2024-07-19 13:16:11 -03:00
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
Guilherme Pereira Leme
a3e56171d7
fix(bbb-web and html5): removed .odi and .odc file-type supports ( #20729 )
...
* [issue-20346] - removed .odi and .odc not supported anymore by soffice files.
* [issue-20346] - changes in review
* [issue-20346] --
2024-07-19 09:21:55 -04:00
germanocaumo
cbe0b4f6ae
feat(webcams): skip video preview if valid input devices stored ( #20696 )
...
* feat(webcams): skip video preview if valid input devices stored
Additionally:
- refactor: re-use the existing VirtualBackground_* storage info instead
of creating a new one
- fix: store background choices per deviceId instead of globally
- fix: guarantee background restore attempts are *critical* when
video-preview is supposed to be skipped. We want the preview to be
shown if the previous background could not be restored to preserver
the user's privacy choice
- fix: cameras could not be shared if no previous device info was in
the user's session
- fix: uploaded background images were not correctly restored
- fix: do not spin up virtual bg workers for brightness if it has not
been altered by the user
- refactor: remove old video-provider background restore routine,
centralize it in video-preview
* fix(skip-video-preview): correct storage check and add playwright test and docs
---------
Co-authored-by: prlanzarin <4529051+prlanzarin@users.noreply.github.com>
2024-07-18 16:24:10 -04:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
Gustavo Trott
1683f4c3fe
refactor: Rename all customParameters
references to userMetadata
or userdata
( #20692 )
...
* Rename all customParameters references to userMetadata
* fix linter error
* Update docs/docs/development/api.md
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
* Update bigbluebutton-html5/imports/ui/components/settings-loader/component.tsx
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-07-16 13:40:49 -04: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
f29e7a2288
Merge pull request #20302 from MBM1607/fix-doc-recording-playback-section
...
docs: Update Playback section regarding video playback
2024-05-22 10:11:02 -04:00
Anton Georgiev
83753e5fb9
Merge pull request #20304 from MBM1607/fix-doc-faq-links
...
docs: Fix 404 links in docs
2024-05-22 10:05:53 -04:00
Anton Georgiev
40bb58eaaa
Merge pull request #20299 from MBM1607/fix-documentation-typos
...
docs: Fix typos & spelling mistakes in docs
2024-05-22 10:04:35 -04:00
mbm_1607
6692bea339
Fix 404 links in docs
...
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20303
2024-05-19 20:44:14 +05:00
mbm_1607
68efda3bce
Update Playback section regarding video playback
...
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20300
2024-05-19 20:13:35 +05:00
mbm_1607
7f25cff8c3
Fix typos & spelling mistakes
2024-05-18 15:52:38 +05:00
mbm_1607
e5e95676ad
Fix the documentation image attachments
...
Fixes https://github.com/bigbluebutton/bigbluebutton/issues/20297
2024-05-18 15:33:34 +05: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
Ghazi Triki
f30bca01dd
Better icons for the documentation main page.
2024-05-14 11:25:55 +01:00
paulseto
5dc056abaf
Update docusaurus.config.js
...
1. Script comes from BayCloud, a cookie consent platform.
2. Token does expire.
3. querystring parameter hN must be updated to match domain.
2024-05-13 15:28:09 -04:00
paulseto
75cba0c910
Update docusaurus.config.js
...
Add a cookie consent control required by GDPR.
2024-05-13 13:00:44 -04:00
hiroshisuga
c53655d52e
[doc] avoid confusion of default presentation ( #18103 )
...
* Update docs/docs/administration/customize.md
2024-05-10 22:08:42 -04:00
Anton Georgiev
c5175677a3
Merge pull request #19370 from hiroshisuga/patch-6
...
[3.0a] update doc for installation
2024-05-10 22:06:19 -04:00
Anton Georgiev
425e17b8c7
docs: re-add missing images so docs can build for 2.7
2024-05-10 21:53:18 -04:00
Anton Georgiev
541fd70bdd
docs: build tag v2.5.20
2024-05-10 21:37:28 -04:00
Anton Georgiev
9a93275ee1
docs: temp disable docs older than 2.7
2024-05-10 21:25:43 -04:00
Anton Georgiev
6315e3a0dd
docs: drop old docusaurus-search-local
2024-05-10 20:36:51 -04:00
Anton Georgiev
eba4ddd81a
Merge remote-tracking branch 'bbb/v3.0.x-release' into develop
2024-05-10 19:11:44 -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
dependabot[bot]
81cfadbaf0
Bump the npm_and_yarn group across 7 directories with 11 updates
...
Bumps the npm_and_yarn group with 3 updates in the /bbb-graphql-actions directory: [express](https://github.com/expressjs/express ), [follow-redirects](https://github.com/follow-redirects/follow-redirects ) and [semver](https://github.com/npm/node-semver ).
Bumps the npm_and_yarn group with 9 updates in the /bbb-graphql-client-test directory:
| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express ) | `4.18.2` | `4.19.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects ) | `1.15.4` | `1.15.6` |
| [semver](https://github.com/npm/node-semver ) | `6.3.0` | `6.3.1` |
| [graphql](https://github.com/graphql/graphql-js ) | `16.6.0` | `16.8.1` |
| [@adobe/css-tools](https://github.com/adobe/css-tools ) | `4.0.1` | `4.3.3` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) | `7.20.5` | `7.24.1` |
| [tough-cookie](https://github.com/salesforce/tough-cookie ) | `4.1.2` | `4.1.3` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) | `5.3.3` | `5.3.4` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap ) | `1.2.3` | `1.2.5` |
Bumps the npm_and_yarn group with 5 updates in the /bbb-learning-dashboard directory:
| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express ) | `4.18.1` | `4.19.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects ) | `1.15.4` | `1.15.6` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) | `7.23.2` | `7.24.1` |
| [postcss](https://github.com/postcss/postcss ) | `8.4.31` | `8.4.32` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) | `5.3.3` | `5.3.4` |
Bumps the npm_and_yarn group with 3 updates in the /bigbluebutton-html5 directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects ), [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) and [ip](https://github.com/indutny/node-ip ).
Bumps the npm_and_yarn group with 1 update in the /bigbluebutton-tests/playwright directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects ).
Bumps the npm_and_yarn group with 5 updates in the /bigbluebutton-tests/puppeteer directory:
| Package | From | To |
| --- | --- | --- |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects ) | `1.15.4` | `1.15.6` |
| [semver](https://github.com/npm/node-semver ) | `6.3.0` | `6.3.1` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) | `7.17.3` | `7.24.1` |
| [tough-cookie](https://github.com/salesforce/tough-cookie ) | `4.0.0` | `4.1.3` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap ) | `1.2.3` | `1.2.5` |
Bumps the npm_and_yarn group with 4 updates in the /docs directory: [express](https://github.com/expressjs/express ), [follow-redirects](https://github.com/follow-redirects/follow-redirects ), [postcss](https://github.com/postcss/postcss ) and [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ).
Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `semver` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0 )
Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `semver` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0 )
Updates `graphql` from 16.6.0 to 16.8.1
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1 )
Updates `@adobe/css-tools` from 4.0.1 to 4.3.3
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
Updates `@babel/traverse` from 7.20.5 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse )
Updates `tough-cookie` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3 )
Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
Updates `express` from 4.18.1 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `@babel/traverse` from 7.23.2 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse )
Updates `postcss` from 8.4.31 to 8.4.32
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32 )
Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `@babel/traverse` from 7.23.5 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse )
Updates `ip` from 2.0.0 to 2.0.1
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `semver` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0 )
Updates `@babel/traverse` from 7.17.3 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-traverse )
Updates `tough-cookie` from 4.0.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3 )
Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
Updates `follow-redirects` from 1.15.4 to 1.15.6
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
Updates `postcss` from 8.4.32 to 8.4.38
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.31...8.4.32 )
Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:production
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: semver
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: express
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: semver
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: graphql
dependency-type: direct:production
dependency-group: npm_and_yarn-security-group
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: tough-cookie
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: webpack-dev-middleware
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: word-wrap
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: express
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
dependency-type: direct:development
dependency-group: npm_and_yarn-security-group
- dependency-name: webpack-dev-middleware
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: ip
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: semver
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: "@babel/traverse"
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: tough-cookie
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: word-wrap
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: express
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
- dependency-name: webpack-dev-middleware
dependency-type: indirect
dependency-group: npm_and_yarn-security-group
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 16:09:23 +00:00
Anton Georgiev
953695b5f3
Merge remote-tracking branch 'bbb/v3.0.x-release' into merge-dev-alpha5
2024-03-28 10:53:16 -04:00
Anton Georgiev
201e35da3f
WIP: document allowOverrideClientSettingsOnCreateCall
2024-03-27 16:54:33 -04:00
Anton Georgiev
e35338fbe2
Merge pull request #19374 from hiroshisuga/patch-10
...
[doc dev guide] set passwd for user bigbluebutton + delete an unnecessary line
2024-03-27 16:13:04 -04:00
Anton Georgiev
7055925344
docs: support->Support
2024-03-20 12:01:20 -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
Stefan Weil
3c10b4b838
Fix some typos (found by typos)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-03-11 15:50:54 +01:00
Stefan Weil
00013312eb
Fix typo (found by typos)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-03-10 10:53:34 +01:00
Anton Georgiev
2fa1161326
Merge pull request #18292 from wilkis3/wilkis3-doc-customize-freeswitch
...
docs: Update Freeswitch Documentation: Nine Numbers PIN
2024-03-07 14:35:55 -05:00
Anton Georgiev
93c0834baf
Merge pull request #18295 from wilkis3/wilkis3-doc-admin-install-links
...
Update Links In install.md Doc
2024-03-07 14:27:38 -05: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
f1d74a38e8
docs: Force trailingSlash
2024-01-26 12:18:56 -05:00