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
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
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
Joao Victor
2dd5a73601
chore: update react-intl to 6.1.0
2022-08-29 17:25:43 -03: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
Ramón Souza
259ff86371
Merge pull request #15576 from antonbsa/data-tests-additions
...
test: Data-test props in lock settings
2022-08-23 10:35:14 -03:00
Ramón Souza
4d82d76d4a
Merge remote-tracking branch 'upstream/v2.5.x-release' into uploader-errors
2022-08-23 09:34:25 -03:00
Brent Baccala
9d22231e8e
make testing script names more consistent
2022-08-22 23:02:59 -04:00
Brent Baccala
07b4002390
test suite: fix race condition on webcam connecting; don't check for a
...
transient "connecting" message, check instead that it's been removed
2022-08-22 22:58:56 -04:00
Anton B
8e7e1e7e42
test: add data-test props in lock settings items
2022-08-22 18:02:31 -03:00
Brent Baccala
190891b49e
don't run Firefox screenshare tests without a DISPLAY (they don't work)
2022-08-22 17:00:43 -04:00
Brent Baccala
19ce4c38ae
add a 'test-firefox-ci' target to playwright's package.json, and configure
...
github to run it for a pull request if a "[Tt]est Firefox" label is present
2022-08-22 17:00:43 -04:00
Ramón Souza
a5c9a2f4b3
Merge pull request #15573 from GuiLeme/fix-page-count-exceed
...
(fix) - Fixed page count exeed error
2022-08-22 16:39:45 -03:00
GuiLeme
d9de398d90
[fix-page-count-exeed] - Forwarded temporaryPresentationId to front-end and refactor it's name
2022-08-22 15:00:27 -03:00
Ramón Souza
03b1f13ab5
fix duplicated presentation on remove + upload
2022-08-22 10:37:05 -03:00
Brent Baccala
d67c839cce
check for default presentation toast and only clear it if it's present
2022-08-19 23:57:17 +00:00
GuiLeme
c0567c9c93
[issue15565] - remove allow property
2022-08-19 16:49:06 -03:00
GuiLeme
8ee93432b9
[issue15565] - Fixed current attribute not being respected
2022-08-19 15:59:26 -03:00
Ramón Souza
3a1d0fc09e
undo page_count_exceeded changes in service
2022-08-19 11:20:58 -03:00
Ramón Souza
4293a081c1
fix font preload
2022-08-18 13:39:47 -03:00
Joao Victor
66403fe5fe
fix: check virtual background type on change
2022-08-17 15:14:14 -03:00
Ramón Souza
54e2618011
adjust large file error on presentation
2022-08-17 10:17:26 -03:00
Ramón Souza
b90d4ce81e
fix conversion state
2022-08-16 17:26:42 -03:00
Ramón Souza
a895b087f9
display page exceeded error on presentation uploader
2022-08-16 11:41:11 -03:00
Ramón Souza
14d80b4e29
Merge pull request #15526 from bigbluebutton/antobinary-patch-1
...
build: github action install to use -j skip checks
2022-08-16 08:52:34 -03:00
Ramón Souza
082057ba55
Merge pull request #15177 from JoVictorNunes/issue-15111
...
fix: restore virtual background after leaving breakout room
2022-08-15 14:45:37 -03:00
Anton Georgiev
7c29fe7d41
build: move -j parameter ahead
2022-08-15 12:24:29 -04:00
Ramón Souza
e00556b00b
Merge pull request #15534 from ramonlsouza/fix-presentation-downloadable
...
fix: presentation isDownloadable state
2022-08-15 11:51:43 -03:00
Ramón Souza
f851765ab3
fix presentation downloadable state
2022-08-15 09:50:07 -03:00
Anton Georgiev
3174fa20a2
build: github action install to use -j skip checks
2022-08-12 15:14:14 -04:00
Anton Georgiev
d656e76c1d
Merge pull request #15520 from BrentBaccala/test-suite-2
...
test: 'Skip audio check' improvement
2022-08-12 10:16:42 -04:00