Gustavo Trott
be4bac6037
Merge with v2.7.x-release
2023-04-05 15:05:16 -03: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
Anton Georgiev
92729a6baa
Merge pull request #16797 from ramonlsouza/lodash-radash
...
refactor: replace lodash with radash
2023-04-05 13:52:15 -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
Gustavo Trott
3cf7be926c
Introduces userTyping, user_connectionStatus and other flags to Postgres/Hasura
2023-04-05 13:56:22 -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
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
Ramón Souza
20f020a7b2
replace react-color with react-colorful
2023-04-05 10:49:07 -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
Ramón Souza
7438f100fe
remove new instances of lodash methods
2023-04-05 09:44:47 -03:00
Ramón Souza
bcd504b749
Merge remote-tracking branch 'upstream/v2.7.x-release' into lodash-radash
2023-04-05 09:42:05 -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
Gustavo Trott
783ed2d0f3
Set userId as PK for user_voice table (user has only one mic, following Meteor current logic)
2023-04-04 09:10:04 -03:00
Gustavo Trott
94111058e5
Set userId as PK for user_voice table (user has only one mic, following Meteor current logic)
2023-04-04 09:02:41 -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
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
Gustavo Trott
3b9468696f
Small fixes on Hasura
2023-04-03 17:49:24 -03: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
Gustavo Trott
d13613fb7d
Include cursor data to Pg/Hasura and other fixes
2023-04-03 17:23:30 -03: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
Gustavo Trott
a31f3fe057
Set current presentation in Postgres/Hasura
2023-04-03 10:46: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
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
KDSBrowne
da66eeccc4
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-17164
2023-04-01 20:22:50 +00:00
KDSBrowne
9abc00bcbc
preserve tool and style setting on page change
2023-04-01 20:18:03 +00:00