Commit Graph

38396 Commits

Author SHA1 Message Date
Ramón Souza
caeb57f7d2
Merge pull request #18320 from dennis531/chat_typing_anonymous
Html5: Add config to hide names in typing indicator
2023-07-17 09:13:21 -03:00
Paulo Lanzarin
a5ea9f7f5e
Merge pull request #18323 from bigbluebutton/sfu2100a7
build(bbb-webrtc-sfu): v2.10.0-alpha.6
2023-07-14 18:43:33 -03:00
Paulo Lanzarin
2a37c63d6c
build(bbb-webrtc-sfu): v2.10.0-alpha.6
Full changelog: bigbluebutton/bbb-webrtc-sfu@v2.10.0-alpha.5..v2.10.0-alpha.6
  - Adjust recording timestamp generation when recordFullDurationMedia=true
  - mediasoup@3.12.6
2023-07-14 17:16:17 -03:00
Ramón Souza
4e9ff550bc
Merge pull request #18319 from ramonlsouza/timer-styles
style: adjust timer styles
2023-07-14 13:00:42 -03:00
Ramón Souza
5d209c2932 adjust timer styles 2023-07-14 10:43:32 -03:00
Dennis Benz
dd15012761 Html5: Add config to hide names in typing indicator 2023-07-14 15:35:18 +02:00
Anton Georgiev
de2cbc7d08
chore: bump release to 2.7.0-beta.1 2023-07-14 07:29:32 -04:00
Anton Georgiev
0e7fdfe310
Merge pull request #18312 from antobinary/merge-july12
chore: Merge BBB 2.6.10+ to 2.7
2023-07-14 06:58:29 -04:00
Ramón Souza
43bbd195c4
Merge pull request #18305 from Scroody/raise-hand-changes
Enhancement: Raise hand behaviour changes
2023-07-13 08:41:18 -03:00
Ramón Souza
3c098c6f5d
Merge pull request #18306 from Scroody/I-18217
Fix: All cameras being disabled
2023-07-13 08:28:32 -03:00
Anton Georgiev
042bacc7c1 Merge remote-tracking branch 'bbb/v2.7.x-release' into merge-july12 2023-07-12 18:53:12 -04:00
Ramón Souza
e6811091b0
Merge pull request #18311 from ramonlsouza/fix-screenshare
fix: throttledPinPad function
2023-07-12 17:24:52 -03:00
Anton Georgiev
7c91d4ff73 Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12 2023-07-12 16:20:53 -04:00
Anton Georgiev
cd9f93be44 Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12 2023-07-12 15:59:46 -04:00
Ramón Souza
caadcae1e9 fix throttledPinPad function 2023-07-12 16:58:39 -03:00
Anton Georgiev
e32a5feabe
Merge pull request #18304 from gabriellpr/new-disabled-features-test
test: slide snapshot, camera as content disabledFeatures tests
2023-07-12 14:06:07 -04:00
Gabriel Porfirio
cbfa75faaa adding two checks 2023-07-12 14:17:01 -03:00
Anton Georgiev
7b7c854ed8
Merge pull request #18275 from gabriellpr/lock-viewers-test
test: refactoring + adding two tests lock viewers
2023-07-12 12:50:45 -04:00
Anton Georgiev
cd1d8624a0
Merge pull request #18298 from schrd/fix-issue-18297
Fix: use connection id to determine if a user is ejected or not
2023-07-12 09:50:01 -04:00
Scroody
fb088847bd Changes to raised hands behaviour 2023-07-12 10:44:37 -03:00
Gabriel Porfirio
251bf6867b 4 tests for disabledFeatures, slide snapshot, camera as content 2023-07-12 08:55:49 -03:00
Ramón Souza
0651263c81
Merge pull request #18299 from ramonlsouza/issue-18258
fix: Promote and demote users is reopening closed private chats
2023-07-12 07:59:36 -03:00
Scroody
abdf85b508 Bug solving 2023-07-11 16:50:24 -03:00
Anton Georgiev
41e7983409
Merge pull request #18282 from bigbluebutton/revert-17789-u26/fix/fs-1914
build(freeswitch): revert "fix(freeswitch): include signalwire PR 1914 as a patch (backport from 2.7)"
2023-07-11 15:49:52 -04:00
Ramón Souza
0f10a2c371 fix reopening chat on promote 2023-07-11 11:32:15 -03:00
Daniel Schreiber
67a491f07c Fix: use connection id to determine if a user is ejected or not
It used to be a boolean value which was durable if the server is
configured to use localStorage for bbb client settings. This would lead
to permanently blocking a user for all future BBB sessions.

