Commit Graph

38739 Commits

Author SHA1 Message Date
Gustavo Trott
3f53c3e1e8 Rename packages to current commit 2023-08-02 22:11:08 -03:00
Gustavo Trott
81a3ef00d2 Rename packages to current commit 2023-08-02 22:09:51 -03:00
Gustavo Trott
403f03a1f1 Split more steps in different jobs 2023-08-02 18:16:43 -03:00
Gustavo Trott
bee4ea73e3 Split more steps in different jobs 2023-08-02 18:05:02 -03:00
Gustavo Trott
4ba5f934f9 Split more steps in different jobs 2023-08-02 18:03:47 -03:00
imdt
205d1d5f35 Fix: disabled self cam tied to specific cam or all 2023-08-02 17:59:19 -03:00
Gustavo Trott
e73266606c Split more steps in different jobs 2023-08-02 17:51:48 -03:00
Gustavo Trott
12084a64c9 Split more steps in different jobs 2023-08-02 17:41:53 -03:00
Gustavo Trott
b699ac06cf Split more steps in different jobs 2023-08-02 17:23:44 -03:00
Daniel Molkentin
fa5aa182fe fix: do not escape text twice
The refactoring in 838accf015 incorrectly
replaced the wrong parseMessage function in addBulkGroupChatMsgs.js

