João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency
with observer hook ( #20322 )
...
* refactor(storage): replace Tracker.Dependency with observer hook
* fix(storage): set initial value
* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -03:00
Ramón Souza
28fb37f5ee
only receive user join/leave and guest join notifications if enabled
2024-06-06 10:35:27 -03: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
KDSBrowne
adf905cfce
restore keys to move selected shapes | fix focus loss editing shapes
2024-06-05 22:15:43 +00: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
KDSBrowne
e9bf2cd3b4
update icon size
2024-06-05 19:49:43 +00:00
KDSBrowne
f07d88bc4f
update presntation dropdown menu icon
2024-06-05 19:49:30 +00:00
Ramón Souza
48ba1d5875
fix create breakouts option in userlist dropdown
2024-06-05 11:34:26 -03:00
KDSBrowne
caae9a1150
ensure duplicate shape shortcut does not trigger bookmark ( #20355 )
2024-06-04 14:25:09 -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
KDSBrowne
3c3621c4b4
add comment | reduce camera update delay
2024-06-04 15:44:47 +00:00
KDSBrowne
923287e2e7
simplify meta property checks for remote shapes
2024-06-04 15:44:32 +00:00
KDSBrowne
7f3996c816
clean line shape handles in akka (similar to arrow bindings)
2024-06-04 15:44:16 +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
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
29e5979492
chore: bump tldraw to alpha.20 (from bbb fork)
2024-05-31 14:50:54 -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
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
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
Ramón Souza
b0ff414acb
fix incorrect chat id
2024-05-30 09:57:01 -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
Ramón Souza
24d7e5ef45
fix show welcome message item - chat dropdown
2024-05-29 13:39:41 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
Anton Georgiev
d0f0084a17
Merge pull request #20341 from antobinary/fix-deploy-html5
...
fix: create locale index.json in deploy_to_usr_share.sh
2024-05-28 15:56:13 -04:00
Ramón Souza
1467da5ee5
Merge pull request #20311 from JoVictorNunes/issue-20265
...
fix: drop audio and video when joining breakout room
2024-05-28 11:11:53 -03:00
João Victor
ddfc83e8c7
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-28 10:50:15 -03:00
Gustavo Trott
d2cf4f0439
Temporary log to help debugging an error
2024-05-28 08:27:52 -03:00
Anton Georgiev
5dbc281de9
fix: create locale index.json in deploy_to_usr_share.sh
2024-05-27 13:16:23 -04:00
Ramón Souza
e656fd8356
Merge pull request #20328 from Scroody/selected-style
...
UI: Selected tab's style indicating active
2024-05-27 13:01:52 -03:00
André Möller
ad01155437
changing gray tone
2024-05-27 11:26:22 -03:00
Guilherme Leme
5a868d7a55
[fix-plugin-data-consumption-hooks] - fix currentUser and useMeeting
2024-05-27 11:26:10 -03:00
Guilherme Leme
723e587f04
Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-plugin-data-consumption-hooks
2024-05-27 10:57:10 -03:00
KDSBrowne
b50fa958dd
disable right-click menu for non access whiteboard users
2024-05-24 22:34:12 +00:00
João Victor
8cfbcf4cce
Merge branch 'v3.0.x-release' into remove-screenshare-tracker
2024-05-24 18:07:53 -03:00
João Victor
0a00aa5e49
Fix merge errors
2024-05-24 17:42:32 -03:00
João Victor Nunes
e58c5bac7d
Merge branch 'v3.0.x-release' into remove-with-trackers-0516
2024-05-24 17:26:49 -03:00
Gustavo Trott
684fec7b13
Merge pull request #20191 from JoVictorNunes/video-streams-improvements-05.06
...
fix(webcam): fixes, improvements et al.
2024-05-24 17:13:15 -03:00
João Victor Nunes
4e345d5c98
Remove console.log
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-05-24 12:32:26 -03:00
João Victor
ffa861e384
refactor(screenshare): remove Tracker.Dependency
2024-05-24 11:44:36 -03:00
André Möller
7efedd872e
UI: Selected tabs style indicating active
2024-05-24 11:32:30 -03:00
Anton Georgiev
c07a616f8e
Merge pull request #20320 from danielpetri1/v3.0.x-release
...
chore: Replace tldraw with @bigbluebutton/tldraw
2024-05-24 09:03:16 -04:00
Anton Georgiev
dc3ceddda0
Merge pull request #20305 from Tainan404/remove-trackers
...
refactor: Remove singletons and trackers
2024-05-24 08:59:51 -04:00
Guilherme Leme
1a8f066e29
[fix-data-consumption-hooks] - fix many updates of the result of the useCurrentPresentation
2024-05-24 08:43:25 -03:00
Ramón Souza
31cb980a14
Merge pull request #20273 from Scroody/fix-external-video-skipping
...
Fix: external video skipping
2024-05-23 14:09:38 -03:00
Guilherme Leme
6cfc881980
Merge remote-tracking branch 'upstream/v3.0.x-release' into change-data-channel-return
2024-05-23 08:48:03 -03:00
Daniel Petri Rocha
abdaf6bc56
Use @bigbluebutton/tldraw
2024-05-22 21:49:28 +00:00
Guilherme Leme
7b81148972
[change-data-channel-return] - Changed data-channel payloadJson to be a json instead of a string
2024-05-22 17:34:43 -03:00
André Möller
b737ae1753
codition
2024-05-22 16:03:33 -03:00
Tainan Felipe
1aab2f5f29
Change: Change websocket lib to graphql-ws ( #20282 )
2024-05-22 15:51:12 -03:00
Ramón Souza
df363ea32c
Merge pull request #20244 from Tainan404/add-connection-end-error
...
Add: terminate connection on client error
2024-05-22 15:06:48 -03:00
Ramón Souza
a2bc8f3104
Merge pull request #20312 from KDSBrowne/bbb-20242
...
fix(whiteboard): Improve Camera Bounds Logic To Prevent Pan Jitter
2024-05-22 14:53:26 -03:00
Ramón Souza
5ed10c75b0
Merge pull request #20257 from antonbsa/add-ci-tests-1
...
test: Add 30 tests to run in CI
2024-05-22 13:05:52 -03:00
André Möller
5d1909f0e0
fixing of other related bugs
2024-05-22 10:48:34 -03:00
Ramón Souza
71857f3779
Merge pull request #20243 from JoVictorNunes/fix-rights-for-publishing-cursor
...
fix(whiteboard): tweak rights for publishing cursor updates
2024-05-21 17:16:05 -03:00
Gustavo Trott
b88854835c
Handling Validations and Error Reporting in bbb-graphql-actions (was in Hasura) ( #20308 )
2024-05-21 16:11:17 -03:00
João Victor Nunes
0e387d63b3
Merge branch 'v3.0.x-release' into remove-with-trackers-0516
2024-05-21 14:51:36 -03:00
João Victor
07e676d4fe
fix: remove duplicate breakout room exit observer
2024-05-21 14:33:47 -03:00
Ramón Souza
1a8a7ccda1
Merge pull request #20280 from KDSBrowne/bbb-20278
...
fix(whiteboard): Slide Navigation Crash and Event Listener Update
2024-05-21 13:10:28 -03:00
KDSBrowne
7cfd7f2a42
improve pan bounds restriction | disable pan tool for non-presenter
2024-05-21 16:03:01 +00:00
João Victor
7d07576554
fix: drop audio and video when joining breakout room
2024-05-21 12:31:17 -03:00
Ramón Souza
a45e414796
Merge pull request #20309 from ramonlsouza/issue-20262
...
fix: After locale change some menus show in the old locale
2024-05-20 16:27:25 -03:00
Ramón Souza
3a015e1e99
Merge pull request #20203 from JoVictorNunes/chat-dropdown-skeleton
...
fix(chat): add loaders for dynamic menu items
2024-05-20 15:44:38 -03:00
Ramón Souza
466e02f0ba
fix user options dropdown language
2024-05-20 14:34:55 -03:00
André Möller
78a9edfd17
Isolating calculated variables
2024-05-20 12:36:11 -03:00
Tainan Felipe
d584e274e3
Remove: intl singleton using tracker
2024-05-20 12:02:32 -03:00
João Victor
916907dd99
Merge branch 'v3.0.x-release' into fix-rights-for-publishing-cursor
2024-05-20 11:12:31 -03:00
João Victor
77a5e1277b
fix(chat): avoid console warnings
2024-05-20 11:09:01 -03:00
Ramón Souza
137881b46b
Merge pull request #20290 from ramonlsouza/issue-20266
...
fix: Breakouts' settings incorrect when going to Manage users modal
2024-05-20 10:51:23 -03:00
Tainan Felipe
7829b6be8b
Remove: singletons related to Meteor collection and subscriptions
2024-05-20 10:37:54 -03:00
Ramón Souza
810862e2d7
Merge pull request #20286 from KDSBrowne/bbb-20281
...
fix(whiteboard): Prevent Overlap Of Presentation Toolbar And Tldraw Context Menu
2024-05-20 09:57:37 -03:00
João Victor
428f5c62f2
fix(lock viewers): fix potential crash
2024-05-20 08:56:15 -03:00
João Victor
a48b96f166
Merge branch 'v3.0.x-release' into remove-with-trackers-0516
2024-05-20 08:26:31 -03:00
João Victor
93bafa75b3
fix(settings): remove old way use in WebcamContainer
2024-05-17 17:59:50 -03:00
João Victor
fd253d6c2d
refactor(settings): remove both Meteor's Tracker.Dependency and all uses in old format
2024-05-17 17:33:52 -03:00
Ramón Souza
b1659c4bf4
Merge pull request #20283 from ramonlsouza/issue-20258
...
fix: Timer stops updating if you select music
2024-05-17 13:33:08 -03:00
Ramón Souza
0d7271738e
do not display breakout settings when moving users
2024-05-17 13:30:56 -03:00
João Victor
b309e93d91
removal: remove withTracker from VideoProviderContainerGraphql
2024-05-17 11:17:27 -03:00
KDSBrowne
9348d66861
prevent overlapping menu being open at same time
2024-05-17 14:08:56 +00:00
Tainan Felipe
574e8d4563
remove: unreadtrakcer
2024-05-17 10:56:14 -03:00
KDSBrowne
006f33ab62
fix presentation toolbar overlapping tldraw menu
2024-05-17 13:47:00 +00:00
João Victor
8d04bcc807
removal: remove withTracker from SettingsContainer
2024-05-17 10:37:32 -03:00
Ramón Souza
599b99ce89
Merge pull request #20210 from KDSBrowne/v30-late-joiner-shapes
...
fix(whiteboard): Shapes Missing On Previous Slides For Late Joiners
2024-05-17 10:25:18 -03:00
João Victor
aabb8640ca
removal: remove withTracker from StatusNotifierContainer
2024-05-17 09:59:14 -03:00
João Victor
8de78ad201
removal: remove withTracker from LayoutModalContainer
2024-05-17 09:47:27 -03:00
João Victor
b389700899
removal: remove withTracker from ReactionsButtonContainer
2024-05-17 09:29:10 -03:00
João Victor
c84ee1099f
feat(settings): tweak singleton object and add hook
2024-05-17 09:21:20 -03:00
KDSBrowne
b223807fe6
lint issues
2024-05-16 20:03:36 +00:00
KDSBrowne
153293ff06
lint issues
2024-05-16 19:47:05 +00:00
João Victor
1bb2c9875a
feat(settings): add reactive variables
2024-05-16 16:27:28 -03:00
Ramón Souza
0f2b2dd6bf
fix timer indicator stops updating if music is changed
2024-05-16 15:24:36 -03:00
KDSBrowne
12a4dfaaf0
hide load .tldr file option
2024-05-16 17:32:44 +00:00
KDSBrowne
efea396020
fix keydown event listener not handling arrow press
2024-05-16 17:20:20 +00:00
KDSBrowne
d02aeaed9e
fix crash navigating back on slide 1 and forward on last slide
2024-05-16 15:40:12 +00:00
João Victor
60108f28ba
removal: remove withTracker from RecordingContainer component
2024-05-16 11:58:17 -03:00
João Victor
018a7082e4
removal: remove withTracker from SmartMediaShareContainer component
2024-05-16 11:48:07 -03:00
João Victor
275bcbc68e
removal: remove withTracker from PresentationToolbarContainer component
2024-05-16 11:43:23 -03:00
João Victor
34b73b66d7
removal: remove withTracker from LockViewersContainer component
2024-05-16 11:04:26 -03:00
João Victor
5dabb59c48
removal: remove withTracker from EndMeetingComponent component
2024-05-16 10:56:27 -03:00
João Victor
8dd8bd9a55
removal: remove withTracker from TooltipContainer component
2024-05-16 10:38:25 -03:00
João Victor
a078060087
removal: remove withTracker from LocalEchoContainer component
2024-05-16 10:22:51 -03:00
João Victor
7057b6e14b
removal: remove withTracker from AboutContainer component
2024-05-16 10:12:23 -03:00
Ramón Souza
f42513d922
close timer panel if feature is not active
2024-05-16 10:00:57 -03:00
João Victor
7944feeec4
removal: remove withTracker from UserContentContainer component
2024-05-16 09:47:40 -03:00
Ramón Souza
1e35f84000
remove endedOn
2024-05-16 09:46:30 -03:00
Anton Georgiev
c30d0a2baf
Merge pull request #20270 from ramonlsouza/issue-20260
...
fix: The mute button is not pulsing while talking
2024-05-15 15:16:37 -04:00
Ramón Souza
20762d133a
Merge pull request #20250 from ramonlsouza/user-away-mutation-check
...
refactor: only send disable away mutation if user is away
2024-05-15 13:34:28 -03:00
Ramón Souza
53df518992
Merge pull request #20194 from KDSBrowne/v30-update-toolbar-pos
...
fix(whiteboard): Align 3.0 Whiteboard Toolbar Position with v2.7 Behavior
2024-05-15 13:33:50 -03:00
Anton Georgiev
e1a4d5a184
Merge pull request #20252 from gustavotrott/shift-welcomemsg-handler
...
refactor: Re-implement sanitize for Welcome msgs and Guest Lobby msgs
2024-05-15 10:51:15 -04:00
Gustavo Trott
6a7dba6c22
Merge pull request #20229 from gustavotrott/pres-notifications-akka-apps
...
refactor (akka-apps): Show progress while importing whiteboard and sharedNotes from breakoutRoom
2024-05-15 10:47:07 -03:00
Gustavo Trott
1955bcbcfe
Merge pull request #20230 from gustavotrott/html5-unused-removal
...
html5: Remove seemingly unnecessary files
2024-05-15 10:46:48 -03:00
André
7d5c5e038c
TS fix
2024-05-15 13:33:44 +00:00
André
f4a5ef172d
value adjusting
2024-05-15 13:20:36 +00:00
André
b4909cce73
Fix: External video skipping
2024-05-15 13:10:15 +00:00
Ramón Souza
6fa1cb7aa5
Merge pull request #20212 from JoVictorNunes/fix-muting-from-indicator
...
fix(audio): moderators not able to mute users
2024-05-15 10:00:18 -03:00
Ramón Souza
12fa2973f6
add talking info to current user
2024-05-15 09:31:05 -03:00
Gustavo Trott
e8bfdf7043
fix linter errors
2024-05-15 08:45:37 -03:00
Anton Georgiev
93e298910b
chore: Reword away, back from "away" mode
2024-05-15 06:58:27 -04:00
Anton B
3e248878f7
test: flag tests to run in CI
2024-05-14 18:07:58 -03:00
Gustavo Trott
8f4b7da739
Merge remote-tracking branch 'upstream/v3.0.x-release' into shift-welcomemsg-handler
2024-05-14 16:49:12 -03:00
Gustavo Trott
429065b245
convet html tags to html entities for guest lobby messages
2024-05-14 11:25:10 -03:00
Ramón Souza
10c8b50987
only send disable away mutation if user is away
2024-05-14 10:31:05 -03:00
Ramón Souza
6fc2441cc9
Merge pull request #20215 from KDSBrowne/bbb-20211
...
fix(whiteboard): Tldraw Camera Edge Cases For Users
2024-05-14 10:18:30 -03:00
Gustavo Trott
65d22e3b93
rename modOnlyMessage to welcomeMsgForModerators and delete welcomeMsgTemplate
2024-05-14 09:40:51 -03:00
João Victor
4335062e38
fix(users): broken styles when font size is increased
2024-05-14 09:38:21 -03:00
Ramón Souza
53b71f33c0
Merge pull request #20181 from Tainan404/remove-previous-listed-users
...
Remove: user list local state storing previous users list data
2024-05-14 08:52:09 -03:00
Tainan Felipe
0a2cf0aa8f
Add: connection terminate on client error
2024-05-13 16:58:13 -03:00
João Victor
fc26eec3c7
fix(whiteboard): tweak rights for publishing cursor updates
2024-05-13 16:46:13 -03:00
Ramón Souza
2a10495ef5
Merge pull request #20219 from Scroody/fix-missing-icons
...
Fix: Missing icons
2024-05-13 14:38:04 -03:00
André Möller
183e691b7f
more icons
2024-05-13 13:50:54 -03:00
André Möller
985dfd9d5f
more icons
2024-05-13 13:37:59 -03:00
André Möller
699344929b
more icons
2024-05-13 12:24:11 -03:00
André Möller
8bd1ee2068
correcting typos
2024-05-13 11:06:53 -03:00
André Möller
1c1758f53e
Adding more missing icons
2024-05-13 10:26:26 -03:00
Ramón Souza
42875d9e14
Merge pull request #20190 from Scroody/fix-input-losing-focus-tldraw
...
Fix: Input losing focus on wb mount
2024-05-13 10:08:25 -03:00
Gustavo Trott
9286219d02
html5: remove seemingly unnecessary files
2024-05-13 09:54:45 -03:00
Ramón Souza
d742355026
Merge pull request #20221 from ramonlsouza/check-ismod
...
fix: optional chaining on isModerator
2024-05-13 08:32:44 -03:00
Gustavo Trott
b1073b2514
show progress while importing whiteboard and sharedNotes from breakoutRom
2024-05-13 08:31:45 -03:00
Ramón Souza
2c27208a8a
optional chaining isModerator
2024-05-10 15:38:26 -03:00
André Möller
c590c101b7
Change of approach
2024-05-10 13:22:56 -03:00
André Möller
cac683892a
Icons
2024-05-10 11:51:16 -03:00
André Möller
7f4dc68ecf
Fix: Missing icons
2024-05-10 11:24:32 -03:00
Ramón Souza
f2bb5b5aeb
change enforceLayout to match defaultMeetingLayout format
2024-05-10 10:35:25 -03:00
João Victor
40fa0eaab3
fix(audio): explicitly pass whcih user to mute
...
- Do not assume current user to mute when params are nullable
2024-05-10 08:52:01 -03:00
KDSBrowne
60ee97b312
fix tldraw camera for presenter and viewer edge cases
2024-05-10 03:48:22 +00:00
André Möller
38d2d702df
Later changes for other cases where the bug would happen
2024-05-09 16:59:54 -03:00
André Möller
41120fee80
Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-input-losing-focus-tldraw
2024-05-09 16:56:33 -03:00
João Victor
a99581ce64
fix(audio): moderators not able to mute users
2024-05-09 16:03:54 -03:00
João Victor
c3da6cad8b
fix(chat): use data from core hooks
2024-05-09 15:20:24 -03:00
Ramón Souza
09d7611c61
Merge pull request #20205 from JoVictorNunes/fix-locale-not-persisting-0509
...
fix: locale setting not persisting
2024-05-09 13:21:04 -03:00
KDSBrowne
3c08786dcc
fix shapes missing on previous slides for late joiners
2024-05-09 15:29:17 +00:00
Ramón Souza
1075ee9e89
Merge pull request #20198 from KDSBrowne/v30-slide-calc-err
...
fix(whiteboard): Correct Viewer Canvas Position on Slide Change
2024-05-09 12:00:17 -03:00
João Victor
fa586ab31d
fix: locale setting not persisting
2024-05-09 11:45:50 -03:00
Ramón Souza
b6e9246f7b
Merge pull request #20174 from prlanzarin/u30/fix/review-mobile-audio-join
...
fix(audio): review audio modal help screen
2024-05-09 11:32:00 -03:00
João Victor
b363615ca4
fix(chat): add loaders for dynamic menu items
2024-05-09 09:59:29 -03:00
Anton Georgiev
35a5b59764
Merge pull request #20202 from Tainan404/fix-userlist-query
...
Fix: userlist going with zeroed values to server
2024-05-08 16:27:47 -04:00
Tainan Felipe
a1be0c5c1f
Fix: userlist going with zeroed values to server
2024-05-08 16:19:01 -03:00
Ramón Souza
d043c89225
Merge pull request #20195 from JoVictorNunes/fix-webcam-pagination-setting
...
fix(webcam): conditional hook call
2024-05-08 15:33:53 -03:00
KDSBrowne
d2c0171af1
fix effectiveZoom error for viewer on slide change
2024-05-08 15:24:25 +00:00
Anton Georgiev
628c3bb32b
Merge pull request #20132 from antobinary/html5-pack-30
...
refactor/build: drop html5InstanceId and simplify bbb-html5 frontend/backend
2024-05-08 10:04:37 -04:00
Ramón Souza
333a97a463
Merge pull request #20172 from prlanzarin/u30/feat/app-crash-logs
...
fix(bbb-html5): add specific logCodes for root error boundaries
2024-05-08 09:49:36 -03:00
Ramón Souza
48431318a2
Merge pull request #20189 from KDSBrowne/v30-multi-user-text
...
fix(whiteboard): Update API For Retrieving Shape Being Edited
2024-05-08 09:30:55 -03:00
João Victor
e5fbc5469d
fix(webcam): conditional hook call
2024-05-08 09:28:29 -03:00
KDSBrowne
2cec6334cf
move tldraw toolbar to side and improve responsiveness
2024-05-08 00:50:31 +00:00
João Victor
728c476504
fix(webcam): reduced code
2024-05-07 18:13:18 -03:00
João Victor
41d70b352a
fix(webcam): add suport for multiple tabs
2024-05-07 18:05:36 -03:00
André
79a0f43f88
Fix: Input losing focus on wb mount
2024-05-07 16:21:42 -03:00
Ramón Souza
b709b410d5
Merge pull request #20188 from ramonlsouza/add-sub-names
...
refactor: add names to unnamed queries
2024-05-07 14:14:54 -03:00
Ramón Souza
699c056709
add names to queries
2024-05-07 13:26:56 -03:00
Ramón Souza
bacf1e4fcf
Merge pull request #20186 from ramonlsouza/cursor-up
...
fix: only send cursor updates of users with whiteboard access
2024-05-07 13:07:20 -03:00
KDSBrowne
8788d60d5d
move toolbar to vertical side position
2024-05-07 15:24:45 +00:00
KDSBrowne
c6d43956e0
update api call for editing shape
2024-05-07 15:20:44 +00:00
Anton Georgiev
be7fad8cbf
build: try to remove frontend and leave only bbb-html5
2024-05-07 09:53:35 -04:00
João Victor
429c9ba63e
fix(webcam): remove unused code
2024-05-07 10:31:07 -03:00
João Victor
7cb9eae221
fix(webcam): better code readability
2024-05-07 10:12:04 -03:00
Gustavo Trott
4b91675658
Merge pull request #20168 from JoVictorNunes/grid-user-limit
...
fix: limit grid users at the data access level
2024-05-07 09:16:42 -03:00
Ramón Souza
3ba14e69ce
only send cursor updates of users with whiteboard access
2024-05-07 09:13:41 -03:00
Tainan Felipe
86e2ba597c
Remove: user list local state storing previous users list data
2024-05-06 20:37:28 -03:00