Ramón Souza
cc09894924
add raise hand and away emoji in userlist
2023-08-07 16:49:03 -03:00
Anton Georgiev
7be38fd876
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july26
2023-07-26 22:27:55 -04:00
Gustavo Trott
762ae78814
Implements func to Clear all users reaction
2023-07-21 11:10:10 -03:00
KDSBrowne
0c934c72f4
restore captions list keyboard access
2023-07-19 00:23:21 +00:00
KDSBrowne
19ea189302
restore messages tab stop and arrow key navigation
2023-07-18 22:55:35 +00:00
Anton Georgiev
7c91d4ff73
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 16:20:53 -04:00
Anton Georgiev
cd9f93be44
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12
2023-07-12 15:59:46 -04:00
Ramón Souza
0f10a2c371
fix reopening chat on promote
2023-07-11 11:32:15 -03:00
Arthurk12
104550d46f
fix(timer): sidebar content when activated
...
Changes the behavior of activating the timer. The behavior set by this commit
is: when the timer is activated, only the moderator who triggered it will see
the sidebar content switch to the timer. This change required hanging an
observer to catch the timer activation and dispatch the sidebar content
change since timer messages are passing through akka.
2023-06-29 18:24:40 -03:00
Ramón Souza
411f0e01a4
move active/away to userlist
2023-06-23 10:39:40 -03:00
Anton Georgiev
9d51d1b447
Merge pull request #18191 from ramonlsouza/tp27a2-8
...
fix: only display clear status if status is enabled
2023-06-22 13:01:31 -04:00
Gabriel Porfirio
cafc51f33c
refactoring and adding new parameters test
2023-06-22 09:21:10 -03:00
Gustavo Trott
6ba4aad05a
Merge branch 'v2.7.x-release' into user-raiseHand-away-flags
2023-06-22 08:27:20 -03:00
Anton Georgiev
43b96b47c4
Merge pull request #17724 from lfzawacki/v2.7.x-release
...
feat: Implement automatic closed captions using an open transcription server
2023-06-22 05:25:14 -04:00
Anton Georgiev
116209887c
captions writer modal tweak
2023-06-22 04:28:13 -04:00
Anton Georgiev
72ea26b931
captions writer modal tweak
2023-06-22 04:27:44 -04:00
Ramón Souza
42e7c25222
only display clear status if status is enabled
2023-06-20 15:48:48 -03:00
Ramón Souza
e9aa7a5184
fix locked label annotation in userlist
2023-06-19 11:17:07 -03:00
GuiLeme
2cf46e4d05
[port-timer-with-events-suggestions] - made review suggestions
2023-06-08 16:37:32 -03:00
Gustavo Trott
8263dd17ca
Introduces flags user.away and user.raiseHand
2023-06-07 22:10:07 -03:00
Paulo Lanzarin
5447666c15
Merge branch 'v2.7.x-release' into port-timer
2023-05-26 10:33:38 -03:00
Paulo Lanzarin
171c7a6587
Merge branch 'v2.7.x-release' into v2.7.x-release
2023-05-26 09:27:14 -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
Arthurk12
ecb6527bae
fix(timer): missing prop
...
Some tweaks that went unnoticed when porting the timer feature.
2023-05-18 15:29:42 -03:00
Arthurk12
f13217607e
feat(timer): add model and messages to akka apps
...
This commit makes the messages of the timer feature to be proxied by
akka-apps and also adds a timer model that is updated based on these
messages.
Moving the timer panel opening logic to the timer button component in
the navigation panel was a consequence of these changes.
2023-05-18 15:29:42 -03:00
Carlos Henrique
98aed5d715
fix(icon) aligned icons
...
Timer and notes icon aligned.
Removed line between questions and chat buttons.
2023-05-18 15:29:41 -03:00
Átila
a23e19adde
fix(timer): Item alignment
...
* fix(timer): Item alignment
Co-authored-by: Arthur B. Grossi <32987232+Arthurk12@users.noreply.github.com>
2023-05-18 15:29:40 -03:00
Arthurk12
0d06241a68
feat(timer): port to 2.5
...
Port timer feature to 2.5 which includes 3 components:
- Timer component
- Timer indicator component
- Timer sidebar button component
2023-05-18 15:29:39 -03:00
Arthurk12
cc2f509c7c
Refactored timer design
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
585dbef43d
Time offset refactor
2023-05-18 15:29:33 -03:00
Pedro Beschorner Marin
2f104eafc8
Syncing time offset between client and server
2023-05-18 15:29:32 -03:00
Pedro Beschorner Marin
f4a5421843
Add timer view
2023-05-18 15:29:31 -03:00
Pedro Beschorner Marin
5463a4a423
Stopwatch handlers
2023-05-18 15:29:31 -03:00
Arthurk12
953a3d3548
Timer first commit
2023-05-18 15:29:31 -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
Anton Georgiev
adc654880c
Merge pull request #17868 from Scroody/I-17734
...
Fix: Order of first and last names in save users
2023-05-10 17:43:40 -04:00
Scroody
1c777fca3b
Fix: Order of first and last names in save users
2023-05-10 15:33:51 -03:00
Gustavo Trott
32276c084b
Fix second user trying to open private chat
2023-05-10 14:55:33 -03:00
KDSBrowne
1b51377147
fix getContentAnchorEl console error
2023-05-10 01:31:48 +00: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 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
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
Arthurk12
eafa0f200e
feat(captions): no longer writes in the pad
...
This feature was too coupled to the old closed captions' pads.
(e.g. the old closed captions feature should be enabled for this
to work properly)
Some things were hardcoded and others didn't make sense from the
user experience perspective.
Reverts #876d8aa.
Partially reverts #802964f, removes changes to make closed captions'
pads compatible with live-transcription but keeps provider settings.
2023-04-25 10:24:48 -03:00
Lucas Fialho Zawacki
6979432c36
feat(transcription): Server side open source transcriptions
2023-04-24 18:23:34 -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
94de530108
Merge pull request #17509 from KDSBrowne/bbb-imp-chat-sr
...
fix(access): Remove Aria-Live From Chat Area
2023-04-11 11:40:07 -04:00