This bug is only triggered when the option public.chat.bufferChatInsertsMs != 0.
2023-08-02 18:48:22 +02:00
Ramón Souza
e0e68f3896 guest policy change toast 2023-08-02 13:22:43 -03:00
Gustavo Trott
baf4d689d7 Test commits of the PR 2023-08-02 11:43:07 -03:00
Gustavo Trott
f1746341de Test commits of the PR 2023-08-02 11:07:37 -03:00
Ramón Souza
407a5d383c
Merge pull request #18425 from antonbsa/flaky-presentation-tests
test: add flaky flag to presentation tests
2023-08-02 11:04:40 -03:00
Gustavo Trott
b7a9bb1a28 Test commits of the PR 2023-08-02 10:55:52 -03:00
Gustavo Trott
445192e372 Test commits of the PR 2023-08-02 10:49:37 -03:00
Anton B
d188df13f0 test: add flaky flag to presentation tests 2023-08-02 10:48:30 -03:00
Gustavo Trott
db8f90dafc Test commits of the PR 2023-08-02 10:40:15 -03:00
transifex-integration[bot]
e1b6b16b65
Translate en.json in et
100% translated source file: 'en.json'
on 'et'.
2023-08-02 13:39:36 +00:00
Gustavo Trott
5b824fa858 Test commits of the PR 2023-08-02 10:30:46 -03:00
Gustavo Trott
64753f96e1 Test commits of the PR 2023-08-02 10:30:28 -03:00
Gustavo Trott
1f405db029 Config checkout to fetch all history of commits 2023-08-02 10:16:11 -03:00
Gustavo Trott
84436d36dc Fixes to cache flow 2023-08-02 10:06:43 -03:00
Gustavo Trott
938e937f1a Add cache for freeswitch build 2023-08-02 09:50:25 -03:00
Gustavo Trott
851ec6a0b3 Generate artifacts cache for bbb-html5 2023-08-02 09:17:50 -03:00
Gustavo Trott
8d88ace0ac
tests: Speed up building time by splitting packages in different jobs (#18415) 2023-08-02 08:55:18 -03:00
Ramón Souza
d960ccb1c9
Merge pull request #18399 from Scroody/fix-pulse-animation-with-avatar
Fix: pulse animation with avatar
2023-08-02 08:47:33 -03:00
Ramón Souza
a0ad513cb6
Merge pull request #18411 from ramonlsouza/issue-18408
fix: Disabling the presentation download with annotation is also disabling the original presentation download
2023-08-02 08:46:55 -03:00
Anton Georgiev
151d331f03
docs: Added link for 2.7.0-beta.3 2023-08-01 19:48:50 -04:00
Anton Georgiev
b46ee4c52a
Merge pull request #18412 from KDSBrowne/bbb-18257
fix: Correct Tab Order For Presentation Options Dropdown
2023-08-01 15:46:14 -04:00
Anton Georgiev
cb6e041510
Merge pull request #18410 from antonbsa/avoid-flaky-ci
test: Add @flaky test flag and avoid them when running the tests on CI
2023-08-01 14:50:46 -04:00
Gustavo Trott
be057ac155
tests: Improve the handling of failures during the workflow (#18390) 2023-08-01 14:51:21 -03:00
Anton B
1013e4443a test: update Webcam ci tests flags 2023-08-01 13:45:33 -03:00
Ramón Souza
c15d1a352a undo auto lint 2023-08-01 11:08:27 -03:00
Ramón Souza
6b34cd38c1 replace double quotes 2023-08-01 11:01:27 -03:00
KDSBrowne
70a8267284 inject presentation options btn into tldraw toolbar | lint issues 2023-08-01 02:45:13 +00:00
Ramón Souza
4b6686ef76 add comment 2023-07-31 17:07:41 -03:00
Ramón Souza
df8e9e9440 split disabled download of presentation params 2023-07-31 17:03:29 -03:00
Anton B
4384fa7aca test: add @flaky test flag and avoid them when running the tests on CI 2023-07-31 16:19:04 -03:00
prlanzarin
50d019ac01 chore(audio): lower SFU audio negotiation timeout to 15s (from 25s) 2023-07-31 11:40:04 -03:00
prlanzarin
a8e4e876d0 fix(audio): add connection timers for SFU audio
SFU based audio is missing connection timers, which means the join
procedure can go on indefinitely in a couple of scenarios.

Refactor the connection timers added for re-connections in the SFU audio
bridge and make them valid for the first try as well.

Make 1010 errors (connection timeout) retriable when retryThroughRelay
is enabled.
2023-07-31 11:39:52 -03:00
prlanzarin
7c3ac51e38 feat(audio): add retryThroughRelay flag for 1007 errors
1007 errors are still a large fraction of our overall audio join error
rate. This usually indicates some sort of firewall block or UDP issues
carrier networks. I can't figure out why some scenarios won't trickle
down to relay candidates though - I'm leaning to scenarios where STUN
packets with USE-CANDIDATE are being mangled/lost along the way or
something else that borks the (already fragile) conn checks for ICE-lite
implementations.

Add a new feature called retryThroughRelay which triggers a retry with
iceTransportPolicy=relay whenever audio fails to join with a 1007 error.
The goal is to force relay usage to try and bypass 1007s scenarios that
still happen.

Disabled by default.
2023-07-31 11:39:45 -03:00
prlanzarin
26815f4679 chore(audio): add more data to audio_joined/failure logs
Add secondsToActivateAudio, inputDeviceId, outputDeviceId and isListenOnly
to audio_joined.extraInfo

Add inputDeviceId, outputDeviceId and isListenOnly to
audio_failure.extraInfo

Add a try-catch to the device enforcement procedure triggered by
onAudioJoin - it may throw and block the modal.
2023-07-31 11:39:24 -03:00
Anton Georgiev
f682348db4
Merge pull request #18405 from antobinary/guest-extra-options
chore: set guestPolicyExtraAllowOptions to false
2023-07-31 10:07:39 -04:00
Anton Georgiev
1e08c28962 chore: set guestPolicyExtraAllowOptions to false 2023-07-31 09:49:32 -04:00
Anton Georgiev
9e1d1c5190
Merge pull request #18394 from ramonlsouza/layout-images
refactor: Update layout images
2023-07-28 13:36:43 -04:00
Anton Georgiev
8e318094a4
Merge pull request #18369 from KDSBrowne/bbb-18357
fix: Enhance Smart Slide Question And URL Detection
2023-07-28 13:35:07 -04:00
Ramón Souza
f389d7b338
Merge pull request #18396 from ramonlsouza/issue-18386
fix: bbb_hide_presentation_on_join parameter not working
2023-07-28 13:49:03 -03:00
Scroody
0a9b061434 Fix: Pulsing animation not working with avatar 2023-07-28 13:31:44 -03:00
Gabriel Porfirio
6a712c7850 only present can edit the polls 2023-07-28 09:16:07 -03:00