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
|
4e4ba45535
|
Add a bunch of indexes to improve PG performance
|
2024-05-02 11:50:19 -03:00 |
|
Gustavo Trott
|
148753ff6c
|
Improve view v_chat
|
2024-05-02 11:19:39 -03:00 |
|
Anton Georgiev
|
58cdb75c45
|
refactor: remove html5InstanceId
|
2024-05-01 12:53:11 -04:00 |
|
Gustavo Trott
|
1723e9d4a8
|
Add new create param loginURL
|
2024-04-24 17:40:35 -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 |
|
Tainan Felipe
|
77ded6548b
|
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-captions
|
2024-04-22 19:07:35 -03:00 |
|
Gustavo Trott
|
5303e752f5
|
fix wrong column name
|
2024-04-22 17:00:55 -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 |
|
Gustavo Trott
|
e2beb298bc
|
Add flag for breakoutRoom participant
|
2024-04-18 08:29:25 -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
|
9c22d3574f
|
Fix join breakoutRoom as Audio-only
|
2024-04-17 12:24:25 -03:00 |
|
Gustavo Trott
|
ad3dcc6b56
|
fix wrong fk
|
2024-04-17 10:36:53 -03:00 |
|
Gustavo Trott
|
39a6c21682
|
fix errors related to foreign key
|
2024-04-17 09:49:58 -03:00 |
|
Gustavo Trott
|
b2a9653594
|
Graphql: Add meetingId to user primary key
|
2024-04-16 12:35:27 -03:00 |
|
Gustavo Trott
|
ec9a48ba25
|
User will receive notifications created after he was registered
|
2024-04-12 11:36:46 -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 |
|
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
|
ea97a3d9a6
|
Add graphql Type user_transcriptionError
|
2024-03-27 11:23:04 -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
|
59199549e7
|
Add Type meeting_metadata to graphql
|
2024-03-20 15:26:17 -03:00 |
|
Gustavo Trott
|
214fe656b6
|
Introduce flag inactivityWarningDisplay to Graphql
|
2024-03-19 14:12:19 -03:00 |
|
Anton Georgiev
|
ef300cf28e
|
chore: Fix typo (found by typos) (port) #19834
Co-authored-by: Stefan Weil <sw@weilnetz.de>
|
2024-03-18 09:58:53 -04:00 |
|
Gustavo Trott
|
d3234e76bc
|
Fix timer startedAt and stoppedAt columns
|
2024-03-04 17:55:42 -03:00 |
|
Gustavo Trott
|
1729313589
|
Fix: Consider accumulated when calculating timer.running
|
2024-03-04 17:20:27 -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
|
e4320e9f56
|
Introduces a ping-pong mechanism designed to verify the availability of a middleware service (#19623)
* Implements a ping-pong system to check gql-middleware-activity
* Improve clean code
|
2024-02-14 13:28:19 -03:00 |
|
Gustavo Trott
|
e0386aec5b
|
Rename wrong word
|
2024-02-07 16:21:18 -03:00 |
|
Gustavo Trott
|
daed3dc4a7
|
Graphql provide meeting ending details
|
2024-02-06 13:26:48 -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 |
|
Gustavo Trott
|
6e43c0b05c
|
Graphql: Create a db user (read-only) for Frontend (#19537)
|
2024-01-30 12:35:39 -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 |
|
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
|
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 |
|
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 |
|