Commit Graph

37287 Commits

Author SHA1 Message Date
Scroody
4696503c81 Add: Order priority by number of unread messages. 2023-04-05 15:20:49 -03:00
Ramón Souza
10a00d8e05
Merge pull request #17427 from Scroody/fix-bbb-tips
Fix: BBB tips overlapping other elements out of his own box
2023-04-05 15:18:48 -03:00
Anton Georgiev
8ab5ce0c0a
Merge branch 'v2.6.x-release' into newline-at-end-of-file 2023-04-05 14:16:44 -04:00
Anton Georgiev
7c99d73573
Merge pull request #17428 from BrentBaccala/shared-notes-visual-test
test suite: add a visual regression test for shared notes
2023-04-05 14:14:49 -04:00
transifex-integration[bot]
eb37b089a8
Apply translations in tr (#17483)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'tr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-05 14:14:24 -04:00
Anton Georgiev
51fdf05242
Merge pull request #17430 from BrentBaccala/gns3-placeholder
test: GNS3 placeholder
2023-04-05 13:57:21 -04:00
Anton Georgiev
29f9bc47bd
Merge pull request #17436 from Carloshsc/bug-waiting-for-approval
fix(reconnect): Fix waiting for approval
2023-04-05 13:56:23 -04:00
transifex-integration[bot]
576984a403
Apply translations in fr (#17462)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-05 13:53:18 -04:00
Scroody
8bacc855a6 Fix: bug in animation caused by CSS overflow. 2023-04-05 14:46:22 -03:00
Ramón Souza
5d960887d2
Merge pull request #17395 from hiroshisuga/dev2.6.1_toolbarhover
[2.6 fix] recover hover effect on icons of whiteboard toolbar
2023-04-05 14:43:45 -03:00
Paulo Lanzarin
7fc4c012a5
build(bbb-webrtc-sfu): v2.9.10 (from v2.9.8)
See:
  -   - https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.9
  - https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.10
2023-04-05 13:41:14 -03:00
prlanzarin
f4b4de6f88 fix(video): prevent a client crash when cleaning up video peers
There's a very rare scenario where the client may crash if a video
publisher is released before the source stream had its inactivation
listener callback set up.

This adds a type check to the inactivation handler before trying to
clean it up.
2023-04-05 13:31:59 -03:00
prlanzarin
c81a7e70f2 fix: properly check constraints before creating transceivers in peer.js
In peer.js offer generation method, the provided constraitns are only
being type checked. It needs a value check when the constraint is a
boolean.

This commit should prevent useless transceivers from being added when
explictly specifying audio/video as `false`
2023-04-05 13:30:30 -03:00
prlanzarin
be6a23a003 feat: add option to force/extend gathering window in SFU components
There's an edge case in finnicky networks where ALG-like firewalls
tamper with USE-CANDIDATE STUN packets and, consequently, bork ICE-lite
connectivity establishment. The odd part is that client-side gathering
seems to complete if intermediate STUN bindings work (before the final
USE-CANDIDATE), which may cause the peer not to generate relay
candidates == connectivity fails.

This adds the `public.kurento.gatheringTimeout` option to forcefully extend
the candidate gathering window in peers that act as offerers. The
behavior is as follows: if the flag is set (ms), the peer will wait
either the gathering completed stage or, _at most_,
public.kurento.gatheringTimeout ms before proceeding with calls chained
to setLocalDescription.

This option is disabled by default and intentionally ommited from the
base settings.yml file as to not encourage its use. Don't use it unless
you know what you're doing :).
2023-04-05 13:22:38 -03:00
Ramón Souza
a4c074658e
Merge pull request #17434 from ramonlsouza/fix-cam-position-sidebar
fix: camera position when notificationBar appears
2023-04-05 13:03:31 -03:00
danielpetri1
b91e766184 Maximize webcams when all presentations removed 2023-04-05 15:37:56 +00:00
Anton Georgiev
8922670929
Merge pull request #17463 from GuiLeme/issue-16930
docs: Fix for tables broken references
2023-04-05 10:30:07 -04:00
GuiLeme
d480e10e0c [issue-16930] - render tables with a similar structure as previous docs 2023-04-05 11:07:51 -03:00
Gabriel Porfirio
ea4dcf22cb fixing exports content from breakout rooms test 2023-04-05 11:06:00 -03:00
Scroody
868ee54371 Enhancement: Unread and read privet chats now order by unread and alphabetical order. 2023-04-05 10:38:59 -03:00
Anton Georgiev
6c647ada0d
Merge pull request #17200 from gabriellpr/learning-dashboard-tests-add
test: new learning dashboard
2023-04-04 13:27:19 -04:00
Anton Georgiev
06f2746a3f
Merge pull request #17439 from kepstin/recording-fixes
recording-and-playback/presentation: Fix hiding tldraw cursors
2023-04-04 13:24:44 -04:00
Calvin Walton
f57b93b2fb recording-and-playback/presentation: Fix hiding tldraw cursors
The code was skipping the check for cursor x or y position < 0 when the
tldraw whiteboard was in use. That condition is still needed on the
tldraw whiteboard to indicate that the cursor should be hidden.

Only the check for cursor x or y position >100 needs to be skipped when
the tldraw whiteboard is in use (since tldraw cursors are in the slide
coordinate space, they can go up to x=1440 or y=1080)
2023-04-04 11:33:21 -04:00
Carlos
39b308b91f fix(reconnect) waiting for approval
Removed code that enter the old status "waiting for approval".
2023-04-04 10:47:32 -03:00
Ramón Souza
caddf61259 fix camera position when notificationBar appears 2023-04-04 09:34:00 -03:00
hiroshisuga
b3e6cf0c78
Fix a bug
Clicking the presentation with the pan tool selected grayed the presentation.
2023-04-04 17:40:21 +09:00
hiroshisuga
4d2c6fecc0
lower case to avoid warning 2023-04-04 12:09:45 +09:00
hiroshisuga
5bc2976328
lower case to avoid warning 2023-04-04 12:08:35 +09:00
hiroshisuga
09460c3de0
Fix toggle animation setting
ignore the update if "delay" prop is set for the pan tool.
2023-04-04 11:03:51 +09:00
Brent Baccala
7f3f107bbf build script: fix LOCAL_BUILD being tested before it was set (bug introduced in PR #14889) 2023-04-03 17:43:13 -04:00
Brent Baccala
513dca6895 gns3 virtual testing network: add a .gitignore file to ignore the NPDC subdirectory and the SSL root certificate and key 2023-04-03 16:30:59 -04:00
Brent Baccala
f48b8aa602 gns3 virtual testing network: add a placeholder.sh script, since git submodules can't be used
because of a backwards compatibility issue with SVN
2023-04-03 16:30:06 -04:00
Brent Baccala
992cef8ad8 test suite: add newlines at the end of puppeteer javascript files that didn't have them 2023-04-03 16:23:26 -04:00
Brent Baccala
a2d1ab1ee5 test suite: add newlines at the end of playwright javascript files that didn't have them 2023-04-03 16:21:24 -04:00
Anton Georgiev
a8ab74ec49
Merge pull request #17426 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
Translate 'bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-04-03 16:18:17 -04:00
Brent Baccala
ffb28ce079 test suite: add a visual regression test for shared notes, attempting to reproduce issue #16871 2023-04-03 16:14:58 -04:00
Scroody
356cf73f3c Fix: BBB tips overlapping other elements out of his own box 2023-04-03 15:10:22 -03:00
Anton Georgiev
b91235b8fa
Merge pull request #17418 from GuiLeme/doc-pr-16769
docs: Insert documentation for hidePresentationOnJoin
2023-04-03 10:48:18 -04:00
transifex-integration[bot]
51ec8f73c3
Apply translations in fr
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-04-03 14:33:26 +00:00
GuiLeme
db7705fafe [doc-pr-16769] - inserted documentation for PR 16769 regarding hidePresentationOnJoin 2023-04-03 10:47:47 -03:00
Ramón Souza
62e9b3a4d6
Merge pull request #17381 from Scroody/drop-down-arrow
style: drop down arrow better centralized.
2023-04-03 09:45:22 -03:00
hiroshisuga
58ef3c6a5a
add props to tooptip component 2023-04-03 17:13:54 +09:00
hiroshisuga
f6d401b502
add props to button component 2023-04-03 17:11:37 +09:00
hiroshisuga
828f692d7b
add two props to pan injector 2023-04-03 17:09:53 +09:00
hiroshisuga
d873156ed8
Update styles.js 2023-04-03 00:30:22 +09:00
hiroshisuga
2a31b1e0ee
Update styles.js 2023-04-03 00:13:44 +09:00
hiroshisuga
5be3e2ef1c
Update component.jsx 2023-04-02 23:42:12 +09:00
hiroshisuga
476c31a912
Update component.jsx 2023-04-02 23:39:41 +09:00
hiroshisuga
8b92b444ca
Update styles.js 2023-04-02 23:38:32 +09:00
KDSBrowne
a0f6bfcff2 fix the need to double click on style items 2023-04-01 21:05:27 +00:00