Ramón Souza
10f6c2a9d1
Merge pull request #18055 from Scroody/I-18034
...
Fix: new message notification doesn't disappear.
2023-06-01 11:38:38 -03:00
Scroody
44997a83e1
Requested changes and code optmization
2023-06-01 11:09:14 -03:00
Scroody
b2f99a5516
New message notification doesn't disappear
2023-05-31 13:42:49 -03:00
Paulo Lanzarin
ca1a1f8cb6
Merge pull request #17980 from prlanzarin/u27/fix/screenshare-audio-output
...
fix(screenshare): use the same audio outputDeviceId as microphone
2023-05-31 11:37:57 -03:00
Paulo Lanzarin
3553a7eb35
Merge pull request #18051 from prlanzarin/u27/refactor/stale-ios-locale
...
refactor(video): remove stale iOSWarning locale declaration
2023-05-31 11:32:22 -03:00
Paulo Lanzarin
727d3f4369
Merge pull request #18050 from prlanzarin/u27/fix/screenshare-autoplay-lodash
...
fix(screenshare): client crash due to stale lodash usage
2023-05-31 11:30:54 -03:00
prlanzarin
bf482fa373
refactor(video): remove stale iOSWarning locale declaration
2023-05-31 11:17:03 -03:00
prlanzarin
4961bfdf73
fix(screenshare): client crash due to stale lodash usage
2023-05-31 11:12:21 -03:00
prlanzarin
f4a761cea4
Merge remote-tracking branch 'origin/v2.7.x-release' into u27/fix/screenshare-audio-output
2023-05-31 11:06:49 -03:00
Ramón Souza
0756d030a5
Merge pull request #17968 from Scroody/I-16114
...
Fix: Self cam coming back after trying to add effects or settings
2023-05-31 11:06:24 -03:00
Anton Georgiev
2a98312acd
Merge pull request #18024 from ramonlsouza/fix-connection-settings
...
fix: connection status modal "adjusting your settings" button not working as expected
2023-05-31 10:03:32 -04:00
Paulo Lanzarin
7f637d5def
Merge pull request #17981 from prlanzarin/u27/fix/screenshare-size-dispatch-exception
...
fix(screenshare): size dispatch fails due to wrong scope
2023-05-31 10:43:02 -03:00
Ramón Souza
7fed378671
do not return focus after closing modal
2023-05-30 13:45:41 -03:00
Anton Georgiev
a672b482f5
Merge pull request #17924 from ramonlsouza/issue-17894
...
fix: Right-clicking whiteboard area makes UI disappear
2023-05-30 11:26:38 -04:00
André Castro
f2c4d55c2d
Update component.jsx
2023-05-29 15:02:29 -03:00
Anton Georgiev
20d124722a
Merge pull request #17962 from ramonlsouza/change-self-cam-label
...
refactor: Change enable/disable self cam label based on state
2023-05-29 09:49:52 -04:00
KDSBrowne
07c7e2c66e
fix setting tldraw dock position
2023-05-26 18:39:09 +00:00
Ramón Souza
31add17d9c
fix adjust settings button
2023-05-26 15:29:29 -03:00
André Castro
51b0549e59
Update component.jsx
2023-05-26 10:19:29 -03:00
Ramón Souza
06c0fab6ce
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-17894
2023-05-26 10:13:43 -03:00
Anton Georgiev
4948731fe7
Merge pull request #17764 from lfzawacki/reactions-port
...
feat: Port Mconf Reactions into BBB 2.7
2023-05-26 08:05:02 -04:00
Anton Georgiev
1a1f442d5a
Merge pull request #17746 from Carloshsc/port-present-webcam-27
...
feat(camera as content): present webcam
2023-05-26 08:01:40 -04:00
prlanzarin
7c77fc7433
Merge remote-tracking branch 'origin/v2.7.x-release' into reactions-port
2023-05-25 19:54:01 -03:00
Arthurk12
240134838d
fix(reactions): code removed by mistake
2023-05-25 19:18:38 -03:00
Arthurk12
83f96b42c1
fix(reactions): remove commented code
2023-05-25 18:16:51 -03:00
Arthurk12
701206ee80
feat(reactions): add to disabledFeatures
2023-05-25 18:05:50 -03:00
Arthurk12
461be7a7fc
fix(reactions): method call
...
Update method call to the unified one(setUserReaction) and include the userID
parameter, so it can be used by mods to clear others status as well.
2023-05-25 17:42:02 -03:00
Ramón Souza
1540a9a7ec
Merge branch 'v2.7.x-release' into I-16114
2023-05-25 16:38:15 -03:00
Anton Georgiev
25af259d2d
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-may-24
2023-05-24 17:23:00 -04:00
Ramón Souza
219b1d1a72
add inline comment
2023-05-24 15:45:08 -03:00
Anton Georgiev
cb68297273
Merge pull request #17963 from ramonlsouza/fix-self-checked-value
...
fix: webcam self view toggle label
2023-05-24 14:40:15 -04:00
Ramón Souza
60713e6f54
fix slide render issue in firefox
2023-05-24 14:36:58 -03:00
prlanzarin
b40a88cf69
fix(screenshare): size dispatch fails due to wrong scope
2023-05-24 12:07:35 -03:00
prlanzarin
636ab74826
fix(screenshare): adjustments to make output device switching work
2023-05-24 11:40:32 -03:00
AtilaU19
56dba30877
fix(screenshare): audio from screenshare match with audio from microphone
2023-05-24 11:33:32 -03:00
Arthurk12
3efdbd9012
feat(reactions): add akka messages to clear all emojis status
...
Adds two new messages which clear the users emoji statuses. This messages
enables this task to be done in a single call, instead of triggering one
method call for each user.
'ClearAllUsersEmojiCmdMsg' is sent from meteor to akka and updates all the
emoji states in the users model.
'ClearedAllUsersEmojiEvtMsg' is sent from akka to meteor. This triggers the
mongo collection update.
2023-05-24 10:49:42 -03:00
Scroody
6e6fbe11be
Fix: Self cam caoming back after trying to add effects or settings
2023-05-22 16:54:41 -03:00
Arthurk12
8541a5aae1
fix(reactions): prop name
2023-05-22 12:07:08 -03:00
Ramón Souza
7312021d9b
fix self view label value
2023-05-22 10:19:49 -03:00
Ramón Souza
810a9895f8
change enable/disable self cam label based on state
2023-05-22 09:06:39 -03:00
Scroody
08a0226b59
Fix: Send to chat presentation not having unread notification
2023-05-19 10:54:29 -03:00
Ramón Souza
0040ee7028
do not display self view disabled message if camera is not being shared
2023-05-19 09:44:08 -03:00
Anton Georgiev
6e9eb023c5
Merge pull request #17883 from ramonlsouza/issue-13844
...
feat: Add "Grid View" layout
2023-05-18 15:43:02 -04:00
Anton Georgiev
1d3bdb5802
Merge pull request #17648 from GuiLeme/issue-17531
...
feat: Restore old downloading of original presentation
2023-05-18 15:40:01 -04:00
Ramón Souza
e0cea4834b
Merge pull request #17907 from KDSBrowne/bbb-17466
...
fix: Localize Regular Expressions for Quick Poll Options
2023-05-18 09:06:19 -03:00
Ramón Souza
18720e1536
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-13844
2023-05-17 15:44:39 -03:00
Ramón Souza
c64cf5ccbd
Merge pull request #17935 from Scroody/I-16114
...
feat: Disable self-view of webcam
2023-05-17 14:49:40 -03:00
Scroody
0fa1b9b3eb
More requested changes made
2023-05-17 13:54:54 -03:00
Scroody
4a6d1258ae
Requested changes made and fix of deactivating mutiple cams
2023-05-17 11:30:06 -03:00
Scroody
99885c20ed
Final Adjust
2023-05-16 15:43:06 -03:00