Commit Graph

41357 Commits

Author SHA1 Message Date
Tainan Felipe
8e32afadf0 Fix: response choice not appearing to custom input 2024-03-27 13:47:23 -03:00
Gustavo Trott
f684b7d78f
Merge pull request #19913 from gustavotrott/test-graphql-reconnecting
refactor (graphql-middleware): Increase Ws Read Limit (necessary for annotations)
2024-03-27 12:57:10 -03:00
Gustavo Trott
305628285a Fix an error while reading annotations 2024-03-27 12:52:26 -03:00
Anton Georgiev
fd61a3167b
Merge pull request #19841 from antobinary/gladia30
feat: Initial implementation of Gladia transcriptions to BBB 3.0 (backend portion)
2024-03-27 11:51:35 -04:00
Gustavo Trott
952ba3bb88 Resolve conflicts 2024-03-27 12:16:00 -03:00
KDSBrowne
719952c1ad use canMoveCamera to disable viewer mouse wheel pan | lint hook 2024-03-27 15:06:54 +00:00
Tainan Felipe
1759d2bc5c Fix: custom poll not starting in some conditions 2024-03-27 12:02:59 -03:00
Anton Georgiev
2126c5192c
Merge pull request #14 from gustavotrott/pr-19841
Add graphql data for Gladia transcriptions
2024-03-27 10:54:36 -04:00
Gustavo Trott
22792d4ecd Merge with upstream 2024-03-27 11:45:37 -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
Gustavo Trott
2e2946620f Add Gladia transcription to PAD 2024-03-27 11:23:51 -03:00
Gustavo Trott
ea97a3d9a6 Add graphql Type user_transcriptionError 2024-03-27 11:23:04 -03:00
André
cd013575c4 Fix: External video time resuming when changing presenter 2024-03-27 11:02:43 -03:00
João Victor
9b7fbd9d57 fix(chat): audio alert playing incorrectly 2024-03-27 10:22:20 -03:00
Ramón Souza
55eeadc249
Merge pull request #19903 from KDSBrowne/v3-19861
fix(whiteboard): Update CSS To Disable Asset And Laser Tool
2024-03-27 10:08:00 -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
João Victor
c0bb739e36 fix(audio modal): show loading state while autoplay not checked 2024-03-26 16:43:05 -03:00
Anton B
91ee70d8fc ci: add retry step feature on Install BBB step 2024-03-26 16:12:15 -03:00
Anton B
de13bea6b0 test: readd breakout test to CI 2024-03-26 14:49:14 -03:00
Tainan Felipe
1afbc70804 Fix: failed settings fetch 2024-03-26 14:02:38 -03:00
Gustavo Trott
de0e681d89
Merge pull request #19785 from Tainan404/remove-pick-random-user
!refactor: Remove pick random user (frontend)
2024-03-26 13:08:48 -03:00
snyk-bot
21ede2e659
fix: bbb-graphql-actions/package.json & bbb-graphql-actions/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509
2024-03-26 15:35:21 +00:00
KDSBrowne
dcf9358ad0 update css to hide assets and laser tool 2024-03-26 15:34:43 +00:00
Paulo Lanzarin
77106ca0d9
Merge pull request #19877 from bigbluebutton/bbb30sfu2140b0
build(bbb-webrtc-sfu): v2.14.0-beta.0
2024-03-26 11:04:22 -03:00
Tainan Felipe
e3ca2a5b3d
Merge branch 'v3.0.x-release' into remove-pick-random-user 2024-03-26 09:43:45 -03:00
Ramón Souza
df278dfd30
Merge pull request #19896 from JoVictorNunes/issue-19800
fix: unpin notes when sharing external video
2024-03-26 09:24:41 -03:00
Tainan Felipe
f3465827dd
Migrate meeting collection to graphql (#19853) 2024-03-26 08:57:28 -03:00
Guilherme Pereira Leme
41bb140dc5
feat: change way of rendering contents in presentation area to a pile-based logic. (#19854) 2024-03-25 18:13:57 -03:00
Anton B
96c1b857ef ci: fix missing download path and remove merged files 2024-03-25 17:27:55 -03:00
Ramón Souza
3491052636
Merge pull request #19832 from JoVictorNunes/fix-chat-scroll-0315
fix(chat): chat scroll not sticking to the bottom
2024-03-25 16:39:41 -03:00
Anton B
bd5b13d305 ci: avoid running last step when there is no artifacts to upload 2024-03-25 16:02:48 -03:00
Anton B
2fe5795788 ci: update upload-report step condition 2024-03-25 16:02:48 -03:00
Anton B
eef0a02f33 ci: update uploaded files name and merge all blob-reports 2024-03-25 16:02:36 -03:00
João Victor
b6ba509db4 fix: unpin notes when sharing external video 2024-03-25 12:19:25 -03:00
Stefan Weil
39406d0d42 Update GitHub actions checkout, cache and upload-artifact from v3 to v4
This fixes several CI warnings like this one:

    Node.js 16 actions are deprecated.
    Please update the following actions to use Node.js 20: actions/checkout@v3,
    actions/cache@v3, actions/upload-artifact@v3. For more information see:
    https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Signed-off-by: Stefan Weil <sw@weilnetz.de>

Update more GitHub actions from v3 to v4

Signed-off-by: Stefan Weil <sw@weilnetz.de>

Change upload and download to work with v4

Signed-off-by: Stefan Weil <sw@weilnetz.de>

Update GitHub action eps1lon/actions-label-merge-conflict

Signed-off-by: Stefan Weil <sw@weilnetz.de>

Update GitHub action nick-fields/retry

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-03-25 12:01:24 -03:00
Anton B
e381ad69b8 ci(tests): set max_attempts for install-and-run-tests step to 2 2024-03-25 11:48:49 -03:00
Anton Georgiev
a768fe9485
Merge pull request #19894 from gustavotrott/force-hasura-cli-version
build: Force hasura cli v2.36.2 to avoid error
2024-03-25 10:24:15 -04:00
Gustavo Trott
020101d96c Force hasura cli v2.36.2 to avoid error 2024-03-25 10:36:52 -03:00
Ramón Souza
cdf0b50482
Merge pull request #19840 from Scroody/i-19775
Fix: External video plays while paused when it has some user action
2024-03-25 08:57:25 -03:00
Ramón Souza
4548f7e396
Merge pull request #19884 from ramonlsouza/raise-hand-graphql
refactor: Raise hand notification using graphql
2024-03-25 08:55:53 -03:00
Ramón Souza
2e17713c56
generate locales index.json at build time (#19881) 2024-03-22 17:21:42 -03:00
Ramón Souza
e71483bb55
Merge pull request #19887 from ramonlsouza/fix-end-meeting
fix: meeting end screen
2024-03-22 17:05:01 -03:00
Ramón Souza
c1d95745e6 fix ts 2024-03-22 16:18:32 -03:00
Ramón Souza
b278c8b143 fix meeting end screen 2024-03-22 16:07:49 -03:00
Ramón Souza
384cd7ca21 use graphql for raise hand notification 2024-03-22 11:29:15 -03:00
Ramón Souza
b47683a9b2 upgrade apollo client 2024-03-22 11:28:55 -03:00
Gustavo Trott
44af6f1908
Merge pull request #19879 from ramonlsouza/pr-19851
fix: inactivity warning - front-end
2024-03-22 10:38: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
Ramón Souza
801c49740b inactivity warning - front-end 2024-03-21 17:36:18 -03:00