Átila
c48e93e00c
feat(darklogo): port customDarkLogo ( #20922 )
2024-08-21 14:58:32 -03:00
Ramón Souza
d3406a2e93
refactor: remove instanceId from client ( #20850 )
2024-08-02 14:10:39 -04:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
João Victor
50d445f026
Remove Meteor backend
2024-07-02 14:58:58 -03:00
João Victor
7738207fb5
Remove users adapter consumption
2024-06-14 11:35:53 -03:00
João Victor
78958ccf45
Remove meeting adapter consumption
2024-06-14 10:30:48 -03:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -03:00
João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency
with observer hook ( #20322 )
...
* refactor(storage): replace Tracker.Dependency with observer hook
* fix(storage): set initial value
* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
Ramón Souza
7247407e7d
Merge pull request #20061 from JoVictorNunes/remove-video-streams-collection
...
Remove old `video-streams` Meteor subscription
2024-04-25 16:38:17 -03:00
Ramón Souza
6e546e0e6d
remove requestUserInformation makecall
2024-04-25 15:08:40 -03:00
João Victor Nunes
c53c2f49e4
Merge branch 'v3.0.x-release' into remove-video-streams-collection
2024-04-25 12:28:56 -03:00
João Victor
1f8a95a3ff
Remove video-streams subscription
2024-04-24 17:09:00 -03:00
Tainan Felipe
cc79bb5fb2
Refactor: user reaction to graphql
2024-04-24 15:45:28 -03:00
Ramón Souza
ac7760b41a
fix grid mode webcam order
2024-04-17 09:27:10 -03:00
Ramón Souza
2d2968a92f
fix export usernames
2024-04-09 09:58:50 -03:00
Tainan Felipe
f3465827dd
Migrate meeting collection to graphql ( #19853 )
2024-03-26 08:57:28 -03:00
Tainan Felipe
a5f26da361
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-voice-user
2024-03-07 14:16:05 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
Tainan Felipe
00e055ff6e
Refactor: move voice users to graphql
2024-03-06 13:08:32 -03:00
João Victor
431511b8da
migrate toggleVoice
2024-01-29 11:05:39 -03:00
Ramón Souza
1c26a85981
migrate muteAllToggle/muteAllExceptPresenterToggle actions
2024-01-11 11:59:14 -03:00
Ramón Souza
33d5d29966
migrate ejectUserCameras action
2024-01-10 15:20:37 -03:00
Ramón Souza
ce5bb3aaf5
migrate clearAllUsersReaction meteor call
2023-12-07 11:24:17 -03:00
Ramón Souza
aa882fc1e5
migrate clearAllUsersEmoji meteor call
2023-12-07 11:18:33 -03:00
Ramón Souza
3d2c9394ab
migrate toggleUserLock meteor call
2023-12-07 11:06:55 -03:00
Ramón Souza
9ccc713543
migrate setEmojiStatus meteor call
2023-12-07 10:45:13 -03:00
Ramón Souza
0f046de941
migrate assignPresenter meteor call
2023-12-07 10:02:13 -03:00
Ramón Souza
e6af8390a3
migrate removeUser and userEjectFromVoice meteor calls
2023-12-07 09:33:15 -03:00
Ramón Souza
be300d37d2
migrate changeRaiseHand meteor call
2023-12-06 16:30:30 -03:00
Ramón Souza
a74dd7f727
migrate changeRole meteor call
2023-12-06 15:17:16 -03:00
Ramón Souza
68b9cd0b25
migrate changeAway meteor call
2023-12-04 15:59:16 -03:00
Ramón Souza
067144bf86
refactor: remove unused chat code ( #19215 )
2023-11-28 11:18:56 -03:00
Ramón Souza
37182c56ef
remove presentation-pod component + presentation service
2023-10-11 11:21:35 -03:00
Gustavo Trott
762ae78814
Implements func to Clear all users reaction
2023-07-21 11:10:10 -03:00
Anton Georgiev
7c91d4ff73
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 16:20:53 -04:00
Ramón Souza
0f10a2c371
fix reopening chat on promote
2023-07-11 11:32:15 -03:00
Ramón Souza
411f0e01a4
move active/away to userlist
2023-06-23 10:39:40 -03:00
Gustavo Trott
6ba4aad05a
Merge branch 'v2.7.x-release' into user-raiseHand-away-flags
2023-06-22 08:27:20 -03:00
Ramón Souza
e9aa7a5184
fix locked label annotation in userlist
2023-06-19 11:17:07 -03:00
Gustavo Trott
8263dd17ca
Introduces flags user.away and user.raiseHand
2023-06-07 22:10:07 -03:00
prlanzarin
7c77fc7433
Merge remote-tracking branch 'origin/v2.7.x-release' into reactions-port
2023-05-25 19:54:01 -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
Anton Georgiev
4e851a7571
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27
2023-05-15 11:51:17 -04:00
Scroody
1c777fca3b
Fix: Order of first and last names in save users
2023-05-10 15:33:51 -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
2a3e2d4993
feat(user-actions): enabled option in settings.yml
2023-04-27 18:37:18 -03:00
Carlos
6728d0a725
fix(reactions): working after 2.5 merge
...
Reactions are working now
2023-04-27 14:49:09 -03:00
Max Franke
ddd1712f56
fix(interactions): user status debounce
2023-04-27 14:04:55 -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