Commit Graph

30201 Commits

Author SHA1 Message Date
Gustavo Trott
54dfe4bc3e ActivityTracker handle/stores more important events 2021-06-23 11:51:10 -03:00
Anton Georgiev
905e0dd4dd
Updated bbbServerVersion to 2.4 2021-06-23 10:35:18 -04:00
Anton Georgiev
9ab0817b16
Merge pull request #12642 from ramonlsouza/layout-settings
feat: layout settings UI
2021-06-22 14:45:50 -04:00
Ramon Souza
bcb1eff308 fix private chat shortcuts 2021-06-22 15:26:05 -03:00
Joao Siebel
1d7bab7e0b Prevent unnecessary call to unassign presenter and add logs 2021-06-22 14:44:34 -03:00
Vitor Mateus De Almeida
3a281adab5 Remove background and commented code
Revert linting
2021-06-22 14:04:56 -03:00
Anton Georgiev
7c9397e77c
Merge pull request #12643 from KDSBrowne/bbb-backport-12639
Backport Bug Fix When A Shape Coordinate Is Zero
2021-06-22 09:45:39 -04:00
hiroshisuga
75a14932ef fix bug when a coordinate is zero 2021-06-22 13:23:02 +00:00
Anton Georgiev
7ea78ef3ae
Merge pull request #12639 from hiroshisuga/patch-36
fix a bug when a shape coordinate is zero
2021-06-22 09:07:37 -04:00
Ramon Souza
91eb0800c3 code format 2021-06-22 09:52:45 -03:00
Ramon Souza
ae49d7a9c6 remove layoutManager from meeting collection 2021-06-22 09:48:48 -03:00
Ramon Souza
1ac5350fd4 change layout ui 2021-06-22 09:17:11 -03:00
Mario Jr
ce076ffaad feat(audio): add a new button for selecting audio device
This commit adds a new small button over the "Phone/audio" button. Currently
this button pops up the device audio selector, which contains the "Leave audio"
option. This commit brings back the "Leave audio" behavior to the phone
button, using a new smaller button to switch between audio devices.

This issue address the problem reported by #12320 and complements the work done
for #9723.

Some technical details:
Added a new component : ButtonEmoji. This allow us to add an emoji inside
another button.
Modified dropdown trigger a bit: if the trigger contains a ButtonEmoji,
then we will use the emoji to trigger the dropdown (instead of the button
itself). This commit doens't change the default behavior of dropdown (when
the trigger doesn't have a ButtonEmoji component), to avoid regressions with
current dropdowns; this will only change it's behavior when used with
the new ButtonEmoji component.
2021-06-22 08:58:52 -03:00
hiroshisuga
f8e6d9636f
fix bug when a coordinate is zero 2021-06-22 08:30:44 +09:00
Vitor Mateus De Almeida
d8cffebc36 Merge remote-tracking branch 'upstream/develop' into layoutManagerNew 2021-06-21 17:18:46 -03:00
Vitor Mateus De Almeida
6469b68d45 Add webcams component on new Layout Manager 2021-06-21 17:16:59 -03:00
Ramon Souza
1790995dd8 remove layout options from debug window 2021-06-21 15:49:25 -03:00
Ramon Souza
bbb98a6863 add layout change messages 2021-06-21 15:16:57 -03:00
Ramon Souza
174f17bcb4 fix log message 2021-06-21 15:16:01 -03:00
Pedro Beschorner Marin
b4cf043962
Merge pull request #12612 from pedrobmarin/f-r-ppp
feat(recording): process published polls
2021-06-19 11:36:34 -03:00
Anton Georgiev
beff4fcdd0
Merge pull request #12624 from ramonlsouza/actions-bar-size-new-lm
fix: actions bar buttons out of screen - new LM
2021-06-18 18:04:02 -04:00
Anton Georgiev
6dc652a04e
Merge pull request #12625 from ramonlsouza/new-lm-missing-components
Add missing components to new layout manager
2021-06-18 18:03:35 -04:00
Anton Georgiev
0c0eb8a4d5
Merge pull request #12548 from ramonlsouza/layout-meeting-collection
feat: layout manager in meeting collection
2021-06-18 18:03:19 -04:00
Ramon Souza
381207cb5a set legacy as default layout manager 2021-06-18 17:05:29 -03:00
Ramon Souza
7184043559 add missing components to new lm 2021-06-18 16:35:23 -03:00
Ramon Souza
38d1971c2e actions bar height based on fontSize 2021-06-18 15:32:46 -03:00
Anton Georgiev
f037f0a259
Merge pull request #12621 from germanocaumo/poll-chat-setting
feat(poll): add option to disable poll chat message
2021-06-18 10:32:06 -04:00
germanocaumo
4f06b1fbf8 feat(poll): add option to disable poll chat message 2021-06-18 14:13:20 +00:00
germanocaumo
2c262483d2 fix(poll): Respect maxCustom property in quick-polls
More than 5 answers are now of Custom type poll and answers passed directly.
Increase A-I slide options detection
2021-06-18 14:02:09 +00:00
Anton Georgiev
7ab76b9ccc
Merge pull request #12609 from ramonlsouza/fix-poll-position-new-lm
fix: poll panel position - new LM
2021-06-18 08:35:17 -04:00
Anton Georgiev
7e0b8877a2
Merge pull request #12618 from ramonlsouza/remove-unused-new-lm
refactor: remove unused code in new Layout Manager
2021-06-18 08:34:58 -04:00
Ramon Souza
4535d5594b remove unused code in new Layout Manager 2021-06-18 09:09:46 -03:00
Pedro Beschorner Marin
93f00196a6 feat(recording): process published polls
Generate a poll JSON file at the recordings with an array of published
polling data:
 - type;
 - question;
 - answers;
 - number of responders; and
 - number of respondents

