Commit Graph

33013 Commits

Author SHA1 Message Date
Anton Georgiev
5c7662187b
Merge pull request #14497 from gustavotrott/disabledFeatures-learningDashboard
refactor: Move learningDashboardEnabled to disabledFeatures
2022-03-03 15:29:07 -05:00
Anton Georgiev
57776054b7
Merge pull request #14512 from prlanzarin/u25-nest-5900pn
refactor: reduce timeout intervals for webrtc-sfu and FS WebSocket proxies
2022-03-03 15:27:37 -05:00
Anton Georgiev
6890988381
Merge pull request #14527 from pedrobmarin/r-g-ipi
refactor(guest): increase polling interval
2022-03-03 15:26:21 -05:00
Anton Georgiev
80309c480a
Merge pull request #14529 from bigbluebutton/antobinary-patch-1
chore: re-tag BBB docker image so it does not contain dot
2022-03-03 15:24:10 -05:00
Anton Georgiev
a4a7aefe14
chore: re-tag BBB docker image so it does not contain dot 2022-03-03 15:20:29 -05:00
Pedro Beschorner Marin
3879f87f2b refactor(guest): increase polling interval
Reduce the number of guest status' polls per minute.
2022-03-03 16:07:58 -03:00
Gustavo Trott
f045aa7c31
Merge branch 'v2.5.x-release' into disabledFeatures-learningDashboard 2022-03-03 15:48:49 -03:00
Anton Georgiev
a394b13016
Merge pull request #14524 from antobinary/merge-24-into-25
chore: Merge BBB 2.4 into 2.5
2022-03-03 13:38:16 -05:00
Anton Georgiev
5f884f6674 Merge remote-tracking branch 'bbb/v2.4.x-release' into merge-24-into-25 2022-03-03 18:35:05 +00:00
Ramón Souza
6be6398df3 refactor isMobile check in settings-dropdown 2022-03-03 18:03:05 +00:00
Anton Georgiev
d85f857220
Merge pull request #14509 from prlanzarin/u24-15-vague
fix(screenshare): request ejection when presenter automatically changes
2022-03-03 12:49:05 -05:00
Anton Georgiev
223927d29e
Merge pull request #14513 from prlanzarin/u25-blue-drive
fix: specify height in high and hd camera profiles
2022-03-03 12:48:25 -05:00
Ramón Souza
6d268c4092 refactor isMobile check in actions-dropdown 2022-03-03 17:46:20 +00:00
Daniel Schreiber
15c68aeae7 build: enable G722 by default
it was enabled in the config but the module was not loaded.
2022-03-03 16:01:45 +01:00
Ramón Souza
565667c0e1 fix userlist not updating when lock users is changed 2022-03-03 13:45:47 +00:00
Daniel Schreiber
0d30c9e0ad build: enable G722 by default
currently it is enabled in the config but the module is not loaded.
2022-03-03 14:33:14 +01:00
Fred Dixon
7fc2c96d2a
Merge pull request #14485 from antobinary/drop-tmp-settings
!build: remove config storing to /tmp when upgrading a package
2022-03-02 22:10:18 -06:00
prlanzarin
ae6564f276 fix: specify height in high and hd camera profiles
Set height to 720 in those profiles so that aspect ratio has a better chance to
be cohesive in all environments. Having only width set was causing certain
devices to output videos with non-standard ARs
2022-03-02 20:28:29 -03:00
prlanzarin
22d347f899 refactor: reduce timeout intervals for webrtc-sfu and FS WebSocket proxies
The old 6h values seem far too large and I cant recall nor find any good
justification for them to be that way

Reducing the timeouts to more sane values allow resources (WebSockets) to be
cleaned up faster

