Anton Georgiev
|
ecacd176aa
|
Merge pull request #8522 from capilkey/virtualized-chat
Virtualized chat
|
2020-01-22 11:28:52 -05:00 |
|
Chad Pilkey
|
66cfdc96da
|
virtualized chat tweaks for rendering and performance
|
2020-01-21 21:08:48 +00:00 |
|
KDSBrowne
|
36bc37b2f4
|
prevent chat error message shifting input field
|
2019-12-12 17:53:02 +00:00 |
|
Tainan Felipe
|
e3f33ab613
|
Fix row getting bigger than the message content when clear the chat
|
2019-12-09 11:10:22 -03:00 |
|
Tainan Felipe
|
45307c9fc9
|
Merge remote-tracking branch 'upstream/master' into issue-8120
|
2019-12-05 18:23:08 -03:00 |
|
Tainan Felipe
|
441605d0da
|
Merge remote-tracking branch 'upstream/master' into issue-8120
|
2019-11-12 09:53:56 -03:00 |
|
KDSBrowne
|
b07b26d95b
|
bold user names in typing indicator
|
2019-11-04 16:29:14 +00:00 |
|
Tainan Felipe
|
3798817110
|
Virtualized list for the chat
|
2019-11-01 17:38:14 -03: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 |
|
Anton Georgiev
|
d81bdad372
|
Merge pull request #7899 from jfsiebel/fix-sound-alert-problem
Fix audio alerts for chat playing when they shouldn't
|
2019-08-14 13:22:38 -04:00 |
|
KDSBrowne
|
3c3f1260a3
|
fix error messages when switching chats
|
2019-08-14 15:34:20 +00:00 |
|
KDSBrowne
|
bb5463881c
|
display only error or typing indicator at one time
|
2019-08-14 14:38:26 +00:00 |
|
KDSBrowne
|
e35f1e4a8d
|
improve readability of map
|
2019-08-12 19:30:09 +00:00 |
|
KDSBrowne
|
0265dcdbb8
|
fix when empty message error is displayed
|
2019-08-12 19:29:47 +00:00 |
|
KDSBrowne
|
b04214b250
|
add suggested changes
|
2019-08-09 20:05:57 +00:00 |
|
KDSBrowne
|
c3fc3fcb57
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into who-is-typing
|
2019-08-09 18:29:56 +00:00 |
|
KDSBrowne
|
2614d581c9
|
move error message to placeholder
|
2019-08-09 17:37:50 +00:00 |
|
Tainan Felipe
|
5bab38fe2e
|
rename variable to CONNECTION_STATUS_ONLINE
|
2019-08-08 16:49:21 -03:00 |
|