Ramón Souza
ec6b9a4d81
convert switch component
2021-10-27 13:33:28 +00:00
Anton Georgiev
c60ef3c179
Merge pull request #13253 from ramonlsouza/PR-11359
...
feat: multiple choice poll
2021-10-26 14:42:29 -04:00
Anton Georgiev
7365b951b9
Merge pull request #13248 from Nudin/patch-2
...
Set worker_rlimit_nofile only once in nginx.conf
2021-10-26 14:26:23 -04:00
Ramón Souza
1807122a84
fix multiple choice custom poll
2021-10-26 17:24:47 +00:00
Ramón Souza
f452a5f164
fix start quick poll
2021-10-26 16:38:52 +00:00
Anton Georgiev
6c1c474357
Merge pull request #13566 from ramonlsouza/styled-components-actionsbar
...
styled-components conversion - actions bar
2021-10-26 12:00:32 -04:00
Ramón Souza
242b59308f
import variables from js files
2021-10-26 12:37:26 +00:00
Ramón Souza
12583b9b23
restores .btn css (still used in other components)
2021-10-25 20:15:36 +00:00
Ramón Souza
8fc7db3f8a
Merge remote-tracking branch 'upstream/develop' into styled-components-actionsbar
2021-10-25 20:03:09 +00:00
Ramón Souza
ff86eebb22
fix lock icon + drop user
2021-10-25 19:58:37 +00:00
Ramón Souza
032b677cfc
convert screenshare component
2021-10-25 19:49:51 +00:00
Ramón Souza
ca6b936df7
convert quick-poll-dropdown component
2021-10-25 19:34:40 +00:00
Ramón Souza
40feb47329
convert presentation-options component
2021-10-25 19:30:41 +00:00
Ramón Souza
47432b469f
convert create-breakout-room component
2021-10-25 19:21:27 +00:00
Anton Georgiev
c5dff32aaf
Merge pull request #13562 from mariogasparoni/remove-ios-chrome-audio-check
...
update(audio): do not check for chrome in iOS devices in audio modal
2021-10-25 12:00:26 -04:00
Anton Georgiev
39d814ba8a
Merge pull request #13544 from ramonlsouza/styled-components-userlist
...
styled-components conversion - userlist
2021-10-25 11:46:29 -04:00
Ramón Souza
90adccf09a
convert reader-menu component
2021-10-25 15:02:24 +00:00
Ramón Souza
1234a8d344
convert caption button component
2021-10-25 14:15:16 +00:00
Ramón Souza
db3cd5249d
convert actions-dropdown component - partial
2021-10-25 14:00:56 +00:00
Ramón Souza
351fe186a3
convert actions-bar component
2021-10-25 13:29:29 +00:00
Mario Jr
05686baed6
update(audio): do not check for chrome in iOS devices in audio modal
...
We are now leaving the check for the minBrowserVersions object in settings.yml
If the settings enables chrome iOS, audio should allow users to be joining
with audio.
This is related to recent Chrome update (iOS 14.3+) that now allows
camera/microphone to be captured. We are looking for enabling this for
Chrome 93 in iOS (chromeMobileIOS version in settings.yml)
2021-10-22 18:14:12 -03:00
Anton Georgiev
bb898fec8e
Merge pull request #13552 from antobinary/2.4-into-develop
...
chore: Merge 2.4 branch into develop
2021-10-22 16:27:56 -04:00
Anton Georgiev
1622425cbc
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into 2.4-into-develop
2021-10-22 19:12:58 +00:00
Anton Georgiev
a1b2930cbf
Merge pull request #13549 from ramonlsouza/issue-13506
...
fix: Selected presentation icon not visible for a long file name
2021-10-22 13:33:59 -04:00
Ramón Souza
ce52d0a23e
add overflow wrap to bbb-menu
2021-10-22 17:13:21 +00:00
Anton Georgiev
a0e04fcbde
Merge pull request #13546 from ramonlsouza/issue-13511
...
Touch ups to the latest polling updates
2021-10-22 10:31:20 -04:00
Ramón Souza
d744206a86
update paragraph text color
2021-10-22 12:46:10 +00:00
Ramón Souza
cac7a37e29
update anonymous poll styles
2021-10-22 12:41:39 +00:00
Ramón Souza
b8f4f4a844
add poll heading styles
2021-10-22 12:26:04 +00:00
Anton Georgiev
8e011661e9
Merge pull request #13542 from KDSBrowne/BBB-center-audio-chevron
...
Improve Audio Control Chevron Alignment
2021-10-21 15:11:22 -04:00
Ramón Souza
05ff4eee6c
fix smallTitle
2021-10-21 19:00:12 +00:00
Ramón Souza
b3447deda9
convert chat-list-item component
2021-10-21 18:20:04 +00:00
Ramón Souza
289ccb8909
convert user-captions component
2021-10-21 17:44:47 +00:00
KDSBrowne
39fb8a6baa
center chevron in audio controls dropdown
2021-10-21 17:29:44 +00:00
Ramón Souza
8d9c8e4470
convert user-name component
2021-10-21 17:22:13 +00:00
Ramón Souza
5bdd4487d2
convert user-dropdown component
2021-10-21 16:56:33 +00:00
Anton Georgiev
abcac9f9b5
Merge pull request #13540 from kepstin/rec-audio-fixes
...
RAP: Use "asetpts=N" in ffmpeg audio processing
2021-10-21 11:48:22 -04:00
Calvin Walton
3c1a9cd7c4
RAP: Use "asetpts=N" in ffmpeg audio processing
...
There's an issue sometimes where when processing the audio from a
desktop sharing file, the STARTPTS value is invalid somehow, and this
results in bad timestamps in the output stream. Depending on the
selected codec/container combination, this might result in errors such
as spam of the message:
Application provided invalid, non monotonically increasing dts to muxer in stream
or simply a hang during processing.
Since we're already using aresample in async mode to correct timestamp
gaps, we can use "asetpts=N" here to simply set the audio frame pts
values to the sample number directly, giving proper monotonic timestamps
with no gaps.
2021-10-21 11:23:09 -04:00
Ramón Souza
c0209ba2f3
convert user-options component
2021-10-21 14:32:18 +00:00
Ramón Souza
b78a9a19db
convert user-participants component
2021-10-21 14:16:18 +00:00
Ramón Souza
da8f894d6b
convert breakout-room-item component
2021-10-21 13:34:05 +00:00
Ramón Souza
a940e29ea2
convert user-polls component
2021-10-21 13:26:55 +00:00
Ramón Souza
59faaab572
convert waiting-users component
2021-10-21 13:11:52 +00:00
Ramón Souza
55b4c7ac56
convert user-notes component
2021-10-21 12:52:02 +00:00
Ramón Souza
30a2af4b7e
convert user-messages component
2021-10-20 20:29:23 +00:00
Anton Georgiev
f08347ab3e
Merge pull request #13531 from bigbluebutton/increase-time-allowed-for-reconnection
...
refactor: Increase time allowed for reconnection
2021-10-20 15:59:59 -04:00
Tiago Jacobs
57c1ea332a
Increase time allowed for reconnection
2021-10-20 15:24:32 -03:00
Anton Georgiev
a8dac575d5
Merge pull request #13530 from antobinary/fonts
...
chore: Pulled the latest fonts woff from bigbluebutton-fonts
2021-10-20 13:58:43 -04:00
Anton Georgiev
5282e0d069
chore: Pulled the latest fonts woff from bigbluebutton-fonts
2021-10-20 17:56:55 +00:00
Anton Georgiev
e5c37a7cf8
Merge pull request #13490 from ramonlsouza/old-minimize-button
...
Restore old button to hide presentation (under a flag)
2021-10-20 13:43:58 -04:00