Gustavo Trott
e19cbdbb58
Add support for chat message reactions.
...
It introduces the graphql prop `reactions` to the type `chat_message_public` and `chat_message_private`.
It also add two mutations `chatSendMessageReaction` and `chatDeleteMessageReaction`.
2024-10-03 14:34:24 -03:00
Gustavo Trott
4f731f2a79
Rename user_camera prop focused to showAsContent
2024-10-02 22:25:35 -03:00
Gustavo Trott
a6fc59ba46
Allow to edit and delete chat messages through graphql
...
It introduces the mutations:
chatEditMessage
chatDeleteMessage
The type chat_message receive two new fields:
updatedAt
deletedAt
A new table chat_message_history was introduced to store the previous version of an edited or deleted message.
When removed the message is not deleted, but the content become null and deletedAt populated. So the idea is to show "This message was removed" in the client.
2024-10-02 15:18:21 -03:00
Gustavo Trott
96f9325ef2
Add userLockSettings
to allow disablePublicChat
for individual users
...
This commit introduces `userLockSettings`, which includes an option to set `disablePublicChat` for specific users, rather than only for all locked viewers as before. This implementation covers the backend and GraphQL portions; the frontend changes will be addressed in a separate PR.
This is a port of #20585 , originally implemented for version 2.7 using the old architecture with MongoDB.
2024-09-05 18:04:25 -03:00
Gustavo Trott
af06562e02
Introduce flag currentlyInMeeting (replacing isOnline)
2024-08-28 11:08:30 -03:00
Anton Georgiev
abeb12146b
Merge pull request #20480 from KDSBrowne/v30-enable-whiteboard-infinite-canvas
...
feat(whiteboard): Add infinite whiteboard for presentation slides
2024-07-05 17:54:55 -04:00
KDSBrowne
c341ea44f8
update canvas names to whiteboard
2024-07-05 20:13:30 +00:00
Guilherme Pereira Leme
ccb2e74bc1
feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins ( #20628 )
...
* [data-channel-analytics-options] - Added data-channel analytics and record options and added a parameter options for the useDataChannel function
* Update bigbluebutton-html5/public/locales/en.json
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
* [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button
* [data-channel-analytics-options] - QUICK FIX
* [update-data-channel-function] - fix action metadata
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [captionLocale] - Changes in review
* [data-channel-analytics-options] - update SDK
* [data-channel-analytics-options] Changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* Refactor learning dashboard json structure with genericData
* fix typo
* [data-channel-analytics-options] - changes according to new json structure
* changes in review
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-07-05 16:49:45 -03:00
Gustavo Trott
134b207f94
refactor: Remove Hasura database-updates and move them to Gql-Actions ( #20634 )
2024-07-04 17:00:06 -03:00
KDSBrowne
687ee36d29
add functionality to enable infinite whiteboard
2024-07-03 17:14:47 +00:00
Gustavo Trott
3402edcb5b
Introduce gql user_voice_activity_stream ( #20557 )
2024-06-20 14:33:11 -03:00
Guilherme Leme
8a04c8a4aa
Merge remote-tracking branch 'upstream/v3.0.x-release' into update-data-channel-function
2024-06-18 13:42:34 -03:00
Guilherme Leme
41eb2c34e3
[update-data-channel-function] - merge upstream
2024-06-18 10:25:02 -03:00
Guilherme Leme
8db3a6be80
[plugin-server-commands] - added server-command caption save and add a captionLocale
2024-06-18 09:20:35 -03:00
Lucas
9bf3f54183
feat: Initial BBB 3.0 Gladia transcriptions implementation ( #20295 )
...
* feat(html5): initial implementation of Gladia transcriptions to BBB 3.0
* fix(transcription): Add missing locales and fix invalid cc menu key
* fix(bbb-transcription-controller): Bump transcription controller to fix some bugs
* fix: adjust yq syntax for setting fs esl password in transctiption-controller
* fix(transcription): Use newer useSettings format from transcription options
* fix(captions): Correctly use captions settings
---------
Co-authored-by: João Victor <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-06-12 12:06:07 -04:00
Guilherme Leme
322a04b845
resolve conflicts
2024-06-10 17:41:06 -03:00
Guilherme Leme
ba74a41fd2
[update-data-channel-function] - (WIP) Initial work
2024-06-10 11:32:48 -03:00
Gustavo Trott
ab542a458e
make reactionEmoji part of user table (optimizing performance)
2024-06-10 09:48:38 -03:00
Guilherme Pereira Leme
bbf43f1e55
feat(html5): Added captionLocale property and related logic ( #20272 )
...
* [captionLocale] - added captionLocale
* [captionLocale] - changes in review
* [captionLocale] - Added new mutation captionAddLocale and removed captionSetOwner
* [captionLocale] - add action validation
* [captionLocale] - Changes in review
* [captionLocale] - fix update of graphql server
* [captionLocale] - merge conflicts
2024-06-03 16:14:32 -04:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -03:00
Gustavo Trott
ea82508b5d
introduces a nginx cache for /api/rest/(clientStartupSettings|clientSettings)
2024-05-03 10:27:26 -03:00
Guilherme Pereira Leme
cfbeb92cd7
feat(plugins) - refactor format of receiving data for data-channels ( #19997 )
2024-04-23 18:17:32 -03:00
Gustavo Trott
7259515ae6
Add captionSetOwner mutation
2024-04-19 11:42:45 -03:00
Gustavo Trott
97dc51e8c3
Simplify user connection status flow
2024-04-01 09:36:28 -03:00
Tainan Felipe
e3ca2a5b3d
Merge branch 'v3.0.x-release' into remove-pick-random-user
2024-03-26 09:43:45 -03:00
Tainan Felipe
3105bee74b
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_19785
2024-03-20 11:59:45 -03:00
Gustavo Trott
c1113e5eab
Remove pick random user (backend)
2024-03-19 15:13:10 -03:00
Gustavo Trott
214fe656b6
Introduce flag inactivityWarningDisplay to Graphql
2024-03-19 14:12:19 -03:00
Ramón Souza
6b13f4fe30
add publishCursorUpdate action
2024-03-12 12:03:43 -03:00
Gustavo Trott
3b5e0997e7
Remove wrong Hasura metadata
2024-03-05 19:42:19 -03:00
Gustavo Trott
220e86b9f5
Refactor client to use new actions to update client status and remove old way
2024-03-05 19:33:31 -03:00
Gustavo Trott
3e72e2d082
Introducing Session Persistence Post-Meeting ( #19534 )
...
* Add Session Cleanup Delay Configuration After Meeting End
* Makes 60minutes as default sessionsCleanupDelayInMinutes
2024-02-05 11:31:31 -03:00
Ramón Souza
9530cbdd9e
fix export presentation, add new action
2024-01-26 09:55:55 -03:00
Gustavo Trott
5118d1f68b
Add actions to delete/reset plugin data channel
2024-01-18 23:31:06 -03:00
Gustavo Trott
217ff9a59b
Add graphql actions for Presentation
2023-12-07 15:51:17 -03:00
Gustavo Trott
0461dd9b99
Add graphql actions for AudioCaption
2023-12-07 13:37:17 -03:00
Gustavo Trott
7aea495e88
Add graphql actions for SharedNotes
2023-12-07 13:07:23 -03:00
Gustavo Trott
fcfa215431
Add graphql actions for Users
2023-12-07 10:08:42 -03:00
Gustavo Trott
c3351087e6
Add graphql actions for Presenter
2023-12-06 19:53:36 -03:00
Gustavo Trott
84ea14d937
Add graphql actions for Moderators
2023-12-06 11:18:58 -03:00
Gustavo Trott
2064826959
Add graphql actions for Guest users
2023-12-06 09:47:39 -03:00
Gustavo Trott
dfdd4f2c4d
Add graphql actions for BreakoutRooms
2023-12-05 16:54:26 -03:00
Gustavo Trott
4dba092d97
Add graphql actions for Presentation
2023-12-04 21:56:22 -03:00
Gustavo Trott
79dbe8ba41
Add graphql actions for Chat
2023-12-04 11:16:58 -03:00
Gustavo Trott
ea81911e71
Add action userLeaveMeeting
2023-12-01 17:47:12 -03:00
Gustavo Trott
57197051c1
Add user actions to graphql
2023-11-30 16:41:46 -03:00
Gustavo Trott
30143861ab
graphql actions for Timer
2023-11-29 11:20:23 -03:00
Gustavo Trott
8104ca4075
Remove unnecessary code
2023-11-28 10:25:54 -03:00
Gustavo Trott
e1d30f88f1
graphql: Poll actions
2023-11-28 10:19:01 -03:00
Gustavo Trott
5f0a1aa339
Let user join the meeting using Graphql actions
2023-11-10 17:36:10 -03:00