Commit Graph

30552 Commits

Author SHA1 Message Date
Ramon Souza
8a18c6103c fix min values - smart layout 2021-07-29 15:22:46 -03:00
Anton Georgiev
99f122e28e Merge pull request #12864 from KDSBrowne/bbb-fix-taborder
Fix Tab Order In Legacy and Other Layouts
2021-07-29 12:47:25 -04:00
KDSBrowne
dee41faa3c replace manage user dropdown with menu 2021-07-29 16:06:50 +00:00
KDSBrowne
af852a9e7d update list style to accomodate focus outline 2021-07-29 16:01:15 +00:00
KDSBrowne
a0d7f5a457 fix tab order in legacy and other layouts 2021-07-29 15:57:35 +00:00
Anton Georgiev
1367249561
Merge pull request #12863 from paultrudel/allow-numerical-boolean-values
Converted boolean input values to lowercase before validating them
2021-07-29 11:02:56 -04:00
paultrudel
5687842f17 converted boolean input values to lowercase before validating them 2021-07-29 10:38:39 -04:00
Anton Georgiev
8ca63a2244
Merge pull request #12862 from paultrudel/allow-numerical-boolean-values
Allow numerical boolean values
2021-07-29 10:05:01 -04:00
paultrudel
0ef55cd592 modified boolean validator to accept 0 and 1 as valid boolean values 2021-07-29 09:58:45 -04:00
Anton Georgiev
6b61492e26
Merge pull request #12861 from antobinary/chat-selector
fix: Add meetingId to chatIds selector
2021-07-29 09:19:16 -04:00
Ramon Souza
0fb0da3fc0 rtl tweaks - custom layout 2021-07-29 10:19:16 -03:00
Anton Georgiev
b0b386c690 add meetingId to chatIds selector 2021-07-29 12:42:43 +00:00
Ramon Souza
41a8bc48bf Merge remote-tracking branch 'upstream/develop' into webcam-margin-new-lm 2021-07-29 09:36:07 -03:00
Anton Georgiev
9671c32f97
Merge pull request #12846 from ramonlsouza/rtl-new-layouts
fix: RTL issues - new layouts
2021-07-29 08:26:56 -04:00
Ramon Souza
170719d144 add webcam margin - custom layout 2021-07-29 08:50:57 -03:00
Ramon Souza
103922b010 fix smart layout margin 2021-07-28 17:13:45 -03:00
Anton Georgiev
25d69b9d92
Updated release to 2.3.9 2021-07-28 14:56:28 -04:00
Anton Georgiev
f2a2f53653
Updated BBB release to 2.4-beta-1 2021-07-28 14:55:51 -04:00
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