Mohamed Amine Ben Salah
c29b994c48
removed no-needed declarations from page.js
2020-02-10 10:52:19 -03:00
Mohamed Amine Ben Salah
fa6b2ade1b
added specification of username of extraUser who joins a meeting
2020-02-10 10:47:24 -03:00
Chad Pilkey
d9eae9d2b4
increase the pingpong removal timeout to reduce false positives
2020-02-07 11:02:39 -08:00
Mohamed Amine Ben Salah
f6185184e3
removed timouts from user.test.js
2020-02-07 15:14:24 -03:00
Mohamed Amine Ben Salah
a7df0393c7
added Check presence Test spec to user.test.js
2020-02-07 15:05:28 -03:00
Tainan Felipe
10969f2601
Add debounce to mute/unmute button
2020-02-06 17:20:42 -03:00
Anton Georgiev
33e32978c7
Merge pull request #8592 from KDSBrowne/chat-published-poll
...
Prevent text pasted in chat displaying as poll result
2020-02-03 13:43:59 -05:00
Vitor Mateus
68a83b4895
Fixes media rerender #8590
2020-02-03 15:11:30 -03:00
KDSBrowne
4ab2d7ba4b
prevent text pasted in chat displaying as poll result
2020-02-03 18:07:42 +00:00
Anton Georgiev
b00cfc62e2
Merge pull request #8589 from Tainan404/issue-8419
...
Add throttle to user typing call
2020-02-03 10:27:54 -05:00
Anton Georgiev
eaf6cf8dff
Merge pull request #8525 from KDSBrowne/chat-published-poll
...
Add published poll results to the Public chat
2020-02-03 09:58:42 -05:00
Tainan Felipe
60ebf043b2
Add throttle to user typing call
2020-02-03 11:10:02 -03:00
prlanzarin
bf69926576
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:49:12 +00:00
prlanzarin
10b4a60a57
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:32:57 +00:00
Anton Georgiev
e420dc2546
add bbb_show_participants_on_login as a join parameter
2020-01-30 15:43:54 -05:00
Anton Georgiev
7b3eb0f656
Merge pull request #8565 from Tainan404/issue-8421
...
set new minimum browsers versions to run html5 client
2020-01-30 13:54:15 -05:00
Tainan Felipe
9fbd0a2be2
Show right breakout room in free join mode
2020-01-30 15:14:27 -03:00
Anton Georgiev
60e3e7986c
Merge pull request #8499 from pedrobmarin/waiting-guests-clean
...
Removes waiting guests that stop polling for their status
2020-01-29 17:40:19 -05:00
Anton Georgiev
138f22f97f
Merge pull request #8529 from Tainan404/dont-show-invitation
...
Add a rule to don't show breakout invitation modal to moderators
2020-01-29 17:28:40 -05:00
Tainan Felipe
e276b5b570
Change to bbb extension key
2020-01-29 13:30:20 -03:00
KDSBrowne
d93fc375c3
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton
...
into chat-published-poll
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into chat-published-poll
2020-01-29 14:07:09 +00:00
KDSBrowne
818994afdd
add margin to poll result wrapper
2020-01-29 14:04:29 +00:00
Tainan Felipe
8a7a58d243
update chrome version requirement to 72
2020-01-28 17:52:05 -03:00
Tainan Felipe
568e937a91
Fix mistype on edge version
2020-01-28 16:53:15 -03:00
Anton Georgiev
04ad738a7d
Merge pull request #8564 from MaximKhlobystov/puppeteer-tests-fixes
...
Fixes for Puppeteer tests
2020-01-28 14:41:40 -05:00
Tainan Felipe
191867ffe0
set new minimum browsers verions to run html5 client
2020-01-28 16:34:23 -03:00
Maxim Khlobystov
7518b4cd99
Make the Puppeteer tests work with master branch
2020-01-28 14:25:27 -05:00
Anton Georgiev
201a302826
Merge pull request #8552 from KDSBrowne/actions-pres-toggle
...
Add ability to switch presentations via actions menu (Presenter)
2020-01-28 12:17:12 -05:00
KDSBrowne
717057fc3a
add comment for css class
2020-01-28 16:23:38 +00:00
Anton Georgiev
00df15720a
Merge pull request #8536 from vitormateusalmeida/issue-8531
...
Fixes resizing bar appearing while there are no webcams shared
2020-01-27 15:09:36 -05:00
Anton Georgiev
8a26a2657f
Merge pull request #8528 from Tainan404/issue-8495
...
Show user who joined the breakout room in the invitation mode
2020-01-27 12:15:06 -05:00
KDSBrowne
4fd0ae54d0
only show presentation toggle options to presenter
2020-01-27 15:48:35 +00:00
KDSBrowne
7010d9497c
fix presentation not completly minimizing
2020-01-25 01:11:20 +00:00
KDSBrowne
41e8e882e0
allow presentation toggle from actions btn
2020-01-25 01:02:36 +00:00
KDSBrowne
1e460d62a2
add latest design updates to poll in public chat
2020-01-25 00:33:24 +00:00
Anton Georgiev
b5bcedf927
Merge pull request #8537 from Tainan404/issue-8439
...
Workaround to CTM request in svg out of the screen
2020-01-24 14:46:16 -05:00
Tainan Felipe
4503e70051
Remove consoles
2020-01-24 16:44:47 -03:00
Tainan Felipe
a652538b50
Add Yandex browser to the list of supported browser
2020-01-24 14:22:45 -03:00
KDSBrowne
07ae123a65
update chat poll message styling
2020-01-24 17:16:05 +00:00
Vitor Mateus
35a5b45b1c
Fixes resizing bar appearing while there are no webcams shared #8531
2020-01-23 15:09:39 -03:00
Tainan Felipe
d73b28eb06
Workaround to CTM request in svg of the screen
2020-01-23 14:52:16 -03:00
KDSBrowne
a233509587
fix long poll not wrapping
2020-01-23 16:40:02 +00:00
KDSBrowne
a5e7d638b0
move message separation to container
2020-01-22 22:35:15 +00:00
Anton Georgiev
bc99a999d8
Merge pull request #8519 from vitormateusalmeida/issue-8518
...
Fixes maximum width and height when no webcams
2020-01-22 16:02:59 -05:00
Tainan Felipe
b0034308a3
Add a rule to don't show breakout invitation for moderators
2020-01-22 17:13:53 -03:00
KDSBrowne
747a113325
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton
...
into chat-published-poll
2020-01-22 16:44:38 +00:00
Anton Georgiev
ecacd176aa
Merge pull request #8522 from capilkey/virtualized-chat
...
Virtualized chat
2020-01-22 11:28:52 -05:00
Tainan Felipe
11a8fb377b
Show user who joined on breakout room in the invitation modal
2020-01-22 12:31:53 -03:00
Vitor Mateus
010dbb727f
Fixes render loop #8526
2020-01-22 12:18:32 -03:00
KDSBrowne
d03b5641e4
add published poll results to the public chat
2020-01-22 14:30:16 +00:00
Chad Pilkey
66cfdc96da
virtualized chat tweaks for rendering and performance
2020-01-21 21:08:48 +00:00
Vitor Mateus
e1309bf4f3
Revert "Add package.json and package-lock.json"
...
This reverts commit e72ea132f7
.
2020-01-21 17:18:38 -03:00
Vitor Mateus
e72ea132f7
Add package.json and package-lock.json
2020-01-21 17:08:37 -03:00
Anton Georgiev
e847c4eab8
Merge pull request #8426 from KDSBrowne/issue-8341
...
Fix exception when publishing poll while presentation swapped (chrome)
2020-01-21 09:47:09 -05:00
Vitor Mateus
7828725686
Fixes maximum width and height when no webcams #8518
2020-01-21 10:57:32 -03:00
Anton Georgiev
de50a4d199
pulled html5 client locales on 2.2 Jan 17, 2020
2020-01-17 20:26:18 +00:00
Anton Georgiev
f3c89f84fd
bump up node-sass version via npm audit fix
2020-01-17 17:40:02 +00:00
Chad Pilkey
5ee96f159d
Merge pull request #8507 from capilkey/minor-ext-video-log
...
Add the meetingId to the external video sync update logs
2020-01-17 12:16:09 -05:00
Chad Pilkey
e55d9116a9
add the meetingId to the external video sync update logs
2020-01-17 09:12:44 -08:00
Anton Georgiev
14b1f40408
add react-device-detect to package-lock
2020-01-17 17:07:28 +00:00
Vitor Mateus
1f27b9760e
Merge remote-tracking branch 'upstream/master' into issue-8504
2020-01-17 10:25:44 -03:00
Vitor Mateus
1ae6324392
Detect aspect ratio to autochange webcams placement #8504
2020-01-17 10:20:03 -03:00
Anton Georgiev
2f8fbb5c1f
Merge pull request #8484 from KDSBrowne/create-textbox-onclick
...
Create text area's by clicking on whiteboard (text tool selected)
2020-01-16 08:43:29 -05:00
Anton Georgiev
01371b7bb5
Merge pull request #8461 from KDSBrowne/issue-8449
...
Add config to show download option in the Upload presentation dialog
2020-01-15 14:39:50 -05:00
Anton Georgiev
efbe4675b8
Merge pull request #8482 from jfsiebel/streamer-fix
...
Fix streamer not working on meteor restart
2020-01-15 12:25:02 -05:00
Pedro Beschorner Marin
397041efcc
Removes waiting guests that stop polling for their status
2020-01-15 12:03:52 -03:00
Anton Georgiev
587d6ccde1
Merge pull request #8473 from antobinary/meteor-1.9
...
Update Meteor from 1.9-beta4 to 1.9.0
2020-01-14 14:55:46 -05:00
Chad Pilkey
ee1b0278d1
adjust external video logs
2020-01-13 15:07:21 -08:00
Vitor Mateus
822e11fdae
Change minimum size os presentatio if is mobile and landscape
2020-01-13 17:05:30 -03:00
Vitor Mateus
5b361df9f8
Fix recalculate area size after device rotate and drop end
2020-01-13 16:41:35 -03:00
Vitor Mateus
9676bbc434
Merge remote-tracking branch 'upstream/master' into issue-7850-2
2020-01-13 16:36:02 -03:00
Lucas Zawacki
4ade850a5a
Pause synced video if presenter exits the room
2020-01-13 13:53:49 -03:00
Lucas Zawacki
14fd979955
Remove viewerJoined logic and prevent handleOnReady from running multiple times
2020-01-13 13:53:47 -03:00
Joao Siebel
f95107e3a0
Remove JSON.parse and JSON.stringfy
2020-01-13 13:43:31 -03:00
Anton Georgiev
facbe241f7
Merge pull request #8483 from pedrobmarin/guest-icon
...
Fix guest icon
2020-01-13 11:02:06 -05:00
Anton Georgiev
ba258d5679
Merge pull request #8374 from pedrobmarin/bbb-multiple-webcams
...
Multiple cameras
2020-01-13 10:59:48 -05:00
Pedro Beschorner Marin
be58611301
Fix guest icon
2020-01-13 12:47:16 -03:00
Joao Siebel
89aa4564f3
Fix default settings
2020-01-13 09:45:29 -03:00
Joao Siebel
b6c900ca84
Fix annotations and cursor streamer
...
The problem was caused when meteor restarted without reloading the page,
the ddp subscription called a onStop event that set all handlers to undefined
after we set the handlers on the init function.
2020-01-13 09:34:54 -03:00
Vitor Mateus
cc943498e2
Fix check if is mobile to disable draggable
2020-01-10 17:20:26 -03:00
Chad Pilkey
162dc4dbe4
the client will end the call when kicked
2020-01-09 15:50:10 -08:00
KDSBrowne
2dbc23af26
prevent text area going out of bounds on click creation
2020-01-09 19:43:52 +00:00
Anton Georgiev
9b7a3f2fac
update npm packages to latest - tippy, babel/runtime etc
2020-01-09 19:30:45 +00:00
Anton Georgiev
c27f721f2a
update meteor from 1.9.rc.3 to 1.9
2020-01-09 19:30:00 +00:00
Anton Georgiev
6a7ed2ccf5
update meteor to --release 1.9-rc.3
2020-01-09 19:22:36 +00:00
KDSBrowne
c17b8501e2
create text area on click with whiteboard text tool
2020-01-08 20:34:30 +00:00
Anton Georgiev
c8ae008485
Merge pull request #8436 from pedrobmarin/note-notification
...
Fix shared notes notification
2020-01-07 16:32:12 -05:00
Anton Georgiev
88cb2c888f
Merge pull request #8468 from antobinary/temporarily-disable-webdriver-node12
...
webdriver* and wdio* packages are not node12 ready
2020-01-07 15:23:21 -05:00
Anton Georgiev
b802a4563e
webdriver* and wdio* packages are not node12 ready
2020-01-07 14:58:15 +00:00
KDSBrowne
d3de581372
prevent no-mic warning displaying when recording is stopped
2020-01-07 13:40:26 +00:00
Ghazi Triki
aa2b499549
Update SourceSansPro font files to support more languages.
2020-01-06 21:24:51 +01:00
KDSBrowne
87d39421f7
add allowDownloadable prop to presentation config in settings.yml
2020-01-02 15:00:50 +00:00
KDSBrowne
d3144684c1
fix shortcuts not working
2020-01-01 21:46:50 +00:00
KDSBrowne
75a3f6ed7d
add prop to enable / disable download option (Upload presentation dialog)
2019-12-24 14:48:44 +00:00
Pedro Beschorner Marin
9b450ae1d9
Check Safari before listening for ondevicechange
2019-12-20 17:21:40 -03:00
Pedro Beschorner Marin
78b0d0276a
Avoid multiple cameras sharing in mobile and safari
2019-12-20 17:21:23 -03:00
Pedro Beschorner Marin
bc463cc8f2
Fixed jitter gathering in stats
2019-12-20 17:21:00 -03:00
Anton Georgiev
28ec57b55d
Merge pull request #8443 from capilkey/sipjs-sdp-logging
...
Log the selected sip.js candidate
2019-12-19 16:23:00 -05:00
Anton Georgiev
2b4506fe2d
send redis msg when stopping external video due to screenshare
2019-12-19 16:13:21 -05:00
Pedro Beschorner Marin
0bb4d50522
Included missing constant declaration
2019-12-19 11:36:50 -03:00