Stefan Weil
1d3d31107e
Fix regular expression in Arc Player (LGTM)
...
LGTM report:
The escape sequence '\.' is equivalent to just '.', so the sequence may
still represent a meta-character when it is used in a regular expression.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-08-04 08:28:36 +02:00
Pedro Beschorner Marin
ab31861544
Add a minimum socket validation to full-audio connection
2020-07-29 15:51:19 -03:00
Anton Georgiev
570f482d4c
Merge pull request #10144 from vitormateusalmeida/layout-manager-2
...
Add Layout Context and Layout Manager
2020-07-29 10:00:59 -04:00
Anton Georgiev
55d8d4b199
Merge pull request #9529 from Tainan404/issue-9128
...
Rework locales list generation
2020-07-28 11:10:38 -04:00
Anton Georgiev
7744817130
Merge branch 'develop' into issue-9647
2020-07-28 10:48:13 -04:00
Anton Georgiev
6a738a43d5
Merge pull request #8464 from KDSBrowne/add-upload-toast
...
Non-blocking presentation upload
2020-07-28 10:40:41 -04:00
Anton Georgiev
b87b619fdd
Merge pull request #9964 from KDSBrowne/dev2.3-raise-hand-toast
...
Improve toast notification for raised hands
2020-07-28 10:29:21 -04:00
Vitor Mateus De Almeida
fa9e5ca819
Fix error when join a new meeting
2020-07-23 18:14:31 -03:00
Vitor Mateus De Almeida
ed8b3adb0b
Merge remote-tracking branch 'upstream/develop' into layout-manager-2
2020-07-23 16:54:50 -03:00
KDSBrowne
c9215ca14d
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into issue-10072
2020-07-22 22:09:03 +00:00
KDSBrowne
0877045696
fix tooltips not displaying when presentation is fullscreen
2020-07-22 22:08:55 +00:00
Anton Georgiev
254b0c2cb7
Merge pull request #10108 from KDSBrowne/issue-10058
...
Fix TypeError: Cannot read property 'map' of undefined
2020-07-22 09:58:10 -04:00
Anton Georgiev
394ccce435
Merge pull request #8758 from pedrobmarin/multiple-cam-stop-all-button
...
Multiple webcams stop all button
2020-07-22 09:57:23 -04:00
KDSBrowne
4373d613ec
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into add-upload-toast
2020-07-22 13:55:28 +00:00
KDSBrowne
b861664fa8
fix map of undefined error
2020-07-21 16:59:43 +00:00
Mohamed Amine Ben Salah
a51105fab3
fix shared notes automated test
2020-07-20 18:19:24 -03:00
Vitor Mateus De Almeida
8f73055e6d
Fix lodash import
2020-07-20 16:24:55 -03:00
Vitor Mateus De Almeida
43bb1f9254
Fix webcams bug in screenshare
2020-07-20 16:24:32 -03:00
Vitor Mateus De Almeida
cc5df5b748
Fix visual bug
2020-07-20 16:24:17 -03:00
Vitor Mateus De Almeida
c373c86c62
Fix negative value error when chnge placement
2020-07-20 16:24:02 -03:00
Vitor Mateus De Almeida
f7c89458ca
Fix visual bug when change webcams placement
2020-07-20 16:23:49 -03:00
Vitor Mateus De Almeida
038c7d8929
Fix wrong width for camera/screenshare
2020-07-20 16:23:39 -03:00
Vitor Mateus De Almeida
90987f8878
Fix resizing bar bug
2020-07-20 16:23:28 -03:00
Vitor Mateus De Almeida
c69d89452f
Fix webcams overlap isTalking indicator
2020-07-20 16:23:15 -03:00
Vitor Mateus De Almeida
4d61aefa78
Fix exception when screenshare is running
2020-07-20 16:23:02 -03:00
Vitor Mateus De Almeida
34108014f9
Fix exceptions and layout size when panels change
2020-07-20 16:22:41 -03:00
Vitor Mateus De Almeida
506aae4a50
Fix webcams area auto adjust when minimize presentation
2020-07-20 16:21:15 -03:00
Vitor Mateus De Almeida
902be96ad9
Fix NaN exception
2020-07-20 16:20:56 -03:00
Vitor Mateus De Almeida
f57bacd8b7
When disable autoarrange keep layout as is
2020-07-20 16:19:11 -03:00
Vitor Mateus De Almeida
b82587bac0
Fix Inconsistent resize behaviour
2020-07-20 16:18:56 -03:00
Vitor Mateus De Almeida
1a112114f1
Layout doesn't change when pass a slide
2020-07-20 16:18:42 -03:00
Vitor Mateus De Almeida
a4393c0191
fix enable autoarrange doesn't work correctely
2020-07-20 16:18:26 -03:00
Vitor Mateus De Almeida
d6938f1d69
fixing automatically placement
2020-07-20 16:18:06 -03:00
Vitor Mateus De Almeida
ae29ba58c1
Fixes
2020-07-20 16:17:40 -03:00
Vitor Mateus
ecc8f4a056
wip
2020-07-20 16:16:39 -03:00
Vitor Mateus
b93e99b1c3
Fix presentation size
2020-07-20 16:14:54 -03:00
Vitor Mateus
a9037224c7
calculates layout optimization
2020-07-20 16:14:25 -03:00
Vitor Mateus
e2db60e662
WIP Resizable works fine
2020-07-20 16:11:09 -03:00
Vitor Mateus
297154f78a
The presentation gets the size from the layout manager
2020-07-20 16:02:53 -03:00
Vitor Mateus
7f095c1cad
Create layout context and add a layout manager
2020-07-20 15:48:54 -03:00
Mohamed Amine Ben Salah
f1e3d28127
fixes notifications automated test
2020-07-17 16:13:47 -03:00
KDSBrowne
df1486fabf
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into add-upload-toast
2020-07-16 12:12:42 +00:00
KDSBrowne
8a9430bf26
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into issue-9647
2020-07-16 12:05:44 +00:00
KDSBrowne
600c41142a
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into dev2.3-raise-hand-toast
2020-07-16 11:59:38 +00:00
Anton Georgiev
21b6def708
Revert "Replace unsafe react lifecycle methods"
2020-07-15 15:52:34 -04:00
Anton Georgiev
7535e6fa59
Revert "Create layout context and add a layout manager"
2020-07-15 12:44:59 -04:00
Anton Georgiev
7d75843140
Fix a forgotten line left while resolving conflict
2020-07-14 11:19:11 -04:00
Anton Georgiev
6fba72f282
Merge pull request #10061 from KDSBrowne/issue-9986
...
Auto select default.pdf after deleting the current presentation
2020-07-14 10:36:44 -04:00
Anton Georgiev
b9b4490d8c
Merge branch 'develop' into layout
2020-07-14 10:32:24 -04:00
Anton Georgiev
e48306431a
Merge pull request #9498 from Tainan404/issue-8744
...
Replace unsafe react lifecycle methods
2020-07-14 10:30:37 -04:00