Joao Siebel
bb831e0442
Modify throttle interval to be a const variable
2021-01-21 14:05:59 -03:00
Joao Siebel
8f36ac3586
Add throttle to startUserTyping function
2021-01-21 13:05:41 -03:00
Mario Jr
e9e436378a
Correctly set audio input/output devices
...
When refusing ("thumbs down" button) echo test, user is able to select a different input device. This should work fine for chrome, firefox and safari (once user grants permission when asked by html5client).
For output devices, we depend on setSinkId function, which is enabled by default on current chrome release (2020) but not in Firefox (user needs to enable "setSinkId in about:config page). This implementation is listed as (?) in MDN.
In other words, output device selection should work out of the box for chrome, only.
When selecting an outputDevice, all alert sounds (hangup, screenshare , polling, etc) also goes to the same output device.
This solves #10592
2020-10-06 20:37:55 -03:00
KDSBrowne
9f8661bc15
remove mute / unmute / clear chat options for breakoutrooms
2020-08-14 17:13:51 +00:00
Anton Georgiev
4456a4db1f
move sanitazing of welcome message to backend
2020-07-27 16:33:10 -04:00
Vitor Mateus De Almeida
3ef0771d58
Add tag br in whitelist
2020-07-27 16:12:31 -03:00
Vitor Mateus De Almeida
da570ca002
Sanitize data in message
2020-07-17 15:36:30 -03:00
Anton Georgiev
247ba9af40
Merge pull request #8964 from KDSBrowne/issue-7898
...
Fix chat dropdown not filling screen (mobile)
2020-05-28 15:55:01 -04:00
Anton Georgiev
201fa2902e
Only provide modOnlyMessage to moderators. Promoted mod requires refresh to see it
2020-05-20 15:56:44 -04:00
Anton Georgiev
722ffa5d07
disable private chat initiation in breakouts
2020-04-30 17:50:34 -04:00
Anton Georgiev
06f6331433
Merge pull request #8725 from capilkey/fix-typing-indicator-spacing
...
Fix the spacing in the typing indicator
2020-04-29 12:48:08 -04:00
KDSBrowne
7dcdfb1913
fix private chat lock not applying to already opened chats
2020-04-28 13:24:44 +00:00
KDSBrowne
e46a2c7ccc
fix chat dropdown not filling screen (mobile)
2020-04-02 15:23:45 +00:00
Chad Pilkey
c44b8d452b
fix the spacing in the typing indicator
2020-03-06 14:49:14 -08:00
Chad Pilkey
ace85ae6aa
remove the minMessageLength warning from chat
2020-03-06 09:12:35 -08:00
Chad Pilkey
cc07bfff20
fixed inconsitencies and usage of the idChatOpen Session variable
2020-03-05 15:14:22 -08:00
KDSBrowne
b07b26d95b
bold user names in typing indicator
2019-11-04 16:29:14 +00:00
KDSBrowne
31ea62d71f
make indicator names use full panel width / add blank space
2019-10-02 20:33:45 +00:00
KDSBrowne
d3750c7bc0
change delimiter to and instead of comma / fix word spacing
2019-10-02 05:02:51 +00:00
KDSBrowne
cce5755b2c
typing indicator remove elipsis animation / reduce to show max 2 names
2019-09-30 19:50:35 +00:00
KDSBrowne
efc2307467
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into issue-8003
2019-09-27 20:18:45 +00:00
KDSBrowne
81c8f2221f
replace string literal with value from settings.yml
2019-09-27 13:45:01 +00:00
KDSBrowne
dc1dd17d8a
prevent viewers seeing other viewers when hidden from userlist
2019-09-11 16:43:11 +00:00
Anton Georgiev
7cf742ad6e
Merge pull request #8080 from capilkey/fastdom-chat
...
Improve chat rendering performance and rework read message detection
2019-09-09 15:19:39 -04:00
Chad Pilkey
872681a699
improve chat rendering performance and rework read message detection
2019-09-09 17:08:36 +00:00
Chad Pilkey
bd01ab02aa
Merge pull request #8073 from antobinary/clear-chat
...
Reduce db probes for getAvailableActions; Simplify SaveUsernames
2019-09-06 18:11:15 -04:00
Anton Georgiev
c410098fd3
Merge pull request #8066 from antobinary/clear-chat
...
Reliably check mod status for clearing chat
2019-09-06 16:28:34 -04:00
Anton Georgiev
4a335a1db6
reduce db probes for getAvailableActions; simplify SaveUsernames
2019-09-06 16:28:02 -04:00
KDSBrowne
cbf69ecd63
fix chat error / info message alignment in rtl
2019-09-06 15:37:08 +00:00
Anton Georgiev
c4dde48190
reliably check mod status for clearing chat
2019-09-06 11:15:42 -04:00
KDSBrowne
06d61cfc00
prevent multiple long names moving chat input
2019-08-29 18:50:33 +00:00
Anton Georgiev
ea18b09311
add a few more collection lookups "fields" delimiters
2019-08-29 12:26:07 -04:00
Anton Georgiev
a5aef09dcb
pass chat isModerator and color
2019-08-28 16:34:37 -04:00
Anton Georgiev
db353fc535
recover private chat. tnx @jfsiebel for the help
2019-08-28 16:34:27 -04:00
Anton Georgiev
c8a695f873
added "fields:{...}", removed most mapUser (part 2)
2019-08-28 16:34:15 -04:00
Anton Georgiev
892336632f
added "fields:{...}", removed most mapUser
2019-08-28 16:32:55 -04:00
Anton Georgiev
cdb03042ee
Merge pull request #7952 from KDSBrowne/issue-7148
...
Reduce chance of text Area displaying invisible border
2019-08-28 15:13:00 -04:00
Joao Siebel
d9ddead171
Fix problem with clear chat when popup alerts are enabled
...
close #7975
2019-08-23 17:50:37 -03:00
Maxim Khlobystov
3fd19881da
Clicking buttons instead of pressing Enter key
2019-08-23 15:44:47 -04:00
Anton Georgiev
730414af64
Merge pull request #7970 from jfsiebel/recovery-partner-disconnected-message
...
Recovery partner disconnected message
2019-08-23 13:34:20 -04:00
KDSBrowne
4e837a1ac1
add typing indicator config setting
2019-08-23 15:17:32 +00:00
KDSBrowne
85ce9feb18
increase time between UsersTyping collection updates
2019-08-23 02:16:16 +00:00
KDSBrowne
efcd9bb80b
add typing indicator component
2019-08-22 18:53:53 +00:00
KDSBrowne
10946d16bd
clean up typingUsers fetch()
2019-08-22 18:17:30 +00:00
Joao Siebel
9281a06461
Recovery partner disconnected message
2019-08-22 15:04:39 -03:00
KDSBrowne
121752cc6c
move props from chat to message-form container
2019-08-22 12:30:05 +00:00
KDSBrowne
d24f6fddfe
reduce space between chat scrollbar and edge of panel
2019-08-21 16:16:00 +00:00
KDSBrowne
77635e40de
fix ghost users appearing in typing indicator
2019-08-20 18:47:48 +00:00
Anton Georgiev
a232fba5ab
Merge pull request #7915 from KDSBrowne/issue-7912
...
Fix chat input placeholder text
2019-08-14 15:21:03 -04:00
KDSBrowne
e5976bd932
improve find() selector
2019-08-14 18:39:15 +00:00