Ramón Souza
d18834c894
remove secondary text of not anonymous poll
2021-10-01 17:50:48 +00:00
Ramón Souza
5af5b0ee9f
remove user response example
2021-10-01 16:25:09 +00:00
Ramón Souza
17477dd138
poll add item button changes
2021-10-01 16:21:02 +00:00
Ramón Souza
4ec738eb0a
text area validation changes
2021-10-01 12:43:28 +00:00
Ramón Souza
a8ac17253c
polling question changes
2021-09-30 18:55:46 +00:00
Anton Georgiev
8ce267fd10
Merge pull request #13346 from ramonlsouza/issue-13333
...
Tweaks to UI for push layout
2021-09-30 13:50:48 -04:00
Ramón Souza
74bf1a558f
push layout UI tweaks
2021-09-30 17:21:03 +00:00
Anton Georgiev
d8ef9e505f
Merge pull request #13331 from lfzawacki/volume-slider-fixes
...
fix(external-video): Adjustments to external video design and custom players
2021-09-30 10:52:41 -04:00
Anton Georgiev
77e072ed60
Merge pull request #13308 from ramonlsouza/issue-13256
...
fix: Hide presentation custom parameter not working
2021-09-30 09:31:23 -04:00
Ramón Souza
977ca19050
fix userlist shortcut on firefox for macos
2021-09-30 12:43:28 +00:00
Anton Georgiev
4f4fd5c582
Merge pull request #13330 from ramonlsouza/change-leave-meeting-color
...
change leave meeting color
2021-09-29 15:57:50 -04:00
Lucas Fialho Zawacki
39bddd4cbb
fix(vimeo): Prevent problem when calling vimeo's player getPlaybackRate
2021-09-29 19:45:01 +00:00
Ramon Souza
5c95c301e8
change leave meeting color
2021-09-29 16:43:57 -03:00
Lucas Fialho Zawacki
c7927dbfed
feature(reload): More consistent style for reload button
2021-09-29 19:27:35 +00:00
Ramon Souza
0e319ccbdd
change presentation fullscreen/minimize buttons color
2021-09-29 16:23:58 -03:00
Lucas Fialho Zawacki
7f6c510016
feature(peertube): Add volume api into peertube custom player
2021-09-29 17:01:37 +00:00
Anton Georgiev
2f4d6e8f96
Merge pull request #13323 from KDSBrowne/BBB-WCAG-09
...
refactor: WCAG2.1 - Guest Lobby Approval Message
2021-09-29 11:35:15 -04:00
Mario Jr
7ed1cbfc30
Merge branch 'v2.4.x-release' into fix-13242
2021-09-29 09:20:58 -03:00
KDSBrowne
0cbb7b662f
Merge branch 'v2.4.x-release' of https://github.com/bigbluebutton/bigbluebutton into BBB-WCAG-09
2021-09-29 02:14:23 +00:00
Lucas Fialho Zawacki
cf0186766f
fix(peertube): Pin library version and correct regex
2021-09-28 21:31:07 +00:00
Lucas Fialho Zawacki
207a629c91
fix(volume-slider): Don't show volume slider for videos we can't hide volume controls
2021-09-28 20:15:58 +00:00
Ramon Souza
2b2792102b
fix hidePresentation parameter
2021-09-27 17:13:41 -03:00
Anton Barboza
5065166456
fix extend breakout rooms time button to attendee users
2021-09-27 17:08:45 -03:00
Anton Georgiev
27f8d6dfdb
Merge pull request #13272 from vitormateusalmeida/issue-13271
...
Fixes user list appears even if custom parameters is false
2021-09-27 11:24:16 -04:00
Paulo Lanzarin
d2498ad31d
Merge pull request #13281 from prlanzarin/u24-telomere
...
feat(webrtc): add EXPERIMENTAL option to disable ICE candidate signaling
2021-09-27 11:15:16 -03:00
Ramon Souza
485943d464
fix presentation toolbar size in focus on video layout
2021-09-27 09:21:21 -03:00
KDSBrowne
04eae57e1e
remove conflicting aria attribute
2021-09-25 17:38:45 +00:00
prlanzarin
1cb412529d
feat(webrtc): add EXPERIMENTAL option to disable ICE candidate signaling
...
ICE lite servers (eg mediasoup) dont need candidates signaled out-of-band; neither does KMS in certain scenarios
Disable their signaling saves us some ticks in bbb-webrtc-sfu and some bandwidth all around
2021-09-24 17:24:06 +00:00
Anton Georgiev
9fc7639be2
Merge pull request #13273 from antonbsa/fix-elements-and-update-click-function
...
test: Update click function, unify elements and update/fix tests suite
2021-09-23 12:04:25 -04:00
Vitor Mateus De Almeida
f5bf6675de
fixes user list appears even if custom parameters is false
2021-09-22 18:26:37 -03:00
Anton Barboza
da95d4d68c
fix and move guest policy tests
2021-09-22 18:03:12 -03:00
Ramon Souza
47a71a9f3f
fix multiple getBreakoutURL calls - breakout join
2021-09-22 14:07:05 -03:00
Anton Barboza
dce318e1ad
avoid using static timeouts and fix Random Poll test
2021-09-22 13:52:27 -03:00
Anton Georgiev
697c34011b
Merge pull request #13259 from ramonlsouza/issue-13258
...
fix: restoreOnUpdate: true, parameter not working
2021-09-22 10:36:51 -04:00
Anton Barboza
4548cd881d
fix inviteBreakoutRoom selector
2021-09-22 09:47:18 -03:00
Ramon Souza
14d9304746
fix restoreOnUpdate feature
2021-09-22 08:48:25 -03:00
Anton Barboza
bfb40eff29
add data-test to start/stop screen share
2021-09-21 17:39:01 -03:00
Ramon Souza
a86df37bfe
fix camera resizing bug
2021-09-21 17:20:32 -03:00
Mario Jr
1c08fc852a
fix(audio): audio controls crash when ending call during brekout audio transfer
...
Restored the old behavior when ending breakout rooms while user is in the
breakout audio transfer, which is to the trigger the reconnection to the audio
in the main room.
This behavior could be improved by (instead of reconnecting) transfering user
back to the main room, but this requires some changes in akka-apps/fsesl
which can be treated in a different issue.
Closes #13242
2021-09-21 11:22:05 -03:00
zhem0004
c572e69b24
fix: Reimplement presentation.allowDownloadable ( #13237 )
...
* Reimplemented presentation.allowDownloadable
* Reimplemented presentation.allowDownloadable
Co-authored-by: Bohdan Zhemelinskyi <bohdan.Zhemelinskyi@blindsidenetworks.com>
2021-09-17 16:55:31 -04:00
Anton Georgiev
56fbdee49c
Merge pull request #13226 from vitormateusalmeida/issue-12356
...
Place both buttons at the bottom of the video dock when cameras are vertically positioned
2021-09-15 16:56:31 -04:00
Anton Georgiev
a50bf2b069
Merge pull request #13225 from zhem0004/v2.4.x-release
...
Refactor: Move Learning Dashboard entry to bottom of menu #13201
2021-09-15 15:15:53 -04:00
Vitor Mateus De Almeida
0aab062c2d
add margin on L/R buttons in RTL languages
2021-09-15 16:07:52 -03:00
Vitor Mateus De Almeida
f6e17ba398
change cameraDock size in vertical position
2021-09-15 09:33:31 -03:00
Vitor Mateus De Almeida
c47cf21ba2
place both buttons at the bottom of the video dock when cameras are vertically positioned
2021-09-15 09:13:17 -03:00
Vitor Mateus De Almeida
6e8dc1c21c
use conditional scss
2021-09-14 22:23:45 -03:00
Bohdan Zhemelinskyi
def4b637b1
Moved the Learning Dashboard button to the bottom of the list and added top divider to it
2021-09-14 20:47:27 +00:00
Bohdan Zhemelinskyi
2fd32f1172
Moved the Learning Dashboard button to the bottom of the list and added top divider to it
2021-09-14 20:27:13 +00:00
Vitor Mateus De Almeida
8f097a6402
fixes icon padding in menu in RTL Languages
2021-09-14 17:17:35 -03:00
Anton Georgiev
81a879df0b
Merge pull request #13207 from KDSBrowne/BBB-wcag-06
...
WCAG2.1 - Moderator > Whiteboard Toolbar
2021-09-14 10:18:28 -04:00