To prevent that we use the connectionID to determine if a user is
blocked or not. If a user rejoins (in the same or a different meeting),
the connectionID is different, so the user can join again.
2023-07-11 15:00:24 +02:00
transifex-integration[bot]
f191d462ee
Updates for bigbluebutton-html5/public/locales/en.json in zh_TW (#18269)
* Translate en.json in zh_TW

100% translated source file: 'en.json'
on 'zh_TW'.
---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-07-11 06:06:17 -04:00
transifex-integration[bot]
a6c2de155e
Updates for bigbluebutton-html5/public/locales/en.json in ko_KR (#18264)
* Translate en.json in ko_KR

100% translated source file: 'en.json'
on 'ko_KR'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-07-11 06:04:38 -04:00
Ramón Souza
67cd275dc1
Merge pull request #18293 from ramonlsouza/issue-18214
fix: change presentation download labels
2023-07-10 16:53:34 -03:00
Ramón Souza
af593e41ee
Merge pull request #18289 from ramonlsouza/issue-15863
Layout Settings Enhancements
2023-07-10 16:53:16 -03:00
Ramón Souza
3203ea4d81
Merge pull request #8 from antonbsa/18289-layout-enhancements
layout enhancements - test fixes
2023-07-10 16:36:30 -03:00
Anton B
a0fa177c70 test: update layout test snaphots 2023-07-10 16:28:28 -03:00
Anton B
06478cda4a test: update layout tests 2023-07-10 16:28:00 -03:00
Ramón Souza
ee6cae94e0
Merge pull request #18290 from antonbsa/tests-imports-fix
test: Fix wrong imports
2023-07-10 13:12:07 -03:00
Ramón Souza
eb26f0f0b7
Merge pull request #18255 from Scroody/I-17515
Enhancement: Breakout modal UI improved.
2023-07-10 10:55:42 -03:00
André Castro
cca291a306
Merge pull request #9 from ramonlsouza/18255x
keyboard move user - unassigned list
2023-07-10 10:43:44 -03:00
Ramón Souza
6b44650c5d change presentation download labels 2023-07-10 09:44:34 -03:00
Ramón Souza
285651a3fc
Merge pull request #18286 from KDSBrowne/bbb-18223
fix: Add Quick Poll Options For 'F' And 'G'
2023-07-10 09:02:31 -03:00
Ramón Souza
52b636a65a keyboard move user - unassigned list 2023-07-07 16:56:42 -03:00
Anton B
d6a3fec976 test: fix wrong imports 2023-07-07 14:06:30 -03:00
Ramón Souza
870d773fdf remove unused code 2023-07-07 13:22:34 -03:00
Paulo Lanzarin
735ba16253
Merge pull request #18288 from bigbluebutton/sfu2914
build(bbb-webrtc-sfu): v2.9.14
2023-07-07 10:27:40 -03:00
Paulo Lanzarin
e42c5cde9d
build(bbb-webrtc-sfu): v2.9.14
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.14
  * Adjust recording timestamp generation when conditional capture is active - this
should improve A/V sync without needing to change RAP behavior
2023-07-07 10:25:44 -03:00
Ramón Souza
d50e0ee2cd mobile styles 2023-07-07 10:10:13 -03:00
Ramón Souza
804d7e859c change labels, update push layout experience 2023-07-07 09:53:58 -03:00
Ramón Souza
91c5094588 add checkmark to active layout 2023-07-06 17:31:26 -03:00
KDSBrowne
9f1734bfb8 handle quick poll options for F/G 2023-07-06 15:30:05 +00:00
Ramón Souza
67d9cc423a move labels below the images 2023-07-06 11:00:44 -03:00
Ramón Souza
fa4baa036a change layout icons 2023-07-06 10:27:52 -03:00
Ramón Souza
14300f3f71
Merge pull request #18274 from ramonlsouza/issue-18220
Preserve pinned notes after screenshare
2023-07-06 08:40:52 -03:00