KDSBrowne
f683740a2e
allow pan when multiuser enabled
2022-05-30 14:51:08 +00:00
Joao Victor
1143cb87c7
fix(chat notification): duplication of first message notification
2022-05-30 10:10:03 -03:00
KDSBrowne
f58882ffcc
stop rendering curors when they leave the WB area
2022-05-29 16:24:44 +00:00
KDSBrowne
d404bd3e0f
disable pan when multiuser access is off
2022-05-29 15:14:39 +00:00
Lucas Fialho Zawacki
a150bd20d7
feature(layout): Bring back layoutType propagation, but disallow 'custom' layout in mobile screens
2022-05-27 18:11:42 -03:00
Ramon Souza
e199ef2c35
primary circle button - revised styles
2022-05-27 16:33:12 -03:00
Paulo Lanzarin
04a43d95dd
Merge pull request #15093 from prlanzarin/u26-ascendant-ecrit
...
fix(audio): remove deprecated getLocalStreams usage
2022-05-27 11:16:26 -03:00
prlanzarin
1d860d64d0
fix(audio): remove deprecated getLocalStreams usage
...
Use the built-in getLocalStream from the peer wrapper instead (which
relies on getSenders - the proper, spec-compliant way).
Two different issues are addressed:
- RTCPeerConnection.getLocalStreams is a pre-1.0 WebRTC spec which is
deprecated and not recommended.
- Fixed an issue where a switch from full audio to listen only could
cause the latter to be rejected with an error 1004 in rare scenarios.
2022-05-27 14:02:10 +00:00
Ramón Souza
66286bf40d
Merge pull request #15080 from schrd/issue-14969
...
Fix: voice users not removed from participants list
2022-05-27 13:27:08 +01:00
Ramón Souza
6f16efb042
Merge pull request #15089 from JoVictorNunes/fix-focus-shadow
...
fix: ghost button focus shadow
2022-05-27 13:14:35 +01:00
Joao Victor
9d66ff43ad
fix: ghost button focus shadow
2022-05-26 17:34:25 -03:00
Gustavo Trott
965a52c315
Merge pull request #15053 from bigbluebutton/antobinary-patch-1
2022-05-26 16:52:04 -03:00
Max Franke
e853f032be
fix(message-form): send message with emoji
2022-05-26 16:40:37 -03:00
Ramón Souza
f9e76502ad
Merge pull request #15084 from gabriellpr/external-links-style
...
style: Adding revised styles for our external links
2022-05-26 19:46:38 +01:00
gabriellpr
a4bf69aeba
adding url styles
...
...
styling external links inside the banner
Refactoring code
adding underline on hover and focus
removing hasLiink
2022-05-26 15:10:20 -03:00
Ramón Souza
69bebe5875
Merge pull request #15087 from Tainan404/fix-userleft
...
Make sure do not show wrong data in user left message
2022-05-26 17:18:35 +01:00
Gustavo Trott
55ae45b565
Merge pull request #15076 from Tainan404/check-participants
2022-05-26 13:10:39 -03:00
Tainan Felipe
34fcf1d5c4
Make sure do not show wrong data in user left message
2022-05-26 11:29:05 -03:00
Ramón Souza
085273e8c6
Merge pull request #15082 from JoVictorNunes/issue-15036
...
fix(camera): prevent dock position change on click
2022-05-26 14:07:14 +01:00
Paulo Lanzarin
fbf2458145
Merge pull request #15086 from bigbluebutton/sfu282
...
build: bump bbb-webrtc-sfu to v2.8.2
2022-05-26 10:06:11 -03:00
Paulo Lanzarin
2d433836c6
build: bump bbb-webrtc-sfu to v2.8.2
2022-05-26 09:59:15 -03:00
KDSBrowne
626259bf33
move multi user WB button to presentation toolbar (100% width) | reduce zoom increment
2022-05-25 23:25:53 +00:00
Joao Victor
db5a788719
fix(camera): prevent dock position change on click
2022-05-25 14:18:37 -03:00
Ramón Souza
7d7f7e88fe
Merge pull request #15081 from JoVictorNunes/issue-15068
...
fix: point media button chevrons upwards
2022-05-25 13:45:45 +01:00
Ramón Souza
4e96fc5bd4
Merge pull request #15067 from Tainan404/remove-innerHTML
...
refactor: Remove inner html
2022-05-25 13:42:04 +01:00
Tainan Felipe
ac07c3ff0c
Merge remote-tracking branch 'upstream/v2.5.x-release' into remove-innerHTML
2022-05-25 09:38:39 -03:00
Joao Victor
18b06e1ba5
fix: point media button chevrons upwards #15068
2022-05-25 09:38:22 -03:00
Tainan Felipe
155b90d658
Refactor aria alert and remove inner-htmls from the client
2022-05-25 09:35:24 -03:00
Daniel Schreiber
9493929fec
Fix: voice users not removed from participants list
...
`removeUser` was called with wrong parameters
2022-05-25 14:16:58 +02:00
Ramón Souza
fed0db61b7
Merge pull request #15044 from JoVictorNunes/issue-15030
...
refactor: sidebar content panel UI polishing
2022-05-25 12:36:00 +01:00
Joao Victor
2a09629698
refactor: sidebar content panel UI polishing
2022-05-24 17:52:16 -03:00
Lucas Zawacki
cd13446c5a
fix(layout): Moderators could not change layout if pushLayout was true
2022-05-24 17:31:35 -03:00
Max Franke
45d3738960
feat(video-avatar): hide icons when squeezed
2022-05-24 17:20:29 -03:00
Tainan Felipe
3ae69643b2
Make sure that user is a chat participant when send a message
2022-05-24 17:08:56 -03:00
Lucas Zawacki
7ef7b52a30
feat(layout): Both presenters and moderators can set pushLayout
2022-05-24 15:38:47 -03:00
Max Franke
56c169552c
feat(emoji-picker): exclude some emojis
...
exclude emojis not supported by chromium-based browsers
(cherry picked from commit c1a904b842438f1d70949921133e4b89cdcae651)
2022-05-24 14:22:49 -03:00
Max Franke
4cf98010a9
feat(message-form): add emoji button
2022-05-24 14:20:55 -03:00
Max Franke
1e8668420f
feat(click-outside): close emoji picker on outbound clicks
...
add the click-outside component and modifies the message-form/text-input
components to apply the new feature
(cherry picked from commit 654357e6984160fe8ea074fcfa1103f7b51500bc)
2022-05-24 13:49:25 -03:00
Arthurk12
4ae6eb7933
build(webhooks): v2.6.0
...
Update 'bbb-webhooks' version.
https://github.com/bigbluebutton/bbb-webhooks/releases/tag/v2.6.0
2022-05-24 14:08:12 +00:00
Ramón Souza
464fa7a8ab
Merge pull request #15064 from ramonlsouza/increase-menu-padding-
...
style: increase dropdown menu padding
2022-05-23 21:45:00 +01:00
Ramón Souza
391954c7fc
Merge pull request #15066 from gabriellpr/border-on-pads
...
Adding border inside shared notes for viewers
2022-05-23 20:47:35 +01:00
gabriellpr
a77ea836d8
adding border inside shared notes for viewers
2022-05-23 16:22:31 -03:00
Ramon Souza
295ef43f7e
increase dropdown menu padding
2022-05-23 13:58:51 -03:00
Ramón Souza
b0894c40e7
Merge pull request #15062 from ramonlsouza/increase-menu-padding
...
style: increase dropdown menu padding
2022-05-23 15:53:34 +01:00
Ramon Souza
44d11903e9
increase dropdown menu padding
2022-05-23 11:45:53 -03:00
Ramón Souza
211953b242
Merge pull request #15013 from ramonlsouza/multi-tab-fix
...
fix: prevent user join from multiple tabs with same sessionToken
2022-05-23 14:31:53 +01:00
Ramón Souza
a492f51323
Merge pull request #15048 from gabriellpr/ui-fix-align
...
style: Removing and alinging dropdowns items.
2022-05-23 14:11:44 +01:00
Ramón Souza
6b915c1f70
Merge pull request #15050 from JoVictorNunes/date-zero-padding-chat-userlist
...
improvement: chat and user-list export file name date string
2022-05-23 14:11:25 +01:00
Ramón Souza
cd11c81499
Merge pull request #14994 from KDSBrowne/2.6-bbb-tldraw
...
feat: Integrate TLDraw with BigBlueButton (part 1)
2022-05-20 20:51:06 +01:00
Paulo Lanzarin
1d15e9968c
Merge pull request #14881 from prlanzarin/u26-blind-moss2
...
refactor: use webrtc-adapter package, remove static script from compatibility
2022-05-20 16:20:28 -03:00