Ramon Souza
b99d67a421
add horizontal margin when camera is on left side
2021-07-28 15:48:22 -03:00
Anton Georgiev
c6d5ba1c64
Merge pull request #12856 from ramonlsouza/issue-12631
...
fix: sidebar panel resizing - legacy layout
2021-07-28 14:14:47 -04:00
Ramon Souza
40972737ef
fix poll panel resizing - legacy
2021-07-28 14:11:28 -03:00
Anton Georgiev
0b26e37406
Merge pull request #12842 from defnull/v2.3.x-release
...
fix(common-web): Sub-processes hang if output buffers fill up
2021-07-28 12:14:33 -04:00
Anton Georgiev
cb711451bf
Merge pull request #12853 from paultrudel/fix-moodle-validation-error
...
Modified regex pattern to allow international characters
2021-07-28 11:08:45 -04:00
Anton Georgiev
e06cc7f688
Merge pull request #12852 from prlanzarin/u24-remloaf
...
refactor(virtual-backgrounds): remove camera effect toggle (video-list)
2021-07-28 10:47:21 -04:00
Anton Georgiev
7f9dd0e69f
Merge pull request #12851 from ramonlsouza/fix-external-video-position
...
fix: external video position on layout change
2021-07-28 10:46:39 -04:00
paultrudel
4fcf4f991b
modified regex pattern to allow international characters in meeting name/id
2021-07-28 09:56:42 -04:00
Ramon Souza
919bc50503
sets default value for sidebar minimum height
2021-07-28 10:54:06 -03:00
prlanzarin
b190f74009
refactor(virtual-backgrounds): remove camera effect toggle (video-list)
2021-07-28 13:37:40 +00:00
Ramon Souza
223d29c835
fix external video position on layout change
2021-07-28 10:21:20 -03:00
Marcel Hellkamp
500a1e6ff4
fix(common-web): Sub-processes hang if output buffers fill up
...
ExternalProcessExecutor spawned sub-processes with stderr and
stdout buffers, but did not read from those buffers. Sub-processes
producing output sometimes would fill up these buffers and then hang
until the timeout occurs and the process is killed.
This fixes #12839 (PDF conversion hangs for 10 seconds per page)
by properly discarding command output. The patch also deprecates an
outdated and dangerous API and offers a safer alternative. Splitting
command arguments based on whitespace may result in unwanted behavior
if an argument (e.g. a filename) contains whitespace.
2021-07-28 14:56:26 +02:00
Philipp Memmel
c73de0beab
fix read new messages in screenreader
2021-07-27 20:56:47 +00:00
Anton Georgiev
06efa49a0f
Merge pull request #12841 from prlanzarin/u24-nosaf-vbg
...
fix(virtual-backgrounds): disable on Safari
2021-07-27 16:04:23 -04:00
Ramon Souza
3d47c4c1ae
camera resize sides - custom layout
2021-07-27 16:39:28 -03:00
Ramon Souza
efe37a2ef9
code format
2021-07-27 16:34:21 -03:00
Ramon Souza
07a2db6265
Merge remote-tracking branch 'upstream/develop' into rtl-new-layouts
2021-07-27 16:25:15 -03:00
Ramon Souza
f642175a59
rtl video focus layout
2021-07-27 14:39:10 -03:00
prlanzarin
e15aa2054f
fix(virtual-backgrounds): disable on Safari
...
Safari is not properly supported with this feature (yet)
2021-07-27 17:14:15 +00:00
Ramon Souza
731fef4ba5
rtl presentation focus layout
2021-07-27 14:05:49 -03:00
Ramon Souza
0b30bed12a
rtl custom layout - partial
2021-07-27 13:23:00 -03:00
Anton Georgiev
9e644e8bc7
Merge pull request #12807 from ramonlsouza/actionsbar-new-lm
...
refactor: actions bar size calculation - new layouts
2021-07-27 11:29:54 -04:00
Anton Georgiev
9d0c4e2ce3
Merge pull request #12809 from ramonlsouza/minimized-presentation-camera-custom
...
fix: camera position when presentation is hidden
2021-07-27 11:29:30 -04:00
Anton Georgiev
548a45b798
Merge pull request #12818 from ramonlsouza/presentation-change-fix
...
fix: set slide size when changing presentation - smart layout
2021-07-27 10:21:28 -04:00
Anton Georgiev
fd2cab0857
Merge pull request #12834 from ramonlsouza/issue-12828
...
fix: fullscreen webcam video crash - legacy layout
2021-07-27 09:29:33 -04:00
Ramon Souza
8c95520aee
fix fullscreen camera position
2021-07-27 09:02:00 -03:00
Ramon Souza
da14f07d00
fiz sidebar resize rtl - smart layout
2021-07-27 08:38:53 -03:00
Ramon Souza
ee56199607
fix fullscreen camera legacy layout
2021-07-27 08:17:26 -03:00
Ramon Souza
d3ed4d6ea6
rtl smart layout
2021-07-26 17:45:03 -03:00
Anton Georgiev
b54e4a6cb3
Merge pull request #12831 from hiroshisuga/patch-41
...
this.recognition can be null
2021-07-26 11:30:25 -04:00
hiroshisuga
5477ac7bb2
this.recognition can be null
2021-07-26 23:12:10 +09:00
Ramon Souza
2de8e1e84a
add isRTL value to context
2021-07-26 11:03:31 -03:00
Anton Georgiev
2e3b520c37
Merge pull request #12825 from ramonlsouza/fix-accessible-menu
...
fix: second level of accessible menu only opens if language is set to english
2021-07-26 09:17:46 -04:00
Ramon Souza
5679416d2f
fix accessible menu in languages other than english
2021-07-26 08:28:48 -03:00
Joao Siebel
9b31ded342
Fix auto assigned presenter when previous one left the meeting. close #12679
2021-07-23 15:50:51 -03:00
Ramon Souza
ebe65ecef0
set slide size when changing presentation - new lm
2021-07-23 15:33:32 -03:00
Pedro Beschorner Marin
8eac0b9b72
Merge pull request #12816 from bigbluebutton/antobinary-patch-2
...
fix: ConnectionStatus - log info on 'warning'
2021-07-23 15:21:07 -03:00
Anton Georgiev
4806e71fe8
ConnectionStatus - log info on 'warning'
...
Until now we only logged for `normal`, `danger` and `critical` leading to some ambiguity in log analysis
2021-07-23 14:18:23 -04:00
Anton Georgiev
081d6a527e
Merge pull request #12815 from gustavotrott/activity-report
...
Enhancements to Activity Report
2021-07-23 14:09:27 -04:00
Gustavo Trott
76a009dbc1
Remove functions not used anymore
2021-07-23 14:24:52 -03:00
Anton Georgiev
70974f0d10
Merge pull request #12814 from antobinary/merge238-into-24
...
Merge 2.3.8 into develop
2021-07-23 13:10:49 -04:00
Anton Georgiev
a37843d2a7
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge238-into-24
2021-07-23 17:09:18 +00:00
Anton Georgiev
4b884116ff
Merge pull request #12813 from bigbluebutton/antobinary-patch-1
...
chore: Enable blur by default
2021-07-23 13:07:19 -04:00
Gustavo Trott
184f89c152
Merge branch 'activity-report' of github.com:gustavotrott/bigbluebutton into activity-report
2021-07-23 14:06:34 -03:00
Anton Georgiev
cb6ff58e37
chore: Enable VirtualBackgrounds by default
...
To allow for more extensive usage/testing by community
2021-07-23 13:06:21 -04:00
Gustavo Trott
2500d4f767
Removes from Json all start/stop talks info, and inform only the totalTime
2021-07-23 14:02:48 -03:00
Gustavo Trott
99272fe546
Set activityReportTracking=true by default
2021-07-23 13:58:40 -03:00
Anton Georgiev
1a46c1b2c0
Merge pull request #12495 from schiesslm/virtual_background
...
Virtual background
2021-07-23 12:56:18 -04:00
Anton Georgiev
d8fbcc607b
Updated BBB release to 2.3.8
2021-07-23 10:28:32 -04:00
Anton Georgiev
1697678705
Merge pull request #12810 from prlanzarin/u23-cecile-idylle
...
fix: avoid leaving dangling HTMLMediaElements in paused state (#12806 )
2021-07-23 10:27:50 -04:00