Commit Graph

35963 Commits

Author SHA1 Message Date
Anton B
1bf77d77a0 Merge remote-tracking branch 'upstream/v2.6.x-release' into v2.6-tests-fixes 2022-12-13 10:30:28 -03:00
Anton Georgiev
6a90c798d8
chore: rephrase keep pushing layout 2022-12-12 14:13:02 -05:00
Anton Georgiev
de2712b170
Merge pull request #16108 from zhem0004/tomcatTo9.0.70ON2.5
chore: upgrade tomcat to 9.0.70 on branch 2.5
2022-12-12 13:41:53 -05:00
Ramón Souza
f9c0959e59
Merge pull request #16109 from ramonlsouza/issue-15944
style: increase breakout room box size
2022-12-12 13:01:10 -03:00
Daniel Petri Rocha
df4d896e3a Delete print statement 2022-12-10 00:01:56 +01:00
Daniel Petri Rocha
d06a642ae9 Include timestamp in exported content 2022-12-09 23:48:04 +01:00
Anton Georgiev
141eb51408 Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into meteor-bump 2022-12-09 19:13:52 +00:00
Ramón Souza
caf3b42547
Merge pull request #16112 from ramonlsouza/fix-tab-check
fix: string in selectedTab comparison - connection status modal
2022-12-09 15:45:59 -03:00
Ramón Souza
03e6835565 fix string in selectedTab comparison 2022-12-09 15:36:44 -03:00
Ramón Souza
6b6f3f4775
Merge pull request #16111 from JoVictorNunes/dashboard-accessibility-updates
Dashboard A11y Updates
2022-12-09 15:14:59 -03:00
Ramón Souza
d6220e277f
Merge pull request #16098 from ramonlsouza/issue-16080
style: increase video modal max-height
2022-12-09 14:39:39 -03:00
Joao Victor
339c6fa33e Fix regression 2022-12-09 13:22:23 -03:00
Anton Georgiev
ed6748d61d
Merge pull request #16104 from zhem0004/tomcatTo9.0.70
chore: upgrade tomcat to 9.0.70
2022-12-09 10:34:02 -05:00
Anton Georgiev
d16b4ed2e5
Merge pull request #16106 from antobinary/fix-learning-dashboard
chore: adjust package-lock.json for learning dashb to not interrupt ci
2022-12-09 10:33:17 -05:00
Joao Victor
91a389fa96 Improve constrast for several elements 2022-12-09 12:04:31 -03:00
Joao Victor
9ae4644354 Update description of the online time indicator 2022-12-09 11:30:35 -03:00
Joao Victor
2d96f9ca08 Remove multiple h1 headings 2022-12-09 10:49:12 -03:00
Joao Victor
1239458fb8 Update description of presentation thumbnails 2022-12-09 10:38:20 -03:00
Ramón Souza
cbea8331b3 increase breakout room box size 2022-12-09 09:44:25 -03:00
Bohdan Zhemelinskyi
b5374f5b28 bump up tomcat 2022-12-08 23:18:20 +00:00
Anton Georgiev
d012f5d626 chore: adjust package-lock.json for learning dashb to not interrupt ci 2022-12-08 21:26:44 +00:00
Daniel Petri Rocha
7c1d4f44bd Use caret in version 2022-12-08 22:21:11 +01:00
Daniel Petri Rocha
6880bf5552 Enforce required versions 2022-12-08 22:15:06 +01:00
Bohdan Zhemelinskyi
c8922803ec upgrade tomcat 2022-12-08 20:37:17 +00:00
Ramón Souza
9bf832ca42
Merge pull request #16103 from ramonlsouza/condit-hook-talking
refactor: conditional hook in talking indicator
2022-12-08 17:34:32 -03:00
Ramón Souza
4153486329 fix conditional hooks - talking indicator 2022-12-08 17:18:17 -03:00
Joao Victor
a5b444e6ec Make top navigation focusable 2022-12-08 16:16:00 -03:00
Anton Georgiev
49c6f530e6 chore: set nodejs to 14.21.1 and meteor to 2.9.0 2022-12-08 19:14:16 +00:00
Anton Georgiev
06d32c672c chore: Update meteor 2.7.1 to 2.9.0 2022-12-08 19:07:39 +00:00
Gabriel Porfirio
2e21904437 give and remove whiteboard access 2022-12-08 15:32:31 -03:00
Ramón Souza
41a56cada3 increase max-height of video modal 2022-12-08 14:37:19 -03:00
Ramón Souza
4bc6de20e2
Merge pull request #16094 from JoVictorNunes/issue-16058
fix: Speaking person tooltip has wrong encoding
2022-12-08 13:18:10 -03:00
Anton Georgiev
9a39751fb2
Merge pull request #16050 from kepstin/recording-speed-fix-25
Recording: Don't use stateful filters in ffmpeg video processing (2.5 backport)
2022-12-08 11:00:04 -05:00
Anton Georgiev
4ade8ef2d4
Merge pull request #16047 from kepstin/recording-speed-fix
Recording: Don't use stateful filters in ffmpeg video processing
2022-12-08 10:59:48 -05:00
Joao Victor
0ff4c9e10a Include name of the product 2022-12-08 11:46:26 -03:00
Joao Victor
8d87bbff67 fix: Speaking person tooltip has wrong encoding 2022-12-07 17:09:50 -03:00
Gabriel Porfirio
c70ded7206 mute all users test 2022-12-07 15:53:56 -03:00
Calvin Walton
06d0e4d454 Recording: Move tpad filter to after fps filter
The tpad filter is problematic on the variable-framerate webcam files,
and the result can end up being hangs (or, at least, very slow
processing) in the compositing.

