Gustavo Trott
89ea5d07d3
Merge remote-tracking branch 'upstream/v2.5.x-release' into html5-show-ejectedReason
2022-09-21 15:58:01 -03:00
Ramón Souza
f5b912d5ef
move config to public.app
2022-09-21 13:16:25 -03:00
Ramón Souza
6d1463e03b
add disableWebsocketFallback settings
2022-09-21 11:03:21 -03:00
Ramón Souza
f055781db8
disable xhr fallback on websocket connection
2022-09-21 10:16:27 -03:00
Ramón Souza
8f653984a3
Merge pull request #15721 from ramonlsouza/transifex-sep21-25
...
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-09-21 09:49:51 -03:00
Gustavo Trott
071b4e089c
Merge pull request #15613 from gustavotrott/soffice-java17-upgrade-bbb25
2022-09-21 09:27:49 -03:00
Gustavo Trott
052fc41c41
Merge pull request #15610 from paultrudel/meeting-api-fixes-25
2022-09-21 09:26:24 -03:00
Localization Server
126f2e331b
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-09-21 09:25:01 -03:00
Ramón Souza
fd9bd5131d
Merge pull request #15699 from ramonlsouza/log-improvements
...
refactor: html5 server log improvements
2022-09-21 09:17:22 -03:00
Ramón Souza
b743e95548
chore: Bump version to 2.5.6
2022-09-21 09:01:36 -03:00
Ramón Souza
c6ea6a5d12
fix multiple answer translation in live results
2022-09-20 13:28:25 -03:00
Ramón Souza
a882701ac7
fix broadcast push alert in breakouts
2022-09-20 09:57:08 -03:00
Fred Dixon
bd48f8607f
Merge pull request #15705 from ffdixon/fix-bbb-libreoffice-dockerfile
...
Fix bbb libreoffice dockerfile
2022-09-18 20:22:15 -03:00
Fred Dixon
c238d7e10d
Fix build error for building bbb-soffice
2022-09-18 18:16:10 -05:00
Fred Dixon
d39f07772b
Add newline when scanning bigbluebutton.properites
2022-09-18 15:05:39 -05:00
Fred Dixon
8d1326c98a
Merge pull request #15702 from kepstin/video-offset
...
recording: Fix incorrect seek offsets in video
2022-09-16 14:02:41 -03:00
Calvin Walton
fb43eba355
recording: Fix incorrect seek offsets in video
...
When converting from using the 'movie' source filter to using separate
ffmpeg command line inputs, it wasn't taken into account that the
'movie' filter passes through timestamps from the source file, while the
ffmpeg input adjusts timestamps so that '0' is the selected seek point.
The easiest fix is to add an option to the ffmpeg command to disable the
timestamp adjustments.
Fixes #15644 (This needs to go into BigBlueButton 2.5 and 2.6)
2022-09-16 12:14:19 -04:00
Ramón Souza
83c9e644b1
add settings
2022-09-16 11:56:56 -03:00
Ramón Souza
774da00d16
change server name format and add timestamp to logs
2022-09-16 10:48:21 -03:00
Ramón Souza
facae4e2fb
include server role and instance in logs
2022-09-15 16:57:20 -03:00
Ramón Souza
f6642bd2a8
add server health log
2022-09-15 16:56:00 -03:00
Gustavo Trott
56818e8dce
Merge pull request #15652 from BrentBaccala/use-findMeetingFromMeetingID
2022-09-15 16:09:24 -03:00
Ramón Souza
8a59a104b5
Merge pull request #15649 from ramonlsouza/port-15618-25
...
fix: port adjustments in breakout publisher to 2.5
2022-09-14 13:28:58 -03:00
Ramón Souza
cb9be4b072
Merge pull request #15612 from JoVictorNunes/issue-15579
...
chore/fix: update `react-intl` to `6.1.0` and add config to disable fallback
2022-09-13 16:28:03 -03:00
Paul Trudel
84c19bf12e
Added support for sha384 and sha512 checksums
2022-09-13 15:28:01 +00:00
Anton Georgiev
5f4c89b6ff
Merge pull request #15672 from ramonlsouza/current-presentation-class
...
refactor: Add "current presentation" toast unique class
2022-09-09 19:43:44 -04:00
Ramón Souza
5a83f9b392
add unique className to current presentation toasts
2022-09-09 13:25:20 -03:00
Ramón Souza
5588e19e3c
Merge pull request #15558 from JoVictorNunes/issue-15555
...
fix: check virtual background type on change
2022-09-09 09:25:15 -03:00
Anton Georgiev
23fc5940a8
Merge pull request #15307 from GuiLeme/fix-tomcat-warnings25
...
fix(conf): Fix tomcat warnings
2022-09-08 11:12:07 -04:00
Ramón Souza
b09c2e0b41
adjust breakout publisher
2022-09-06 11:22:15 -03:00
Brent Baccala
00b635e763
bigbluebutton-web: when matching user-supplied meeting IDs in API
...
calls, use ServiceUtils.findMeetingFromMeetingID instead of
meetingService.getMeeting, in order to handle either external or
internal meeting IDs
2022-09-05 23:16:39 -04:00
Arthurk12
d2b2acbf2d
fix(whiteboard): re-adds right click to cancel
...
Re-adds cancelling text annotation on right click. To achieve this,
some mechanisms that were previously used to handle live synced annotations
were rescued. So this partially reverts 40b18b0
.
2022-09-01 12:40:14 +00:00
Arthurk12
480925517c
fix(whiteboard): text annotations stuck as fake
...
Cleans up and modifies the added annotation handler to suit only for text
annotation. As soon as the DRAW_END message is sent, the local fake
annotations are removed and replaced by the complete/not fake annotation.
2022-09-01 12:40:10 +00:00
Arthurk12
070aa3425f
Revert "fix: don't clear text fake annotations"
...
This reverts commit 74c4c1c4cc
.
Reverting this commit because it causes fake annotations from the text
tool not to be removed. Since the text tool is the only one that
generates fake annotations(because it is the only one that is live
synced), the function to clear fake annotations is directly intended to
clear them.
2022-08-30 20:08:26 +00:00
Gustavo Trott
b960f4cbcb
Upgrade Libreoffice docker from java 11 to java 17
2022-08-30 07:34:50 -03:00
Joao Victor
2dd5a73601
chore: update react-intl to 6.1.0
2022-08-29 17:25:43 -03:00
Paul Trudel
14aec9f7da
Added maxParticpants calculation changes from 2.6
2022-08-29 15:25:14 +00:00
Ramón Souza
e3b7c89ac9
Merge pull request #15586 from ramonlsouza/adjust-assign-buttons
...
style: adjust breakout room assignment buttons
2022-08-26 13:54:32 -03:00
Ramón Souza
ba44e4e71a
Merge pull request #15562 from ramonlsouza/fix-font-preload
...
fix: preloaded fonts being requested again
2022-08-26 10:32:34 -03:00
Ramón Souza
bba30be343
Merge pull request #15580 from BrentBaccala/remove-webcam-race-condition-2.5
...
test suite: fix race condition on webcam connecting (2.5)
2022-08-26 09:33:03 -03:00
Ramón Souza
e6daad4e3d
Update build/packages-template/bbb-html5/build.sh
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2022-08-26 09:31:29 -03:00
Ramón Souza
a277049e55
Update build/packages-template/bbb-html5/build.sh
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2022-08-26 09:31:06 -03:00
Ramón Souza
fbeb775313
Merge pull request #15551 from ramonlsouza/uploader-errors
...
fix: display presentation uploader limit errors
2022-08-25 09:49:48 -03:00
Ramón Souza
14dd486f3a
prevent infinite generating slides
2022-08-24 13:34:50 -03:00
Ramón Souza
c52a3ffb25
adjust assignment buttons - create breakout
2022-08-24 10:37:10 -03:00
Ramón Souza
82e234be33
Merge pull request #15500 from JoVictorNunes/issue-15458
...
fix: don't clear text fake annotations
2022-08-23 16:19:39 -03:00
Ramón Souza
59f717265a
adjustments after PR 15573
2022-08-23 13:59:58 -03:00
Anton Georgiev
779bf561da
Merge pull request #15577 from BrentBaccala/firefox-ci
...
test suite: add Firefox tests to CI (2.5)
2022-08-23 11:01:08 -04:00
Anton Georgiev
f926ea4c00
Merge pull request #15569 from BrentBaccala/default-presentation-toast
...
test suite: fix check for default presentation toast
2022-08-23 11:00:44 -04:00
Ramón Souza
30fb37f5a0
Merge pull request #15568 from GuiLeme/issue-15565
...
(fix) - Fixed isCurrent not being respected in insertDocument
2022-08-23 11:16:58 -03:00