Ramón Souza
4124732b86
fix draw position after resize
2023-01-25 15:49:09 -03: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
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
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
Guilherme Pereira Leme
455a11d1fb
Update bigbluebutton-html5/imports/ui/services/auth/index.js
...
changes in review
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-01-20 09:39:11 -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
GuiLeme
8af6c547f2
[issue-16284] - Changes in review
2023-01-20 08:44:21 -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
GuiLeme
6f5053d492
[issue-16284] - Changes in review
2023-01-19 11:32:00 -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
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