germanocaumo
ca2ad30e12
fix(record): add missing info to polling events
...
Add PollPublishedRecordEvent with all infos (also fix duplicated handlePollStoppedEvtMsg)
Add answer text to UserRespondedToPollRecordEvent (useful for custom answers)
Add type in PollStartedRecordEvent
2021-05-11 18:37:23 +00:00
germanocaumo
04bd5c36b1
fix(poll): fix question title overflow
...
improve done translation in pt_br
2021-05-11 18:37:08 +00:00
germanocaumo
af6180a618
fix(record): add question title in pollstartedrecordevent
2021-05-11 18:36:42 +00:00
Anton Georgiev
cac1758aaf
Merge pull request #12306 from mariogasparoni/feat-show-audio-filters
...
feat(audio): add showAudioFilters option in settings.yml
2021-05-06 11:05:45 -04:00
Mario Junior
35d3f7a0fd
Update bigbluebutton-html5/private/config/settings.yml
...
Explicitly set showAudioFilters to true
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2021-05-06 12:02:32 -03:00
Mario Jr
69b2608f88
feat(audio): add showAudioFilters option in settings.yml
...
This allows showing (or hiding) the option from users in the conference.
Default value is true (show this option to users).
Fixed some eslint warnings.
2021-05-06 11:43:06 -03:00
Anton Georgiev
991c71c4a2
Merge pull request #12296 from antobinary/npm-versions
...
fix(security): Update sanitize-html package
2021-05-05 16:08:44 -04:00
Anton Georgiev
45db82dbdb
Merge pull request #12297 from ramonlsouza/fix-toolbar-crash
...
fix: toolbar crash with presenter changes
2021-05-05 15:21:56 -04:00
Anton Georgiev
45f4cc0460
fix(security): Update sanitize-html package
2021-05-05 19:00:25 +00:00
Ramon Souza
5a771b8281
fix toolbar crash
2021-05-05 15:59:16 -03:00
Anton Georgiev
2061e61c6d
Update SECURITY.md
2021-05-05 12:05:28 -04:00
Anton Georgiev
e72bf6f5e3
Merge pull request #12281 from KDSBrowne/bbb-12246
...
Update App Default Locale Prop Value
2021-05-05 11:53:15 -04:00
Anton Georgiev
2fce6e3897
Merge pull request #12282 from PhMemmel/waiting-room-message-area-improvement
...
Waiting room panel: Hitting enter sends message
2021-05-05 08:49:28 -04:00
Philipp Memmel
75db0b57ea
Hitting Enter sends waiting room message
2021-05-05 06:51:43 +00:00
KDSBrowne
efed400d4b
update app default locale prop to config / browser lang
2021-05-05 01:13:00 +00:00
Anton Georgiev
6d50d7cdf9
Merge pull request #12279 from prlanzarin/u23-tofixabutterfly
...
fix(video): annotate ALL streams from an user on floor updates
2021-05-04 15:08:00 -04:00
Anton Georgiev
6b0b98a07c
Merge pull request #12230 from ramonlsouza/issue-12146
...
Move on/off settings labels outside of buttons
2021-05-04 15:06:53 -04:00
prlanzarin
d27badcf53
fix(video): annotate ALL streams from an user on floor updates
2021-05-04 18:24:19 +00:00
Anton Georgiev
062e2ef29a
Merge pull request #12277 from prlanzarin/u23-transcoderslashimage2cc
...
fix(video): check if pagination is in effect before choosing sort
2021-05-04 12:46:02 -04:00
prlanzarin
1686225748
fix(video): check if pagination is in effect before choosing sort
2021-05-04 16:34:02 +00:00
Anton Georgiev
e68cdb7193
Merge pull request #12264 from KDSBrowne/bbb-br-manage-acc
...
feat(accessibility): Improve keyboard Access For Breakout Room Assignment
2021-05-04 12:30:59 -04:00
Anton Georgiev
bd550b4f0b
Merge pull request #12273 from mariogasparoni/fix-multiple-audio-channel-being-created-for-specific-settings
...
fix: prevent an extra audio channel to be created when skipCheckOnJoin is true
2021-05-04 12:30:17 -04:00
Anton Georgiev
e081089051
Merge pull request #12275 from mariogasparoni/fix-12228
...
fix: bug in playAudioAlert method
2021-05-04 11:08:17 -04:00
Mario Jr
536e32454b
Merge branch 'develop' into fix-12228
2021-05-04 12:04:53 -03:00
Anton Georgiev
e62eda3d72
Merge pull request #12272 from mariogasparoni/fix-12190
...
fix: first audio join in breakout fails with specific config
2021-05-04 10:42:37 -04:00
Anton Georgiev
403329c324
Merge pull request #12224 from ramonlsouza/fix-poll-reduced-results
...
fix: number of votes displayed in poll results annotation
2021-05-04 10:41:52 -04:00
jibon57
c9d59c3e29
fix: bug in playAudioAlert method
...
Removed the wrong reference to alert.
Probably it wasn't caught by eslint because 'alert' name is also present
in browser's scope.
Closes #12228
2021-05-04 10:24:30 -03:00
Mario Jr
db4158dc30
fix: first audio join in breakout fails with specific config
...
When listenOnlyMode=false, skipCheck=true and skipCheckOnJoin=true, the
audio tries to start a session more than one time, causing it to fail
at the first one (and reconnect after that).
Now we check if user is already connecting before trying to start a new
audio session.
Added some info in settings.yml for the options related to this commit
Closes #12190
2021-05-04 10:11:33 -03:00
Anton Georgiev
8d925fbce7
Merge pull request #12200 from gustavotrott/presentation-font-type3-detector
...
Automatically rasterize if slide contains font Type 3
2021-05-03 18:28:49 -04:00
Mario Jr
1fb73d615d
fix: prevent an extra audio channel to be created when skipCheckOnJoin is true
...
When setting skipCheckOnJoin to true, an extra audio channel is created in
FreeSWITCH, after user accepts the echo test. The extra channel is removed
when user leaves the room, but this still may affect performance.
2021-05-03 19:26:47 -03:00
Anton Georgiev
0f875741e1
Merge pull request #12266 from ramonlsouza/record-button-viewer
...
fix: Add margin between record button and time
2021-05-03 17:23:28 -04:00
Ramon Souza
6734296911
add margin between record button and time
2021-05-03 17:50:18 -03:00
Anton Georgiev
4887b3d18d
Merge pull request #12265 from KDSBrowne/bbb-tab-order
...
fix(accessibility): Improve Tab Order Flow
2021-05-03 16:33:16 -04:00
KDSBrowne
383d01becf
improve keyboard accessibility for br managment
2021-05-03 20:00:19 +00:00
KDSBrowne
ab17cb1393
make tab order flow from left to right
2021-05-03 19:58:30 +00:00
Anton Georgiev
457492d611
Merge pull request #12263 from ramonlsouza/issue-12242
...
Change open presentation button position
2021-05-03 15:23:09 -04:00
Ramon Souza
cc5a9502f4
change open presentation icon position
2021-05-03 16:04:54 -03:00
Anton Georgiev
630daca374
Bump up release to 2.3.1
2021-05-03 09:22:21 -04:00
Anton Georgiev
0e39bc7924
Merge pull request #12257 from antobinary/fix-12232
...
docs: Update numbers for default bbb-html5 backends and frontends
2021-05-03 09:15:42 -04:00
Anton Georgiev
e1ca16a2b5
update numbers for default bbb-html5 backends and frontends
2021-05-03 13:10:22 +00:00
Anton Georgiev
ce01237a03
Merge pull request #12240 from PhMemmel/consider-overlay-config-in-html5-dev-deploy
...
Consider overlay file /etc/bigbluebutton/bbb-html5-with-roles.conf when self-deploying bbb-html5
2021-05-03 08:36:10 -04:00
Anton Georgiev
e63544f00f
Merge pull request #12255 from ramonlsouza/rm-unused-imports
...
refactor: remove unused imports
2021-05-03 08:35:06 -04:00
Ramon Souza
9d590a74d3
remove unused imports
2021-05-03 09:24:07 -03:00
Philipp Memmel
4a303d4871
consider overlay file bbb-html5-with-roles.conf in dev env
2021-05-02 16:15:29 +00:00
Fred Dixon
4b2f1d7bed
Merge pull request #12238 from ffdixon/bbbconf-remove-default
...
Fix adding bigbluebutton.web.logoutURL value of default
2021-05-02 11:35:09 -03:00
Fred Dixon
83e0404746
Fix adding bigbluebutton.web.logoutURL value of default
2021-05-02 09:33:08 -05:00
Anton Georgiev
613e24665e
Merge pull request #12227 from pedrobmarin/fix-guest-navigator-language
...
fix(guest): navigator language
2021-05-02 09:12:04 -04:00
hiroshisuga
35443a2e29
chore: Typo in palm detection ( #12236 )
...
* Typo fix
2021-05-02 08:47:48 -04:00
Anton Georgiev
886911c816
Merge pull request #12234 from bigbluebutton/rip-xenial
...
chore: update readme
2021-05-02 08:44:56 -04:00
Felipe Cecagno
2f75f5deeb
Update README.md
...
RIP xenial
2021-05-01 20:58:02 -03:00