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
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component ( #20344 )
...
* refactor(guest-wait): turn guest wait page into a React component
* Fix rendering when the meeting is ended
* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql
* Add message timeout
* Remove static guest wait page
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -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
Ramón Souza
3a015e1e99
Merge pull request #20203 from JoVictorNunes/chat-dropdown-skeleton
...
fix(chat): add loaders for dynamic menu items
2024-05-20 15:44:38 -03:00
Gustavo Trott
1ada232f7e
remove unnecessary field for Timer
2024-05-15 11:37:26 -03:00
João Victor
c3da6cad8b
fix(chat): use data from core hooks
2024-05-09 15:20:24 -03:00
Anton Georgiev
628c3bb32b
Merge pull request #20132 from antobinary/html5-pack-30
...
refactor/build: drop html5InstanceId and simplify bbb-html5 frontend/backend
2024-05-08 10:04:37 -04:00
Gustavo Trott
d74db21037
Set postgres host as 127.0.0.1 instead of localhost
2024-05-07 10:16:14 -03:00
Gustavo Trott
ea82508b5d
introduces a nginx cache for /api/rest/(clientStartupSettings|clientSettings)
2024-05-03 10:27:26 -03:00
Anton Georgiev
58cdb75c45
refactor: remove html5InstanceId
2024-05-01 12:53:11 -04:00
Tainan Felipe
b6f893c3c3
Fix: audio still playing when user left the meeting
2024-05-01 12:15:11 -03:00
Tainan Felipe
6247c4dc8d
Remove: meteor connection validation
2024-04-25 12:48:48 -03:00
Gustavo Trott
a527ea659d
Merge pull request #20081 from gustavotrott/bbbweb-loginurl
...
feature: Add new API /create param `loginURL`
2024-04-25 08:47:12 -03:00
Gustavo Trott
1723e9d4a8
Add new create param loginURL
2024-04-24 17:40:35 -03:00
Tainan Felipe
cc79bb5fb2
Refactor: user reaction to graphql
2024-04-24 15:45:28 -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
Ramón Souza
9a8a2fd98b
Merge pull request #20028 from Tainan404/refactor-captions
...
Refactor: move captions to graphql
2024-04-23 17:22:01 -03:00
Tainan Felipe
f0b334450b
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-notification
2024-04-22 17:42:32 -03:00
Tainan Felipe
47540c7711
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-captions
2024-04-22 12:32:41 -03:00
Tainan Felipe
3c9855c5fd
Rename: active captions
2024-04-22 12:30:35 -03:00
Gustavo Trott
046466b5c5
Merge pull request #20046 from gustavotrott/graphql-caption-owner
...
Graphql-server: Add mutation `captionSetOwner`
2024-04-19 13:36:25 -03:00
Gustavo Trott
7259515ae6
Add captionSetOwner mutation
2024-04-19 11:42:45 -03:00
Tainan Felipe
d5043bebc3
Refactor: Move notifications to graphql
2024-04-18 21:43:26 -03:00
Gustavo Trott
4f5b0106e5
Add flag for breakoutRoom participant
2024-04-18 08:30:32 -03:00
Gustavo Trott
f86b7107e2
show audio-only users in the participant list of the breakout-room
2024-04-17 15:55:59 -03:00
Gustavo Trott
b2a9653594
Graphql: Add meetingId to user primary key
2024-04-16 12:35:27 -03:00
Gustavo Trott
ed41a6cdfb
Introduces graphql Notification
2024-04-12 11:31:16 -03:00
Gustavo Trott
4924c8850a
Add graphql type caption_typed_activeLocales
2024-04-11 12:06:20 -03:00
Gustavo Trott
7142d351eb
Introduces flag showRemainingTime
2024-04-09 15:41:54 -03:00
Ramón Souza
d218beda61
Merge pull request #19446 from Tainan404/migrate-poll-creation
...
Migrate poll creation
2024-04-03 16:38:41 -03:00
Gustavo Trott
97dc51e8c3
Simplify user connection status flow
2024-04-01 09:36:28 -03:00
Gustavo Trott
03ed0b7311
Merge with upstream
2024-03-27 11:37:47 -03:00
Gustavo Trott
86f31ed3c5
Add graphql Type user_transcriptionError
2024-03-27 11:36:38 -03:00
Tainan Felipe
3859a7c854
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-poll-creation
2024-03-27 09:40:02 -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
f3465827dd
Migrate meeting collection to graphql ( #19853 )
2024-03-26 08:57:28 -03:00
Ramón Souza
b278c8b143
fix meeting end screen
2024-03-22 16:07:49 -03:00
Ramón Souza
a87094cbde
Merge pull request #19851 from gustavotrott/graphql-inactivityCheck
...
graphql: Introduces flag inactivityWarningDisplay (backend)
2024-03-21 17:37:10 -03:00
Gustavo Trott
b6047e811b
Graphql: Add fields to lockSettings and endWhenNoModerator
2024-03-21 12:49:33 -03:00
Gustavo Trott
304fc32c27
Fix metadata permission
2024-03-20 15:27:45 -03:00
Gustavo Trott
59199549e7
Add Type meeting_metadata to graphql
2024-03-20 15:26:17 -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
379219085d
Merge pull request #19783 from ramonlsouza/remove-unused-cursors
...
refactor: remove unused cursor code
2024-03-18 11:03:30 -03:00
Ramón Souza
6b13f4fe30
add publishCursorUpdate action
2024-03-12 12:03:43 -03:00
Tainan Felipe
7bdb48d100
Fix: meeting end not fetching user data
2024-03-08 10:59:47 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -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
2460fc5c8a
Graphqh: Automatically stop timer when reaching its endpoint
2024-02-29 14:29:46 -03:00
Gustavo Trott
cb9f6bf5d6
Introduces graphql adapter for mongodb voice-users
2024-02-29 11:08:54 -03:00
Gustavo Trott
ef4773e9e6
Introduces learningDashboard-AccessToken through Graphql
2024-02-20 14:55:54 -03:00
Gustavo Trott
6563e01fe7
Create an endpoint to get startup settings via REST API ( #19627 )
2024-02-14 15:08:23 -03:00
Gustavo Trott
daed3dc4a7
Graphql provide meeting ending details
2024-02-06 13:26:48 -03:00
Gustavo Trott
8ae1427f3c
Graphql: Allow not-joined-users query ClientSettings
2024-02-06 09:30:45 -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
2c5a7f3f00
Merge pull request #19479 from ramonlsouza/migrate-presen-actions
...
refactor: migrate presentation actions
2024-02-01 09:33:36 -03:00
Ramón Souza
9530cbdd9e
fix export presentation, add new action
2024-01-26 09:55:55 -03:00
Gustavo Trott
b9e51e3163
Introduce networkRttInMs and applicationRttInMs
2024-01-25 12:27:53 -03:00
Gustavo Trott
cd03c116b0
Add configs from /enter to Graphql
2024-01-24 11:33:38 -03:00
Tainan Felipe
04b1e85df7
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-poll-creation
2024-01-24 08:26:29 -03:00
Gustavo Trott
caeebfd109
Make graphql-action to send annotations expect type json instead of string
2024-01-23 20:47:43 -03:00
Gustavo Trott
9083d1a291
Allow to select voice props along with userCamera in Graphql
2024-01-23 09:12:04 -03:00
Gustavo Trott
1757c0b2f1
Add a flag to inform if current user responded to the Poll
2024-01-22 15:51:33 -03:00
Gustavo Trott
f4e5803b15
Makes timer.accumulated be calculated on the backend
2024-01-19 13:36:20 -03:00
Gustavo Trott
5118d1f68b
Add actions to delete/reset plugin data channel
2024-01-18 23:31:06 -03:00
Gustavo Trott
961fb19404
Provide sharedNotes.diff through Graphql
2024-01-18 16:40:09 -03:00
Gustavo Trott
b6652c2d66
Merge pull request #19455 from gustavotrott/graphql-poll-aggregate-users
...
Refactor (graphql): Add permission to aggregate Poll users/responses
2024-01-18 13:25:19 -03:00
Gustavo Trott
462a8702d4
refactor(graphql-server): makes Graphql provide authToken (making /api/enter unnecessary)
2024-01-18 13:01:16 -03:00
Gustavo Trott
1fc9f16c6b
Add permission to aggregate Poll users/responses
2024-01-18 11:23:38 -03:00
Tainan Felipe
649890c1b1
Add: hasura metada update
2024-01-17 14:38:45 -03:00
Ramón Souza
367f8c88da
Merge pull request #19429 from ramonlsouza/migrate-breakout-actions
...
refactor: migrate breakout actions
2024-01-17 10:25:28 -03:00
Ramón Souza
87a81e27a9
migrate sendMessageToAllBreakouts action
2024-01-15 11:16:45 -03:00
Tainan Felipe
d97ed9c1e0
Merge remote-tracking branch 'upstream/v3.0.x-release' into audio-migration
2024-01-11 14:31:32 -03:00
Gustavo Trott
c04e6d19e0
refactor (graphql-server): Optimize Hasura Queries with Session Variables ( #19347 )
2024-01-09 08:31:12 -03:00
Gustavo Trott
b56f52fd78
Include hasCaption flag
2023-12-14 10:54:52 -03:00
Tainan Felipe
0c20ba2d64
Merge remote-tracking branch 'upstream/v3.0.x-release' into audio-migration
2023-12-13 11:03:21 -03:00
Gustavo Trott
4c42ba835d
Let pre-join users query some meeting info
2023-12-13 09:06:49 -03:00
Gustavo Trott
d5ea98ec12
Make guest-wait page fetch data from Hasura
2023-12-12 17:42:44 -03:00
Gustavo Trott
354e0b7040
Add graphql meeting.componentsFlags
2023-12-08 15:20:16 -03:00
Gustavo Trott
3ae6ddc796
Fix graphql user_breakoutRoom showing old rooms
2023-12-08 10:49:57 -03:00
Gustavo Trott
4807d9f019
Provide new graphpq Type meeting_clientPluginSettings ( #19309 )
2023-12-07 20:48:13 -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
72957a7131
Add field positionInWaitingQueue to GuestUser
2023-12-06 15:17:30 -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