Ramón Souza
b14e5bc290
Merge pull request #15416 from KDSBrowne/v2.6.x-viewer-resize-wb-crash
...
Prevent Viewer Panel Resize Crashing Whiteboard
2022-07-26 15:50:15 -03:00
Ramón Souza
2e558f44d2
Merge pull request #15444 from JoVictorNunes/screenshot-fix-Jul-26
...
fix: snapshot of current slide
2022-07-26 13:27:31 -03:00
Daniel Petri Rocha
8ab1e094dd
Set pngWidthRasterizedSlides to 2560, escape -
2022-07-26 17:16:26 +02:00
Joao Victor
26cd80506e
fix: snapshot of current slide
2022-07-26 11:54:50 -03:00
Daniel Petri Rocha
6ac3040d4a
Fix multiple pres. export; include PresId in NewPresAnnFileAvailable msg.
2022-07-26 15:19:23 +02:00
Ramón Souza
353b4e8908
Merge pull request #15129 from JoVictorNunes/dashboard-key-fixes-Jun-03
...
improvement(Dashboard): improvements on user details modal
2022-07-26 09:41:53 -03:00
Ramón Souza
4f39e419ac
Merge pull request #15421 from gabriellpr/waiting-list-feedback
...
fix: Adding notification to waiting users list
2022-07-26 09:06:20 -03:00
Joao Victor
07434d238c
refactor: toast notification rework
2022-07-25 18:56:26 -03:00
Ramón Souza
c6f4056677
fix chat resizing in RTL
2022-07-25 16:53:19 -03:00
Anton B
a2aed9f956
test: fix and update test plan links
2022-07-25 16:42:48 -03:00
Joao Victor
5c6c28cdd2
Fix conflicts
2022-07-25 15:14:27 -03:00
Anton B
19141c9e42
test: fix typo
2022-07-25 14:45:00 -03:00
Anton B
2abacc9663
test: add links to the test plan
2022-07-25 14:38:33 -03:00
Anton Georgiev
ee730608b2
Merge pull request #15405 from MaximKhlobystov/25-shared-notes-tests
...
test: new 2.5 Playwright tests for shared notes
2022-07-25 13:37:05 -04:00
Anton Georgiev
cb1543e1fa
Merge pull request #15149 from kepstin/video-resize
...
fix: Support deskshare videos that resize
2022-07-25 13:36:00 -04:00
Ramón Souza
01ba2a27f5
Merge pull request #15332 from JoVictorNunes/virtual-backgrounds-skeleton-preview
...
improvement(virtual background): loading skeleton, custom backgrounds in video preview modal
2022-07-25 13:34:22 -03:00
Ramón Souza
890ca5c4a0
Merge pull request #15429 from prlanzarin/u26/fix/screenshare-layout-dimensions
...
fix(layout): use actual screen share size when calculating smart layout
2022-07-25 13:02:00 -03:00
Anton Georgiev
0ecfb68492
Merge pull request #15433 from BrentBaccala/test-locales-slow
...
test: flag 'Test locales' as slow test so it doesn't timeout
2022-07-25 11:51:27 -04:00
Anton Georgiev
63a684b230
Merge pull request #15432 from BrentBaccala/stress-test
...
test: update test usersJoinKeepingConnected
2022-07-25 11:50:49 -04:00
Anton Georgiev
83d18212f2
Merge pull request #15434 from BrentBaccala/screenshareConnecting
...
test: Don't wait for screenshareConnecting
2022-07-25 11:49:14 -04:00
Ramón Souza
9d86517297
Merge pull request #15428 from JoVictorNunes/fix-wb-access-icon
...
fix: whiteboard access avatar icon in RTL mode
2022-07-25 10:59:16 -03:00
Joao Victor
24e78a1864
fix: 1 minute threshold for each slide
2022-07-25 10:33:23 -03:00
Joao Victor
e32eeec9a2
improvement: query selector
2022-07-25 09:35:08 -03:00
Joao Victor
9f0999f623
fix: rename exported presentation default filename
2022-07-25 09:19:39 -03:00
Brent Baccala
7280ac0177
Don't wait for screenshareConnecting
...
Waiting for e.screenshareConnecting creates a race condition if the
screen share connects quickly, before the test waits for the
screenshareConnecting message.
2022-07-22 19:51:33 -04:00
Brent Baccala
8faebab7c4
flag 'Test locales' as slow test so it doesn't timeout
2022-07-22 19:50:32 -04:00
Brent Baccala
72a0deb16c
update test usersJoinKeepingConnected
...
This is the stress test that connects twenty clients to the server.
Two changes in this PR:
- actually await a Promise.all() that waits for nothing otherwise
- close the twenty pages at the end of the test
2022-07-22 17:44:46 -04:00
Gabriel Porfirio
15b28d52fe
updating feedback message
2022-07-22 13:27:39 -03:00
prlanzarin
b8811bafd4
fix(layout): use actual screen share size when calculating smart layout
...
Smart layout (et al) presumes screen sharing will always use 100%
width of the media area. That causes cameras to always be positioned on
top, which is not always the optimal position depending on the viewport
and stream aspect ratio/resolution - so space is wasted.
This commit uses the actual screen sharing video size as provided by
HTMLVideo's videoWidth/videoHeight properties. The calculation uses the
same logic as the one used for presentation/slides, which should make it
a bit familiar.
There's also a handler for HTMLVideo's `resize` event for those browsers
that support it - which enables handling of variable-sized screen
sharing streams. That handler is debounced at 500 ms to prevent
excessive CPU use.
Extra testing is needed with the widest range possible of
browsers/environments and feature combinations.
2022-07-22 13:28:43 +00:00
João Victor Nunes
fe8d7fa446
Merge branch 'v2.5.x-release' into dashboard-key-fixes-Jun-03
2022-07-22 10:26:51 -03:00
Ramón Souza
7c4457bfa1
Merge pull request #15415 from JoVictorNunes/issue-15397
...
fix: breakout remaining time label
2022-07-22 14:23:47 +01:00
Joao Victor
dbafb610d5
fix: whiteboard access avatar icon in RTL mode
2022-07-22 10:16:57 -03:00
Ramón Souza
9c8c580db2
Merge pull request #15424 from prlanzarin/u26/fix/layout-ss-calc
...
fix(layout): set external-video/screen share initial states on all layouts
2022-07-22 13:12:31 +01:00
Ramón Souza
0312be4523
Merge pull request #15427 from antobinary/merge-254
...
chore: pull BBB 2.5.4+ into 2.6
2022-07-21 21:31:58 +01:00
Joao Victor
ce7f35b3db
fix: checkbox and remove button alignment in RTL languages
2022-07-21 17:30:25 -03:00
Anton Georgiev
d7bdc324a0
chore: pull BBB 2.5.4+ into 2.6
2022-07-21 20:25:31 +00:00
Joao Victor
e59e3b68af
fix: header alignment
2022-07-21 17:20:03 -03:00
KDSBrowne
e12877e7d8
fix console error
2022-07-21 20:02:43 +00:00
Anton Georgiev
fe0557f08d
Merge pull request #15426 from bigbluebutton/ci-read
...
test: set permissions: content: read [2.5]
2022-07-21 15:54:32 -04:00
Anton Georgiev
07ccaa88fa
test: set permissions: content: read
...
Suggested by @naveensrinivasan
2022-07-21 15:50:18 -04:00
Joao Victor
e3062f2da7
fix: increase exporting threshold to 1 minute
2022-07-21 16:40:52 -03:00
Joao Victor
2f623a2731
fix: better log message when setting exporting status
2022-07-21 16:39:19 -03:00
prlanzarin
8f77f4cd1f
fix(layout): set external-video/screen share initial states on all layouts
...
Only smart layout takes screen sharing/external video states in account
when populating its initial state. The others don't, and that causes
some weird issues when switching back-and-forth between layout types due
to their input states becoming inconsistent - ie having an active screen
sharing and transitioning from Smart -> Custom would mark it as false
(due to its absence from the initial state) and pollute its state for
subsequent layouts.
This commit guarantees those features are taken into account when
populating initial input states for Focus On*/Custom layouts.
2022-07-21 18:07:49 +00:00
Paulo Lanzarin
34a3c2be49
Merge pull request #15408 from prlanzarin/u26/fix/audio-reconn-stuck
...
refactor(audio): log VoiceUser cleanup on User remove and centralize it
2022-07-21 15:06:41 -03:00
Ramón Souza
91704dca75
Merge pull request #15180 from Arthurk12/bbb-cc
...
feat: New closed captions with automatic transcription
2022-07-21 18:42:51 +01:00
Gabriel Porfirio
94cfa3c084
WIP: Adding notification to waiting users list
2022-07-21 14:07:19 -03:00
Joao Victor
854dcf5a93
fix: use Meteor bindings for both setTimeout and clearTimeout
2022-07-21 10:49:36 -03:00
João Victor Nunes
4866411726
Merge pull request #4 from gustavotrott/export-presentation
...
broadcast NewPresAnnFileAvailableMsg to html5
2022-07-21 08:53:00 -03:00
Gustavo Trott
59ddf3e8e3
broadcast NewPresAnnFileAvailableMsg to html5
2022-07-20 20:20:32 -03:00
KDSBrowne
9234dee077
fix viewer wb crash switching to rtl
2022-07-20 19:54:23 +00:00