Commit Graph

1058 Commits

Author SHA1 Message Date
Ramón Souza
17127210c7 migrate startUserTyping meteor call 2023-12-15 10:31:11 -03:00
Ramón Souza
95170a8376 migrate clearPublicChatHistory meteor call 2023-12-15 09:45:23 -03:00
Guilherme Pereira Leme
a6045656ce
feat(plugins): Ui Events (#19308)
* [plugin-sdk-ui-events] - useUiEvent hook

* [plugin-sdk-ui-events] - update dependency

* [plugin-sdk-ui-events] - update ts
2023-12-11 13:56:04 -03:00
Gustavo Trott
79dbe8ba41 Add graphql actions for Chat 2023-12-04 11:16:58 -03:00
Ramón Souza
067144bf86
refactor: remove unused chat code (#19215) 2023-11-28 11:18:56 -03:00
Ramón Souza
e9248961e7
Merge pull request #19121 from Scroody/new-reactions-emoji-rain
feat(reactions): port new reactions and fix emojiRain
2023-11-15 10:00:06 -03:00
Paul Trudel
f9f419cdf1
Refactor: Add chat message to Postgres when user status changes (#18980)
* Insert chat msg on use status change

* Insert system message for user status change

* Close pres file resources

* Remove unused code

* Remove trailing whitespace

* Remove more trailing whitespace

* Use frontend message

* Send user name and add validation

* Fix js errors

* Modify user validation for sending away msg
2023-11-14 10:47:09 -03:00
Lucas Fialho Zawacki
f575ecd4c8 feat(reactions): port new reactions and fix emojiRain 2023-11-13 15:36:49 -03:00
Guilherme Pereira Leme
93b8705af2
feature(html5): Change return type of the graphql data hook (#19103) 2023-11-13 15:10:41 -03:00
Ramón Souza
925a3fa979
Merge pull request #18928 from ramonlsouza/pres-graphql
get whiteboard and cursor data from graphql
2023-11-10 17:06:08 -03:00
Tainan Felipe
dd17a63640 Add: implements hooks to use inside components 2023-11-07 13:02:38 -03:00
Gustavo Trott
ca9167ef59 Refresh subscription whenever variables change 2023-11-07 13:02:38 -03:00
Gustavo Trott
23810dc141 Make chat receive graphql data using Json Patch 2023-11-07 13:02:38 -03:00
Ramón Souza
923602b020 fix presentation download link in chat 2023-11-06 11:12:27 -03:00
Gustavo Trott
9cb40bacf5 Fix order of who is typing 2023-11-01 16:29:37 -03:00
André
aa051fc72c Fix: Chat poll results 2023-10-30 15:22:48 -03:00
Ramón Souza
08aa1627f5
Merge pull request #18997 from ramonlsouza/fix-markdown
fix: replace links in chat with markdown links
2023-10-24 10:05:38 -03:00
Ramón Souza
fed221f48d fix markdown links 2023-10-24 09:00:52 -03:00
Ramón Souza
fc18772f78
Merge pull request #18968 from Scroody/fix-chat-input-focus
Client: Focus on input when clicking chat
2023-10-23 17:31:58 -03:00
Ramón Souza
5952faefee
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-form/component.tsx 2023-10-23 17:31:41 -03:00
André
65a3e00fbb later changes 2023-10-18 14:01:30 -03:00
André
327c4f0b7d Client: Focus on input when clicking chat 2023-10-18 13:36:58 -03:00
Ramón Souza
06e17f0734 remove "a" in user avatar 2023-10-17 08:56:02 -03:00
André
1ffa86c618 Fix: Chat input losing focus 2023-10-10 15:10:47 -03:00
André
a652a3f22b Client: Changes to formatation of welcome messages 2023-10-09 13:10:31 -03:00
Ramón Souza
5339ed2aec Merge remote-tracking branch 'upstream/v3.0.x-release' into throttle-timeout 2023-10-04 13:46:10 -03:00
Ramón Souza
b2de9c4a45 fix typescript errors 2023-10-04 10:08:19 -03:00
Ramón Souza
122fd9491d fix: do not display typing indicator if chat is locked 2023-10-04 09:50:11 -03:00
Ramón Souza
b4981d64be Merge remote-tracking branch 'upstream/v3.0.x-release' into throttle-timeout 2023-10-03 09:08:44 -03:00
André Castro
ae4b58f3a1
Merge branch 'v3.0.x-release' into fix-checkout-msg-format 2023-10-02 11:46:45 -03:00
André
e4f25e702a Fix: Formatting of breakout msg 2023-10-02 11:36:22 -03:00
Tiago Jacobs
02a3fcd8ed
feat(graphql): implement GraphQL actions adapter and Migrate sendGroupChatMsg to GraphQL Mutation (#18867) 2023-09-29 20:08:38 -03:00
Gustavo Trott
d0e0b71ed0 Merge remote-tracking branch 'upstream/v3.0.x-release' into merge-27-into-30 2023-09-27 08:45:40 -03:00
Gustavo Trott
fff883b2b2 Merge 2.7 into 3.0 2023-09-27 08:44:37 -03:00
Gustavo Trott
60cbcdaa61
Merge pull request #18758 from gabriellpr/polling-fix-test
test: Polling fixes
2023-09-27 08:42:36 -03:00
Gustavo Trott
287848dcab
Merge pull request #18803 from gabriellpr/fix-presentation-tests
test: Fix presentation tests
2023-09-27 08:42:24 -03:00
Gabriel Porfirio
d5f599c2ee Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-presentation-tests 2023-09-26 17:48:00 -03:00
Gabriel Porfirio
bf1e5b828f Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-few-tests 2023-09-26 17:46:21 -03:00
Ramón Souza
fbb5e04b42 fix typing indicator position 2023-09-26 14:58:48 -03:00
Gustavo Trott
5835c1b61b
Fix: Showing unread msg badge even when chat is opened (#18790)
* Fix: Showing unread msg badge when chat is opened

* Fix lint errors
2023-09-26 10:20:29 -03:00
Gabriel Porfirio
02d0df77f8 Merge remote-tracking branch 'upstream/develop' into fix-few-tests 2023-09-25 15:34:30 -03:00
Gabriel Porfirio
c77579364c fix few simple tests 2023-09-25 14:40:11 -03:00
Ramón Souza
4a76343899
Merge pull request #18840 from Scroody/fix-rename-chat-message-component
Fix: Component name
2023-09-25 11:57:18 -03:00
imdt
436537012f Fix: Component name 2023-09-25 11:32:45 -03:00
Ramón Souza
3c16d538dd
Merge pull request #18839 from Scroody/fix-buttons-style
Fix: Buttons styles for 3.0
2023-09-25 10:52:04 -03:00
André Castro
ee68d817b4
Update bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-popup/popup-content/styles.ts
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-09-25 10:49:21 -03:00
imdt
71b9f5ad0c Fix: Buttons style 2023-09-25 10:24:24 -03:00
Ramón Souza
a044d99e0a
Merge pull request #18826 from ramonlsouza/user-avatar-chat
fix: user avatar in chat
2023-09-22 16:25:13 -03:00
Ramón Souza
1dca8ace94 fix user avatar in chat 2023-09-21 17:12:23 -03:00
imdt
893041b8af qMerge branch 'fix-locked-mods' of github.com:Scroody/bigbluebutton into fix-locked-mods 2023-09-21 15:28:02 -03:00