Commit Graph

101 Commits

Author SHA1 Message Date
Ramón Souza
ffbc437d55 add support to private chat typing indicator 2023-04-25 17:47:44 -03:00
Ramón Souza
6ef4781ad1 refactor of typing indicator using graphql 2023-04-25 15:37:26 -03:00
Ramón Souza
d181eba1c2 replace lodash.throttle with native function 2023-03-02 10:25:08 -03:00
Ramón Souza
0a622eff32 replace lodash throttle with standalone package 2023-03-01 15:13:29 -03:00
Ramón Souza
70872336d2 enforce max characters limit in chat input 2022-11-23 11:41:28 -03:00
Ramón Souza
fe8263321e add copy and cut events 2022-11-03 16:24:00 -03:00
Ramón Souza
4246b5bf19 copy-paste whiteboard fix 2022-11-03 13:06:25 -03:00
Joao Victor
862c9fb64d fix: add config to disable emoji sort on click 2022-09-27 15:47:39 -03:00
Gustavo Trott
f3bb17a5e1
Merge pull request #15616 from gabriellpr/emojis-test 2022-09-20 16:50:59 -03:00
Gabriel Porfirio
554f3d11da add data-test to emoji picker button 2022-08-30 09:55:57 -03:00
Ramón Souza
7dd5a3daa9 fix emoji picker button styles 2022-08-19 15:19:10 -03:00
Ramon Souza
edeb70de0d Merge tag 'v2.5.1' into merge25-26-jun16 2022-06-16 13:58:54 -03:00
Max Franke
32b3d55ab8 feat(message-form): send emoji at caret position 2022-05-30 17:53:41 -03:00
Max Franke
e853f032be fix(message-form): send message with emoji 2022-05-26 16:40:37 -03:00
Tainan Felipe
155b90d658 Refactor aria alert and remove inner-htmls from the client 2022-05-25 09:35:24 -03:00
Max Franke
4cf98010a9 feat(message-form): add emoji button 2022-05-24 14:20:55 -03:00
gabriellpr
0b047ea26f verification updated 2022-05-10 13:23:41 -03:00
gabriellpr
d97631cc40 auto convert to emoji 2022-05-10 09:47:51 -03:00
Gustavo Trott
057b7514b1 Implements disabledFeatures-chat 2022-03-09 11:19:25 -03:00
Ramón Souza
401ee71563 convert chat message-form component 2021-11-02 12:26:36 +00:00
Ramon Souza
efc15d89ae remove unused code 2021-06-23 16:52:52 -03:00
Vitor Mateus De Almeida
1326f3f791 Add New Layout Manager 2021-05-17 17:25:07 -03:00
Ramón Souza
d107f77714
Prevent users from sending private messages to offline user (#11906)
* lock offline user private messages

* removing reassignment of props
2021-04-09 10:16:49 -04:00
Ramon Souza
ace0920b7e remove unused chat-related vars 2021-04-08 16:14:34 -03:00
Ramon Souza
05a0d5afbf move browser info to helper + remove unused libs 2021-04-01 08:14:24 -03:00
Anton Georgiev
85a84f7cbf
Revert "Change browser detection library from browser-detect to bowser" 2021-03-30 13:16:10 -04:00
Ramon Souza
3fa193005b change browser detection lib to bowser 2021-03-30 09:53:47 -03:00
KDSBrowne
ff7dc18669 remove invalid aria values and roles without proper children 2021-03-29 02:12:58 +00:00
Ramon Souza
2dedf197e0 fix textarea resizing bug 2021-03-01 15:36:09 -03:00
Anton Georgiev
1476deb268
Merge pull request #11173 from Tainan404/develop+pr10919+pr10838
Chat with adapter and context
2021-02-12 16:35:22 -05:00
Tainan Felipe
99ebbf0b17 Remove unused props from proptype 2021-02-09 09:44:01 -03:00
Ramon Souza
5607ed4007 disable user typing notifications when feature is disabled 2021-02-09 09:06:48 -03:00
Tainan Felipe
db8e7fcd39 Update react-intl and add fallback to unsupported languages 2020-05-25 17:00:13 -03:00
Anton Georgiev
d36c545706 Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merging 2020-03-04 23:41:18 +00:00
Chad Pilkey
ace85ae6aa remove the minMessageLength warning from chat 2020-03-06 09:12:35 -08:00
Tainan Felipe
60ebf043b2 Add throttle to user typing call 2020-02-03 11:10:02 -03:00
Anton Georgiev
892336632f added "fields:{...}", removed most mapUser 2019-08-28 16:32:55 -04:00
Maxim Khlobystov
3fd19881da Clicking buttons instead of pressing Enter key 2019-08-23 15:44:47 -04: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
KDSBrowne
121752cc6c move props from chat to message-form container 2019-08-22 12:30:05 +00:00
KDSBrowne
77635e40de fix ghost users appearing in typing indicator 2019-08-20 18:47:48 +00: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
0265dcdbb8 fix when empty message error is displayed 2019-08-12 19:29:47 +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
f58e388e18
Merge branch 'master' into fix-chat-performance 2019-08-08 16:41:41 -03:00
Tainan Felipe
807095c863 Remove mapUser and pass to specific containers some props 2019-08-08 16:38:11 -03:00