The heartbeat routine in bbb-webrtc-sfu runs every 20s. The heartbeat
routine in SIP.js/FS runs every 30(+10)s. The new timeouts are those values
multiplied by 3.
2022-03-02 19:07:29 -03:00
prlanzarin
c7f0c23731 fix(screenshare): request ejection when presenter automatically changes
Fixes an edge case where screen ejections weren't being requested internally on
ungraceful presenter changes
2022-03-02 17:48:30 -03:00
Anton Georgiev
43c5eeb99c
Updated the release to 2.4.5 2022-03-02 15:09:02 -05:00
Anton Georgiev
3e48ff303d
Merge pull request #14508 from JoVictorNunes/install-html-to-image
chore: package-lock changes for html-to-image lib
2022-03-02 15:02:31 -05:00
Joao Victor
c074d4c21d Add package.lock changes 2022-03-02 16:50:53 -03:00
Anton Georgiev
ae13fb3593
Merge pull request #14507 from ramonlsouza/issue-9500
refactor: Refactor out code used for confirmation window
2022-03-02 14:47:40 -05:00
Anton Georgiev
d89470a96f
Merge pull request #14406 from JoVictorNunes/issue-14380
feat(presentation): new presentation menu and snapshot of the current presentation
2022-03-02 13:50:34 -05:00
Joao Victor
cd434c48b0 Remove old minimize button / Add check for empty options 2022-03-02 14:40:23 -03:00
Ramón Souza
59f646a666 refactor end-meeting modal to use confirmation modal 2022-03-02 17:11:05 +00:00
Joao Victor
205c96d74a Disable in Safari 2022-03-02 14:09:56 -03:00
Ramón Souza
08ae899c44 remove unused messages 2022-03-02 16:44:59 +00:00
Ramón Souza
f101f73241 refactor recording modal to use confirmation modal 2022-03-02 14:45:33 +00:00
Anton Georgiev
3bd37f2ea4
Merge pull request #14492 from ramonlsouza/issue-14488
fix: Client crashing when clicking to "Select random user"
2022-03-02 09:20:58 -05:00
Anton Georgiev
de58d9c10c
Merge pull request #14438 from pedrobmarin/f-e-aafc
feat(events): add audio floor change
2022-03-02 08:51:40 -05:00
Anton Georgiev
bbe11c90f7
Merge pull request #14455 from JoVictorNunes/issue-14452-bp
[2.4] fix: breakout room 'shortName'
2022-03-02 08:51:15 -05:00
Anton Georgiev
212578b7c8
Merge branch 'v2.5.x-release' into disabledFeatures-learningDashboard 2022-03-02 08:46:31 -05:00
Ramón Souza
93e7a8a902 refactor remove-user modal to confirmation modal 2022-03-02 13:42:17 +00:00
Anton Georgiev
4b6b1998ff
Merge pull request #14500 from gustavotrott/disabledFeatures-warning
fix: warning "disabledFeatures have no value"
2022-03-02 08:37:33 -05:00
Anton Georgiev
9f6c6b7a0b
Merge pull request #14441 from pedrobmarin/r-s-fpr
refactor(screenshare): FreeSWITCH partial removal
2022-03-02 08:36:14 -05:00
Gustavo Trott
626fe0d52f Comment disabledFeatures by default 2022-03-02 10:31:55 -03:00
Anton Georgiev
9768f7c246
Merge pull request #14496 from antobinary/2.5-transifex
chore: Added Transifex support for BBB 2.5 for HTML5 client
2022-03-01 15:47:23 -05:00
Gustavo Trott
c59037310a Revert change in SystemConfiguration.scala 2022-03-01 17:34:38 -03:00
Localization Server
c28ff8a87e chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-03-01 20:34:28 +00:00
Gustavo Trott
9d6eaead02 Move api param learningDashboardEnabled to disabledFeatures 2022-03-01 17:27:54 -03:00
Anton Georgiev
2e095d55ef chore: set up transifex project for BBB 2.5 2022-03-01 20:08:06 +00:00
Anton Georgiev
cfb7c354ce
Merge pull request #14494 from GuiLeme/issue-14431
Change in current attribute for InsertDocument endpoint
2022-03-01 12:59:03 -05:00
gustavo-em
030f089499 translations to mobile app 2022-03-01 14:33:44 -03:00
Guilherme Leme
b8bba75b62 [issue-14431] - Implemented the back-end not to accept the current attribute comming from insert endpoint. 2022-03-01 14:27:09 -03:00
Ramón Souza
3c8d620811 fix client crash in random user selection modal 2022-03-01 14:01:21 +00:00
Anton Georgiev
6985004756
Merge pull request #14490 from pedrobmarin/r-p-urs
refactor(pads): unneeded redis subscription
2022-03-01 08:15:52 -05:00
Pedro Beschorner Marin
f267cf29e0 refactor(pads): unneeded redis subscription
Since bbb-pads the html client Etherpad redis' channel subscription isn't
needed anymore. All communication between Etherpad and BigBlueButton goes
through bbb-pads.
2022-03-01 09:54:43 -03:00
Anton Georgiev
4dab5ffcd9
Merge pull request #14425 from antonbsa/users-join-same-time-tests
test: Adds stress tests joining two users at the same time
2022-02-28 17:08:30 -05:00