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
transifex-integration[bot]
b2f76d2cfd
Translate en.json in es_ES ( #20425 )
...
100% translated source file: 'en.json'
on 'es_ES'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-06 08:35:53 -04:00
transifex-integration[bot]
d35568215c
Translate en.json in ca ( #20424 )
...
100% translated source file: 'en.json'
on 'ca'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-06 08:35:31 -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
Anton Georgiev
6e3b582bdd
Merge pull request #20404 from paultrudel/content-type-validation-update-30
...
fix(API): Allow additional parameters in content type headers 3.0
2024-06-04 14:36:48 -04:00
KDSBrowne
caae9a1150
ensure duplicate shape shortcut does not trigger bookmark ( #20355 )
2024-06-04 14:25:09 -03:00
Ramón Souza
81bbb41fdc
adjust pinned notes action param type ( #20406 )
2024-06-04 14:14:24 -03:00
João Victor Nunes
f78ed525e4
fix(audio): conditions for muting the user on leave ( #20378 )
2024-06-04 14:10:54 -03:00
João Victor Nunes
ab0e1da86c
improvement(webcam): refine webcam controls ( #20374 )
2024-06-04 14:10:16 -03:00
João Victor Nunes
33ebbde924
refactor: remove Meteor trackers ( #20351 )
...
* Replace Auth tracker with makeVar
* Replace connection status tracker with makeVar
* Replace notification bar tracker with makeVar
2024-06-04 14:09:48 -03:00
Paul Trudel
e4708412a3
Remove unused imports and catch exceptions when parsing content type
2024-06-04 14:11:40 +00:00
Paul Trudel
f489198551
Use library for parsing content type string
2024-06-04 14:11:32 +00:00
Paul Trudel
f9a831aef1
Ingore case when comparing content type strings
2024-06-04 14:11:24 +00:00
Paul Trudel
bbae434a81
Allow additional values in content type header
2024-06-04 14:11:15 +00:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Guilherme Pereira Leme
bbf43f1e55
feat(html5): Added captionLocale property and related logic ( #20272 )
...
* [captionLocale] - added captionLocale
* [captionLocale] - changes in review
* [captionLocale] - Added new mutation captionAddLocale and removed captionSetOwner
* [captionLocale] - add action validation
* [captionLocale] - Changes in review
* [captionLocale] - fix update of graphql server
* [captionLocale] - merge conflicts
2024-06-03 16:14:32 -04:00
Gustavo Trott
a70aab091f
Fix wait group once now only two routines are created
2024-06-03 16:02:28 -03:00
transifex-integration[bot]
ef072c7b30
Translate en.json in de ( #20397 )
...
100% translated source file: 'en.json'
on 'de'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 11:50:16 -04:00
Ramón Souza
dc40bc3776
Merge pull request #20238 from JoVictorNunes/fix-user-list-style-0513
...
fix(users): broken styles when font size is increased
2024-06-03 11:10:12 -03:00
transifex-integration[bot]
494f6cef54
Translate en.json in et ( #20394 )
...
100% translated source file: 'en.json'
on 'et'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:19:21 -04:00
transifex-integration[bot]
40ffb3e7fa
Translate en.json in tr ( #20395 )
...
100% translated source file: 'en.json'
on 'tr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:18:57 -04:00
transifex-integration[bot]
6752e5475b
Translate en.json in ca ( #20393 )
...
100% translated source file: 'en.json'
on 'ca'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-06-03 09:18:29 -04:00
Ramón Souza
d02a092c0d
Merge pull request #20379 from ramonlsouza/error-boundary-whiteboard
...
refactor: add error boundary in whiteboard
2024-06-03 10:09:05 -03:00
Anton Georgiev
d242d1265d
Merge pull request #20386 from antobinary/tldraw-alpha.20
...
chore: bump tldraw to alpha.20 (from bbb fork)
2024-06-03 08:52:40 -04:00
Ramón Souza
018a170251
Merge pull request #20329 from JoVictorNunes/remove-screenshare-tracker
...
refactor(screenshare): replace `Tracker.Dependency` with `makeVar`
2024-06-03 09:33:08 -03:00
Anton Georgiev
edd71005ad
Merge remote-tracking branch 'bbb/v3.0.x-release' into tldraw-alpha.20
2024-05-31 15:37:08 -04:00
Anton Georgiev
767f11663c
Merge pull request #20388 from bigbluebutton/revert-20380-snyk-fix-568b0f7c27dcf914e066d93960bf4aa7
...
Revert "[Snyk] Fix for 1 vulnerabilities"
2024-05-31 15:35:03 -04:00
Anton Georgiev
7d6a7ef73b
Revert "[Snyk] Fix for 1 vulnerabilities"
2024-05-31 15:34:51 -04:00
Anton Georgiev
29e5979492
chore: bump tldraw to alpha.20 (from bbb fork)
2024-05-31 14:50:54 -04:00
Anton Georgiev
e146e8ce0a
Merge pull request #20380 from bigbluebutton/snyk-fix-568b0f7c27dcf914e066d93960bf4aa7
...
[Snyk] Fix for 1 vulnerabilities
2024-05-31 10:08:17 -04:00
transifex-integration[bot]
bcd47c9f03
Translate en.json in gl ( #20382 )
...
100% translated source file: 'en.json'
on 'gl'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-31 10:07:34 -04:00
snyk-bot
efa8980396
fix: record-and-playback/core/Gemfile to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639
2024-05-31 03:15:29 +00:00
Anton Georgiev
7a1d84fece
Merge pull request #20377 from ramonlsouza/add-missing-param
...
fix: add missing parameter in Settings.save - intl adapter
2024-05-30 16:03:15 -04:00
Ramón Souza
971af964ad
Merge pull request #20339 from GuiLeme/fix-plugin-data-consumption-hooks
...
fix(plugins): Multiple updates of hooks
2024-05-30 16:31:14 -03:00
Ramón Souza
8bb981ad99
add error boundary in whiteboard
2024-05-30 15:36:46 -03:00
Ramón Souza
f8b83fad33
Merge pull request #20321 from KDSBrowne/bbb-20318
...
fix(whiteboard): Disable Tldraw Menu For Users Without Whiteboard Access
2024-05-30 15:05:00 -03:00
Ramón Souza
114c7548dd
add missing parameter in Settings.save - intl adapter
2024-05-30 14:07:02 -03:00
Gustavo Trott
4e2e3254e7
refactor (akka-apps): Remove unused UserJoinMeetingAfterReconnectReqMsg
( #20370 )
...
* Replace tabId by clientSessionUUID
* refactor gql-middleware to perform validations and send errors properly
* small tweaks
* fix linter errors
* refresh session variables on invalidate user connection
* set clientIsMobile on join
* Remove unused UserJoinMeetingAfterReconnectReqMsg
2024-05-30 13:18:48 -03:00
KDSBrowne
41212689df
Merge pull request #17 from gabriellpr/test-flaky-flag
...
test: add flaky flag
2024-05-30 10:44:05 -04:00
transifex-integration[bot]
f4ea95fd2b
Updates for project BigBlueButton v3.0 HTML5 client and language eu ( #20360 )
...
* Translate en.json in eu
100% translated source file: 'en.json'
on 'eu'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:32:18 -04:00
transifex-integration[bot]
5cb9af7673
Translate en.json in uk_UA ( #20364 )
...
100% translated source file: 'en.json'
on 'uk_UA'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:29:44 -04:00
transifex-integration[bot]
db114d9e9b
Updates for project BigBlueButton v3.0 HTML5 client and language es_ES ( #20365 )
...
* Translate en.json in es_ES
100% translated source file: 'en.json'
on 'es_ES'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:28:46 -04:00
transifex-integration[bot]
dabe9a7bae
Translate en.json in fr ( #20367 )
...
100% translated source file: 'en.json'
on 'fr'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 10:26:17 -04:00
transifex-integration[bot]
0f98f59f4e
Translate en.json in ja ( #20366 )
...
100% translated source file: 'en.json'
on 'ja'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 09:34:18 -04:00
transifex-integration[bot]
50bb73f4f0
Updates for project BigBlueButton v3.0 HTML5 client and language el_GR ( #20357 )
...
* Translate en.json in el_GR
100% translated source file: 'en.json'
on 'el_GR'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-30 09:33:31 -04:00
Gabriel Porfirio
4812c0cf1d
add flaky flag to the poll results whiteboard test
2024-05-30 10:25:42 -03:00
Ramón Souza
42e6873e6a
Merge pull request #20354 from ramonlsouza/issue-20342
...
fix: "Show Welcome Message" button always disabled
2024-05-30 09:54:14 -03:00
Lucas
4f741b8cc0
fix(captions): Fixed captions mute/unmute, adding some debug logs ( #20345 )
...
* fix(captions): Fixed captions mute/unmute
* typescript updates
* more lint adjustments
---------
Co-authored-by: João Victor Nunes <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
2024-05-29 16:48:07 -04:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -03:00
João Victor
83acc1fe9a
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-29 17:01:12 -03:00