Move the tpad filter to the compositing process where it can run after
the fps filter has converted the video to constant framerate. It still
needs to run before the start trimming, so switch to using the trim
filter rather than the fps filter's start_pts feature.
2022-12-06 16:00:39 -05:00
Calvin Walton
5cb32ec088 Recording: Move tpad filter to after fps filter
The tpad filter is problematic on the variable-framerate webcam files,
and the result can end up being hangs (or, at least, very slow
processing) in the compositing.

Move the tpad filter to the compositing process where it can run after
the fps filter has converted the video to constant framerate. It still
needs to run before the start trimming, so switch to using the trim
filter rather than the fps filter's start_pts feature.
2022-12-06 15:59:54 -05:00
Anton Georgiev
4a81825bad
Merge pull request #16046 from gabriellpr/presentation-fullscreen
test: presentation fullscreen and snapshot
2022-12-06 11:30:56 -05:00
Ramón Souza
81fab52812
Merge pull request #16090 from JoVictorNunes/issue-16065
fix: Webcam backgrounds crash the entire client on Firefox
2022-12-06 11:10:14 -03:00
Ramón Souza
1a94ed7a88
Merge pull request #16069 from ramonlsouza/fix-confirmation-label
fix: adjust confirmation modal label
2022-12-06 10:25:13 -03:00
Ramón Souza
6cb87316d6
Merge pull request #15165 from JoVictorNunes/connection-status-modal-snap-scroll
improvement: mobile-like behavior in connection status modal
2022-12-06 09:53:51 -03:00
Joao Victor
5a72c51890 resolve conflicts 2022-12-06 09:41:37 -03:00
Joao Victor
63371a1e62 resolve conflicts 2022-12-06 09:37:26 -03:00
Ramón Souza
2ecb09783f
Merge pull request #15842 from bigbluebutton/ask-before-leave
feat: Ask for confirmation before closing meeting window
2022-12-06 09:07:00 -03:00
Ramón Souza
55ae884f5f
Merge branch 'v2.6.x-release' into ask-before-leave 2022-12-06 09:04:28 -03:00
Ramón Souza
416a8e0170
chore: Set bigbluebutton release to 2.6.0-beta.2 2022-12-06 08:39:50 -03:00
Joao Victor
cf40b24ef6 fix: Webcam backgrounds crash the entire client on Firefox 2022-12-06 07:32:40 -03:00
Anton Georgiev
fc32f5b2e9
Merge pull request #16078 from MaximKhlobystov/clipping-images-whiteboard-tests
test: clip the reference images in the whiteboard drawing tests
2022-12-05 13:21:20 -05:00