Daniel Petri Rocha
6a11e295ba
Prevent division by zero in zoom calculation
2023-01-27 16:49:32 +01:00
Ramón Souza
b022f00c3d
Merge pull request #16581 from Tainan404/fix-whiteboard-position
...
fix: Fix whiteboard positioning when switching slides with zoom
2023-01-27 11:33:39 -03:00
Ramón Souza
5f6430db2a
Update bigbluebutton-html5/imports/ui/components/whiteboard/component.jsx
2023-01-27 11:33:16 -03:00
Ramón Souza
13f033aea2
fix remove orphan shapes
2023-01-27 10:29:59 -03:00
Tainan Felipe
b57b810585
Fix whiteboard positioning when switching slides with zoom
2023-01-27 10:05:08 -03:00
Ramón Souza
cf610c7b76
Merge pull request #16557 from KDSBrowne/bbb-16554
...
Move Visible Accessibility Warning Note To Aria Tag / Tooltip
2023-01-26 17:05:11 -03:00
Anton Georgiev
013dab9a9b
Merge pull request #16569 from ramonlsouza/issue-16153
...
fix: Whiteboard component crash
2023-01-26 11:21:49 -05:00
Ramón Souza
775dfd05af
Merge pull request #16564 from ramonlsouza/issue-16389
...
fix(whiteboard): Incorrect pen position after column resize
2023-01-26 11:29:51 -03:00
Ramón Souza
500a70eaa9
add early return if pageState is unavailable
2023-01-26 10:11:31 -03:00
Ramón Souza
e9677a714b
Merge pull request #16539 from KDSBrowne/bbb-16530
...
fix: Update Tldraw Toolbar Placement
2023-01-26 08:37:58 -03:00
Anton B
9278ed296c
fix: avoid aria warning
2023-01-25 16:50:10 -03:00
Ramón Souza
4124732b86
fix draw position after resize
2023-01-25 15:49:09 -03:00
Tainan Felipe
f172283d72
Fix note appearing instead of breakout room panel
2023-01-25 10:05:14 -03:00
Anton Georgiev
2749336cc1
Merge pull request #16506 from gabriellpr/font-size-test
...
test: Increase/Decrease font-size
2023-01-25 06:39:25 -05:00
KDSBrowne
e8e2806619
move visible accessibility note to aria / tooltip
2023-01-25 01:35:42 +00:00
Anton Georgiev
6b4c46f750
Merge pull request #16107 from schrd/local-echo-delay
...
fix(audio): add delay for loopback test
2023-01-24 13:55:26 -05:00
Ramón Souza
41a2b65463
Merge pull request #16525 from antobinary/wb-fix-1
...
fix: check for shape before shape.isLocked
2023-01-24 15:53:31 -03:00
Ramón Souza
549fe989fd
Merge pull request #16543 from ramonlsouza/pr-16423-jan20
...
fix(whiteboard): prevent crashes when grouped shapes are removed
2023-01-24 15:50:21 -03:00
germanocaumo
44692f9b71
refactor(whiteboard): move shapelock to container + linting
...
Do the shape lock propery set in the container so the props change less times and avoid problems in the useMemo.
2023-01-24 18:32:49 +00:00
Ramón Souza
9ea6f161ed
Merge pull request #16546 from ramonlsouza/fix-shared-notes-timeout
...
fix: clear timeout on shared notes unmount
2023-01-24 14:36:04 -03:00
Ramón Souza
8477ae54c5
Merge pull request #16545 from ramonlsouza/issue-16464
...
fix: setPresentationIsOpen is undefined
2023-01-24 14:35:11 -03:00
Ramón Souza
2883cf145c
add return to shared notes unmount timeout
2023-01-24 13:48:47 -03:00
germanocaumo
b88cd77c4e
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into wb-fix-1
2023-01-24 16:48:31 +00:00
Bohdan Zhemeliskyi
2ab2d8752c
improvement & update on comments
2023-01-24 16:13:38 +00:00
Gustavo Trott
5340947b71
Dont show clientNotResponding when client is offline
2023-01-24 11:00:51 -03:00
Ramón Souza
7dbc814c57
restore setPresentationIsOpen in presentation
2023-01-24 10:05:49 -03:00
Gustavo Trott
6dfbcd29c6
Resolves conflicts
2023-01-24 09:35:13 -03:00
Gustavo Trott
69ee01203e
Merge pull request #16538 from GuiLeme/patch-default-configs-breakout
2023-01-24 08:28:09 -03:00
Anton Georgiev
d7da9f7aba
Merge pull request #16060 from gustavotrott/api-enter-meeting-ended-error
...
refactor: Improve error message on meeting or session invalid
2023-01-23 16:49:28 -05:00
Ramón Souza
f0c4ed0178
fix removal of grouped shapes
2023-01-23 17:00:05 -03:00
Anton Georgiev
58187c6226
Merge pull request #16465 from gabriellpr/rm-user
...
test: Remove user
2023-01-23 14:50:33 -05:00
Daniel Schreiber
cc21f1598b
Copy in fixups from review
...
thanks @prlanzarin for reviewing:
https://github.com/bigbluebutton/bigbluebutton/pull/16107#pullrequestreview-1241137609
2023-01-23 20:31:53 +01:00
Daniel Schreiber
10c04f4843
audio: add delay for loopback test
...
If BBB 2.6 is used without headphones, the audio test works differently
than in 2.5. In 2.5 audio traffic is routed to freeswitch and then
returned to the browser. This adds usually some latency which makes it
easy to hear you audio quality. In 2.6 there is a local loopback. As
there is almost no latency, it is either difficult or even impossible to
check your own audio quality as echo cancellation of the browser will
filter out your own signal.
This patch adds a delay node to the audio loopback test, which makes is
easier to check your quality.
2023-01-23 19:54:44 +01:00
GuiLeme
8dd5c12d8f
[patch-default-configs-breakout] - refactor
2023-01-23 12:35:43 -03:00
KDSBrowne
985fe7cbe2
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-16530
2023-01-23 15:34:44 +00:00
KDSBrowne
503fadab22
fix whiteboard toolbar position starting at bottom
2023-01-23 15:30:59 +00:00
Bohdan Zhemeliskyi
249dd71d3a
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into fixToastRender
2023-01-23 15:04:12 +00:00
Ramón Souza
b6f43f0491
Merge remote-tracking branch 'upstream/v2.6.x-release' into pr-16423-jan20
2023-01-20 16:55:54 -03:00
Anton Georgiev
bd8ff6951a
fix: check for shape before shape.isLocked
2023-01-20 19:18:58 +00:00
Ramón Souza
04761bc24c
Merge pull request #16477 from ramonlsouza/block-image-shapes
...
fix: Disable paste file in whiteboard
2023-01-20 14:27:55 -03:00
Ramón Souza
419e83ecd4
add video as an invalid shape type
2023-01-20 13:16:38 -03:00
Anton Georgiev
7e75a851eb
Merge pull request #16468 from GuiLeme/issue-16141
...
feat(config): Default values for checkbox in breakout rooms modal
2023-01-20 09:16:39 -05:00
Anton Georgiev
c59b237537
Merge pull request #16509 from germanocaumo/f-tldraw-es-fallback
...
fix(tldraw): fallback es-xx locales to es
2023-01-20 09:11:02 -05:00
Gustavo Trott
33ce598e1e
Merge pull request #16492 from GuiLeme/issue-16284
2023-01-20 09:41:43 -03:00
Gabriel Porfirio
dfb672d895
resolving suggestions
2023-01-20 09:35:39 -03:00
Ramón Souza
dfb438922e
Merge pull request #16502 from JoVictorNunes/issue-16479
...
fix(whiteboard): complete draw session when clicking outside of viewport
2023-01-20 09:16:14 -03:00
gabriellpr
f51927a335
Merge branch 'v2.6.x-release' into font-size-test
2023-01-20 08:21:01 -03:00
Anton Georgiev
f3f26bf659
fix: check for slidePosition before using it
2023-01-19 20:56:20 +00:00
Joao Victor
247219fe9e
fix(whiteboard): complete draw session when leaving the tab
2023-01-19 17:27:30 -03:00
Ramón Souza
cf6f216554
Merge pull request #16501 from hiroshisuga/patch-58
...
refactor: Reduce redundant redundency in getAvailableOptions()
2023-01-19 15:51:18 -03:00
Gustavo Trott
ff184d9d13
Merge pull request #16421 from danielpetri1/capture-content-iff-necessary
2023-01-19 15:34:34 -03:00
GuiLeme
8947f18fdd
[issue-16141] - Changes in review
2023-01-19 12:33:08 -03:00
Ramón Souza
58e36357d1
Merge pull request #16072 from Tainan404/remove-speed-bump-notes
...
fix: add delay for shared note true unmount
2023-01-19 11:51:19 -03:00
Tainan Felipe
4368d9bff5
Fix small box appearing when closes the notes
2023-01-19 10:44:47 -03:00
GuiLeme
c966f16828
[issue-16284] - Changed required param to avoid warning logs
2023-01-19 09:57:32 -03:00
GuiLeme
7bb03551b1
[issue-16284] - changed behavior of not showing anything when user is moved out a breakout
2023-01-19 09:21:28 -03:00
Gustavo Trott
f121418355
Improvements to choose filename of captured content
2023-01-18 20:51:06 -03:00
Tainan Felipe
0664243c0a
Fix notes not appering on presentation area
2023-01-18 17:10:22 -03:00
germanocaumo
a859cb93dd
fix(tldraw): fallback es-xx locales to es
2023-01-18 20:08:32 +00:00
Ramón Souza
371406d4ff
Merge pull request #16498 from KDSBrowne/bbb-wb-perf-imp
...
Remove useEffect Hook Without Dependency Array
2023-01-18 16:16:02 -03:00
Gabriel Porfirio
b5e5c5dd06
app font size test
2023-01-18 13:29:45 -03:00
Joao Victor
28e40b77d5
fix(whiteboard): complete draw session when clicking outside of viewport
2023-01-18 10:12:16 -03:00
Ramón Souza
b995f6a33d
Merge pull request #16475 from JoVictorNunes/issue-15964-1
...
feat(whiteboard): configurable text tool font family
2023-01-18 08:26:11 -03:00
hiroshisuga
b975a38a6d
code simplified
2023-01-18 19:56:10 +09:00
KDSBrowne
56fad69924
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-wb-perf-imp
2023-01-18 00:23:19 +00:00
KDSBrowne
4712770f32
remove useEffect hook without dependency array
2023-01-18 00:22:50 +00:00
Daniel Petri Rocha
87000629d7
Modify how duplicates are counted
2023-01-17 22:05:50 +01:00
Gustavo Trott
f4a453d880
Merge pull request #16495 from ramonlsouza/issue-16489
2023-01-17 17:27:36 -03:00
GuiLeme
d566d1fd1a
[patch-issue-16375] - add semicolon
2023-01-17 15:27:04 -03:00
Tainan Felipe
38be06317c
Fix closed caption not loading properly
2023-01-17 14:50:43 -03:00
Tainan Felipe
61e10d20f8
Remove logs
2023-01-17 14:50:42 -03:00
Tainan Felipe
4022d4a0f6
add delay for shared note true unmount
2023-01-17 14:50:41 -03:00
GuiLeme
065e7f17e7
[patch-issue-16375] - Patch for SonarCloud warning
2023-01-17 14:50:10 -03:00
Ramón Souza
dd1c330c64
fix change slide with same content
2023-01-17 14:45:15 -03:00
Daniel Petri Rocha
164f00187d
Take disabledFeatures into account
2023-01-17 18:02:44 +01:00
GuiLeme
2e0a85f268
[issue-16284] - tweaked minor problems and fixed blue screen when changing breakout rooms
2023-01-17 11:30:25 -03:00
Anton Georgiev
406c94c43a
Merge pull request #16457 from GuiLeme/issue-16375
...
fix: Omit liveTranscription message if it is not enabled
2023-01-17 07:13:39 -05:00
Daniel Petri Rocha
2ecd3d6a80
Use prop as filename
2023-01-17 00:10:13 +01:00
Daniel Petri Rocha
a6b589a069
Add captured filename as breakout property
2023-01-16 23:00:27 +01:00
GuiLeme
bdc5a71967
[issue-16375] - not showing anything when liveTranscription is disabled
2023-01-16 18:10:21 -03:00
Ramón Souza
f6df0e5f48
Merge pull request #16471 from germanocaumo/f-w-text-updates
...
fix(whiteboard): restore per character text shape updates
2023-01-16 13:52:42 -03:00
Ramón Souza
0dea438881
prevent copy+paste of images in whiteboard
2023-01-16 11:35:39 -03:00
Joao Victor
44896106b9
feat(whiteboard): configurable text tool font family
2023-01-16 08:40:42 -03:00
Ramón Souza
e008a05931
Merge pull request #16467 from GuiLeme/issue-15756
...
fix(breakout) - Fix inconsistent behavior of create breakout rooms button
2023-01-16 08:37:37 -03:00
Ramón Souza
64f594a939
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-content/user-participants/user-options/container.jsx
2023-01-16 08:32:19 -03:00
germanocaumo
5c35aed44d
fix(whiteboard): restore per character text shape updates
2023-01-14 20:37:43 +00:00
Daniel Petri Rocha
a72d76a46a
Add 'no content' toast for slide capture
2023-01-14 18:00:29 +01:00
Daniel Petri Rocha
da6f5d996e
Merge branch 'v2.6.x-release' into capture-content-iff-necessary
2023-01-14 13:43:38 +01:00
GuiLeme
21145a8e70
[issue-16141] - implemented new configs for checkboxes in breakout rooms modal
2023-01-13 17:37:42 -03:00
Anton Georgiev
93175cc4a7
Merge pull request #16432 from gabriellpr/cc-type-test
...
test: closed captions typing
2023-01-13 14:43:51 -05:00
Ramón Souza
b8d5ce2bb8
Merge pull request #16451 from JoVictorNunes/issue-16130
...
fix(tldraw): show tool cursors
2023-01-13 15:59:59 -03:00
Joao Victor
97eed6eded
Remove unused code
2023-01-13 15:58:21 -03:00
GuiLeme
1cfc2beed7
[issue-15756] - corrected inconsistency in create breakout rooms button
2023-01-13 15:24:19 -03:00
Gabriel Porfirio
0afcf76cb9
rm user and prevent joining first steps
2023-01-13 08:16:49 -03:00
GuiLeme
b212a17c55
[issue-16375] - Change message for live transcription not being activated
2023-01-12 15:33:56 -03:00
Ramón Souza
6587e24af8
Merge pull request #16454 from ramonlsouza/issue-16356
...
fix(tldraw): cannot select multiple objects
2023-01-12 11:32:52 -03:00
Ramón Souza
24ff2ac8bf
Merge pull request #16447 from ramonlsouza/issue-16440
...
fix: Connection status tabs confusion
2023-01-12 08:52:03 -03:00
Ramón Souza
ae6d89c881
restore drag-to-select feature - whiteboard
2023-01-12 08:50:05 -03:00
Joao Victor
14d529ead9
fix(tldraw): show tool cursors
2023-01-11 16:32:03 -03:00
Gustavo Trott
734221676e
Merge pull request #16170 from GuiLeme/disabled-transcriptions
2023-01-11 13:54:05 -03:00
Gustavo Trott
1e8a12134f
Merge pull request #16056 from danielpetri1/capture-slides-upload-toast
2023-01-11 10:44:13 -03:00
Ramón Souza
45b02a1fff
fix connection status tabs
2023-01-11 09:27:31 -03:00
Gabriel Porfirio
0685462a44
close captions typing test
2023-01-10 13:59:08 -03:00
Gabriel Porfirio
2e9476fbe6
closed captions test first steps
2023-01-10 10:39:18 -03:00
KDSBrowne
124076d560
remove all shapes first before group types
2023-01-09 19:40:47 +00:00
Joao Victor
a99f0dc7fa
fix: user gets stuck in user-list when reverse-tabbing in Firefox
2023-01-09 14:35:24 -03:00
Joao Victor
eb2661ffc5
Fix user-list keyboard navigation
2023-01-09 14:29:57 -03:00
Daniel Petri Rocha
3b8bdef05b
Merge branch 'v2.6.x-release' into capture-slides-upload-toast
2023-01-09 16:03:44 +01:00
GuiLeme
78b165ed7c
Merge remote-tracking branch 'upstream/v2.6.x-release' into disabled-transcriptions
2023-01-09 10:58:25 -03:00
GuiLeme
f67f530b32
[disabled-transcription] - Renamed audioCaptions to liveTranscription (for disabledFeatures)
2023-01-09 10:47:22 -03:00
Joao Victor
86abefd8d6
Merge branch 'v2.6.x-release' into html5-accessibility-updates
2023-01-09 09:42:02 -03:00
Joao Victor
aa83c2ed8e
Revert user-list tabIndexes
2023-01-09 09:38:35 -03:00
Daniel Petri Rocha
f4cb37d4cf
Add 'no content' toast
2023-01-08 16:15:16 +01:00
germanocaumo
b94d91d117
fix(whiteboard): group similar answers in the poll text
2023-01-05 16:40:03 +00:00
hiroshisuga
57533cc3f1
Update component.jsx
2023-01-05 20:34:32 +09:00
Anton Georgiev
36b45c0824
Merge pull request #16172 from schrd/fix-issue-16171
...
fix: Only cache TURN Servers as long as credentials are valid and force firefox to use the turn server
2023-01-05 06:13:31 -05:00
Anton Georgiev
080fd3e86d
Merge pull request #16387 from KDSBrowne/bbb-a11y-03
...
fix: Add Active Status to Presentation Menu Item for SR
2023-01-04 13:23:04 -05:00
KDSBrowne
5de76f5ad4
add missing intl
2023-01-04 15:45:26 +00:00
KDSBrowne
f3f64d15db
use formatted active string
2023-01-04 15:24:39 +00:00
KDSBrowne
e633896a8a
restore eraser animation
2022-12-30 20:09:49 +00:00
hiroshisuga
c732409fdb
Shortcut expression
2022-12-29 19:05:32 +00:00
Anton Georgiev
2d742b654c
Merge pull request #15919 from prlanzarin/u26/fix/cam-reconn-issues
...
fix(webcam): intermittent client crashes when sharing camera (2.6)
2022-12-23 09:12:54 -05:00
Daniel Petri Rocha
a8657ff0ed
Merge branch 'v2.6.x-release' into capture-slides-upload-toast
2022-12-22 21:18:14 +01:00
Anton Georgiev
9184a16690
Merge pull request #16169 from JoVictorNunes/issue-16140
...
feat(whiteboard): reset zoom when switching presentation
2022-12-22 14:10:46 -05:00
Anton Georgiev
c0626900fe
Merge pull request #15679 from ramonlsouza/rename-external-pres-params
...
refactor: rename external upload parameters
2022-12-22 13:00:52 -05:00
Anton Georgiev
2cc37ff375
Merge pull request #16127 from ramonlsouza/fix-sortname
...
fix: incorrect userlist order if name starts with a space
2022-12-22 12:46:05 -05:00
Anton Georgiev
4f7e1b9d9a
Merge branch 'v2.6.x-release' into mute-all-test
2022-12-21 13:30:08 -05:00
Anton Georgiev
7eb84c2479
Merge pull request #16263 from KDSBrowne/bbb-a11y-02
...
fix: Remove Aria Live From Captions
2022-12-21 12:29:04 -05:00
Anton Georgiev
d82b61c02c
Merge pull request #16265 from KDSBrowne/bbb-a11y-04
...
fix: Update Control Labels In Settings
2022-12-21 12:27:56 -05:00
KDSBrowne
f266989421
update and add missing control labels in settings
2022-12-21 15:32:20 +00:00
KDSBrowne
c37262e2af
add selected to description of current presentation in actions dropdown
2022-12-21 15:30:13 +00:00
KDSBrowne
f6c8a31750
remove aria-live from captions
2022-12-21 15:24:53 +00:00
Anton Georgiev
3037f069bd
fix: hide export presentation hint if feature is disabled
2022-12-19 18:29:36 +00:00
Daniel Schreiber
74f37db4fa
Get rid of forceRelayOnFirefox
...
Firefox has a buggy ICE implementation and needs WebRTC media traffic to
be routed through a turn server to work reliably with mediasoup.
Use the information fetched by the STUN API to determine if the operator
has configured a turn server. If there is one force firefox to use it.
Closes #16164
2022-12-18 23:17:14 +01:00
Anton Georgiev
2c132f80c1
Merge pull request #16154 from gustavotrott/fix-breakout-dont-rembember-users
...
fix: Breakout rooms don't save room assigning
2022-12-16 16:19:25 -05:00
GuiLeme
b4afec689e
[disabled-transcription] - Created new disabledFeature audioCaptions
2022-12-16 17:04:14 -03:00
Joao Victor
2291477f3d
feat(whiteboard): reset zoom when switching presentation
2022-12-16 16:00:02 -03:00
Ramón Souza
c142d0eb9f
Merge pull request #16124 from ramonlsouza/issue-16059
...
Disable paste file in whiteboard
2022-12-16 13:12:28 -03:00
Gustavo Trott
97dcee009f
makes populateWithLastBreakouts get users from props instead of state
2022-12-15 17:28:44 -03:00
Ramón Souza
0cf1d09978
add early return to video list item if user data is unavailable
2022-12-15 14:49:47 -03:00
Joao Victor
4159d3fa35
Warn users that the presentation download link may not be accessible
2022-12-15 09:04:46 -03:00
Joao Victor
97ad47d010
Create a new checkbox component
2022-12-14 17:03:23 -03:00
Ramón Souza
064b554dfd
Merge remote-tracking branch 'upstream/v2.5.x-release' into merge-2526-dec14
2022-12-14 13:23:11 -03:00
Joao Victor
29495daa82
Automatically focus the poll question input on mount
2022-12-14 10:46:49 -03:00
Joao Victor
561345dd8d
Add localized language label for the locale dropdown
2022-12-14 10:21:44 -03:00
Joao Victor
d87839bae1
Darken active tab button of the connection status modal
2022-12-13 17:37:14 -03:00
Joao Victor
1a853b309a
Add hint for when a presentation is exported
2022-12-13 15:20:59 -03:00
Ramón Souza
1f2562e95c
sort users by sortName
2022-12-13 15:00:13 -03:00
Joao Victor
07d53ffd15
Make user-list navigable using keyboard
2022-12-13 14:16:42 -03:00
Ramón Souza
1fda877450
Merge pull request #15929 from prlanzarin/u25/fix/cam-reconn-issues
...
fix: guarantee cleanup of stale data on re-subscriptions
2022-12-13 13:12:41 -03:00