Commit Graph

37539 Commits

Author SHA1 Message Date
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
Arthurk12
196d2c1e0a feat(reactions): sync expiration with akka
Currently, the reactions are cleared on mongo based on the expire time.
So to sync its state with akka, an observer is atattched to the user
reactions collection and whenever a reaction is removed because of the
expiration time, akka is notified with message 'UserReactionTimeExpiredCmdMsg'.
2023-05-25 17:32:27 -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
Arthurk12
8541a5aae1 fix(reactions): prop name 2023-05-22 12:07:08 -03:00
Lucas Fialho Zawacki
fcb6b94787 feature(reactions): Flags to enable new/old status button and to position it centered or to the right 2023-04-28 14:10:27 -03:00
Lucas Zawacki
f81652a4dd feature(reactions): Unify reaction messages with emoji status and pass it through akka 2023-04-28 11:47:15 -03:00
Lucas Fialho Zawacki
f18130c4f3 fix(reactions): Correct style after merge 2023-04-28 11:35:41 -03:00
Lucas Fialho Zawacki
2a3e2d4993 feat(user-actions): enabled option in settings.yml 2023-04-27 18:37:18 -03:00
Lucas Fialho Zawacki
b91697d0b9 fix(reactions): Fix merge 2023-04-27 18:31:11 -03:00
Carlos Henrique
2fba5f23ac fix(reactions) reactions when using avatar
Add a variable that removes the avatar before applying the reaction.
2023-04-27 15:43:25 -03:00
Lucas Zawacki
94e045d0e7 fix(reactions): Fix chat input reactions button 2023-04-27 15:42:47 -03:00
Carlos
6728d0a725 fix(reactions): working after 2.5 merge
Reactions are working now
2023-04-27 14:49:09 -03:00
Carlos
fe745dea94 fix(reactions) menu blocking reactions button
Add options to dropdown.
2023-04-27 14:48:27 -03:00
Carlos
747a02a573 fix(reactions) bug display
Fix bug that causes the emoji modal be too large.
Fix bug when modal is on mobile.
2023-04-27 14:40:38 -03:00
Carlos
3b6c1d565c fix(interactions): add correct border
Fix hand button border style.
2023-04-27 14:40:08 -03:00
Carlos
3990f29f7c fix(reactions): reactions emoji picker
Fix reaction add style.
2023-04-27 14:20:53 -03:00
Arthurk12
b565a91cd2 fix(interactions): raised hands toast
Makes user avatars on raised hands toast appear with the same
color and same avatar image they have in the user list.
2023-04-27 14:16:35 -03:00
Max Franke
6d146d07d4 fix(interactions-button): typo 2023-04-27 14:08:16 -03:00
Max Franke
ddd1712f56 fix(interactions): user status debounce 2023-04-27 14:04:55 -03:00
Max Franke
fbcc611bd9 feat(interactions): add new interactions button
Interactions button is a button that stays in action bar.
Integrates several features in just one place: user-reaction, raise hand,
user-status (away/not away), toggle question panel.
2023-04-27 13:57:40 -03:00
Max Franke
d28b93a586 feat(reactions): add user reaction
add user-reaction collection
add emoji picker for user reaction in the user list
add options to enable/disable user-reaction
add a way to pass style to emoji-picker component
2023-04-27 11:54:11 -03:00
Ramón Souza
e79ebb720b
Merge pull request #17706 from ramonlsouza/26-27-apr24
chore: Merge 2.6 into 2.7
2023-04-24 17:23:17 -03:00
Ramón Souza
af8556e026 Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24 2023-04-24 17:15:47 -03:00
Anton Georgiev
3f5194fbb4
docs: Added links for BBB 2.6.4, 2.6.5 2023-04-24 10:43:19 -04:00
Anton Georgiev
160a8b842e
chore: Bump BBB version to 2.6.5 2023-04-24 10:39:30 -04:00
Anton Georgiev
bf04095593
Merge pull request #17695 from KDSBrowne/bbb-iphone-patch
fix: Prevent Webcam Styling Crash On iPhones
2023-04-24 08:56:57 -04:00
Ramón Souza
3fd5fbd9c6
Merge pull request #17686 from ramonlsouza/fix-dropdown-ios
fix: Wrong style for set status dropdown button on iPhone
2023-04-24 09:47:01 -03:00
KDSBrowne
2c01efd969 add new line 2023-04-23 21:03:38 +00:00
KDSBrowne
9bdf7d5381 fix styling crash on iPhones by using pt units 2023-04-23 20:49:53 +00:00
Anton Georgiev
b2bd39d510
Merge pull request #17690 from danimo/max-user-formatting
fix: Do not format maxUsers in the getMeetings API response
2023-04-21 13:59:49 -04:00
Daniel Molkentin
0505e04154 fix: Do not format maxUsers in the getMeetings API response
- This should be computational output
- It's consistent with getMeetingInfo
2023-04-21 17:25:20 +02:00
Anton Georgiev
c0561bc4a1
Merge pull request #17666 from prlanzarin/u27/build/bbb-webrtc-recorder-archon
build: add bbb-webrtc-recorder
2023-04-20 17:01:53 -04:00
Anton Georgiev
ba033ab10e
Merge pull request #17685 from KDSBrowne/bbb-ipad-canvas-patch-2
fix: Disable Canvas Magnifier On iPad While Using Canvas
2023-04-20 16:24:37 -04:00
Anton Georgiev
1a8cea3e54
chore: Bump BBB version to 2.6.4 2023-04-20 16:15:18 -04:00
KDSBrowne
82c946233f
Update bigbluebutton-html5/imports/ui/components/whiteboard/cursors/component.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-04-20 16:14:42 -04:00
prlanzarin
538954a6ae build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
Ramón Souza
861ef712b3 fix dropdown size on ios 2023-04-20 15:56:00 -03:00
KDSBrowne
8ee76b6b3e restore chat text selection | disable loupe in ipad while writing on canvas 2023-04-20 18:13:45 +00:00
Ramón Souza
f7c1af7295
docs: added link to 2.6.3 2023-04-19 17:43:36 -03:00
Ramón Souza
5aef1b8171
Merge pull request #17678 from KDSBrowne/bbb-ipad-canvas-patch
fix: Prevent Canvas Selection While Using Stylus On iPad
2023-04-19 16:38:41 -03:00
Ramón Souza
5cd67818b5
Merge pull request #17673 from ramonlsouza/issue-17668
Fix: Presentation un-minimizing when exiting external video or screen sharing.
2023-04-19 16:38:02 -03:00
KDSBrowne
9d23957962 prevent canvas selection when using the whiteboard on ipad with stylus 2023-04-19 19:21:22 +00:00
Ramón Souza
b35f59ec86
chore: Bump BBB version to 2.6.3 2023-04-19 15:40:29 -03:00
Gustavo Trott
614aa34496
Merge pull request #17674 from gustavotrott/fix-voiceUsers-color
fix: dial-in-participants not appearing in the participant list
2023-04-19 13:54:16 -03:00
Gustavo Trott
646011d517
Merge pull request #17672 from gustavotrott/bbb-conf-ignore-disabledFeatures-alert
fix (bbb-conf): warning about property 'disabledFeatures' has no value
2023-04-19 13:53:41 -03:00
Gustavo Trott
d19d286811 Adds prop color for voiceUsers create msgs 2023-04-19 12:16:35 -03:00
Ramón Souza
c89349858b
Merge pull request #17667 from KDSBrowne/bbb-autohide-tools-fix
fix: Patch Auto Hidden Tools To Stay Invisible On Page Change
2023-04-19 10:46:26 -03:00
Ramón Souza
ce627f8bdb fix presentation minimized after screenshare 2023-04-19 09:41:30 -03:00
Gustavo Trott
848db2ce78 Suppress warning: propertie 'disabledFeatures' has no value 2023-04-19 08:42:31 -03:00
Scroody
e27c50a487 Fix: Presentation unminimizing when exiting external video or screen share. 2023-04-19 08:25:24 -03:00