This file will be published along with the other presentation format files
and can be used to display the poll results at the playback.
2021-06-17 18:46:03 -03:00
Ramon Souza
59b520e43f fix poll position - new LM 2021-06-17 15:38:05 -03:00
Tainan Felipe
6618f5092b Fix export messages throwing a error 2021-06-17 15:34:07 -03:00
Anton Georgiev
bd90f64fab
Merge pull request #12599 from ramonlsouza/new-lm-external-video
External video component - new Layout Manager
2021-06-17 10:22:20 -04:00
Anton Georgiev
48ff084509
Merge pull request #12598 from germanocaumo/anonymous-polls
feat(poll): Add option to hide individual answers in polls
2021-06-17 09:42:30 -04:00
germanocaumo
1fb9870cf7
Apply suggestions from code review
Code style fixes and remove translations other than en to avoid conflicts with transifex.

Co-authored-by: Pedro Beschorner Marin <pedrobmarin@gmail.com>
2021-06-17 10:25:03 -03:00
Anton Georgiev
610150ad4f
Merge pull request #12605 from ramonlsouza/poll-question-fix
fix: layout for Yes/No/Abstention polls
2021-06-17 09:16:36 -04:00
germanocaumo
77dc1d603d fix: quick-polls error after merge 2021-06-17 13:02:04 +00:00
hiroshisuga
08a87a7784
remove linefeed for polling option 2021-06-17 20:40:46 +09:00
Ramon Souza
1e097b6aef fix 3 options poll layout 2021-06-17 08:34:20 -03:00
Anton Georgiev
e3ae906034
Merge pull request #12603 from germanocaumo/v2.3.x-release
fix(poll): missed test for polls with > 5 default answers
2021-06-17 06:53:04 -04:00
KDSBrowne
cf6672b1c9 Add unit tests for poll api modifiers | 2x handlers 2021-06-17 02:20:49 +00:00
germanocaumo
e252012bd5 fix(poll): missed test for polls with > 5 default answers 2021-06-16 23:16:28 +00:00
germanocaumo
92af5c789b refactor: remove unused imports 2021-06-16 22:53:35 +00:00
germanocaumo
85f77442b7 fix(poll): chat result publish error
The poll is already removed with stopPoll that is called together with pollPublished
2021-06-16 22:31:09 +00:00
germanocaumo
349af23f0a Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into anonymous-polls 2021-06-16 21:54:28 +00:00
Ramon Souza
ace6561eff Merge remote-tracking branch 'upstream/develop' into new-lm-external-video 2021-06-16 17:41:33 -03:00
Anton Georgiev
cc5cdfd643
Merge pull request #12601 from antobinary/merge-june16
Merge 2.3.4 into 'develop'
2021-06-16 16:30:43 -04:00