Commit Graph

41373 Commits

Author SHA1 Message Date
Ramón Souza
4885b4b5d8
Merge pull request #19448 from JoVictorNunes/migrate-pads
refactor(notes / captions): migrate pads from Meteor to GraphQL
2024-04-02 15:40:38 -03:00
prlanzarin
f3e4e58398 fix: invalid UA version number in WKWebView
There are some scenarios (e.g. WKWebView) where Bowser can't detect the
Safari version number correctly, which may lead to unexpected behavior
if any code that relies on this utils use the version number exported
unchecked.

In such cases, use the WebKit version to determine it. If that's not the
case and the version number is still unavailable, log an warning and
return Infinity so that we do not deny access to the user (even if
we're uncertain about whether it's a supported browser);
2024-04-02 18:39:38 +00:00
Anton Georgiev
f002df65bd
Merge pull request #19905 from antonbsa/ci-imp
CI: Test workflow improvements + (backport) Update github actions with deprecated Node.js 16
2024-04-02 14:06:45 -04:00
Anton Georgiev
449bfd6e33
Merge pull request #19907 from antonbsa/readd-breakout-test-ci
test: Re-add breakout test to CI
2024-04-02 14:05:49 -04:00
João Victor
32289cabff Remove Meteor imports 2024-04-02 14:25:50 -03:00
Ramón Souza
9f8275890c
Update bigbluebutton-html5/imports/ui/components/user-list/user-list-graphql/user-list-content/user-notes/component.tsx 2024-04-02 14:08:09 -03:00
Ramón Souza
e9b6cd3fe0
Update bigbluebutton-html5/imports/ui/components/pads/pads-graphql/sessions/service.ts 2024-04-02 14:08:03 -03:00
Ramón Souza
9f92b5362e
Update bigbluebutton-html5/imports/ui/components/pads/pads-graphql/service.ts 2024-04-02 14:07:57 -03:00
Ramón Souza
c09fb4de58
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/service.ts 2024-04-02 14:07:52 -03:00
Ramón Souza
4b95cb0f62
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/notes-dropdown/service.ts 2024-04-02 14:07:46 -03:00
Ramón Souza
a0b996c9be
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/notes-dropdown/component.tsx 2024-04-02 14:07:39 -03:00
Ramón Souza
7c9d90b564
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasUnreadNotes.ts 2024-04-02 14:07:30 -03:00
Ramón Souza
1905ad864f
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/hooks/useHasPermission.ts 2024-04-02 14:07:20 -03:00
Ramón Souza
4a4f355b7f
Update bigbluebutton-html5/imports/ui/components/notes/notes-graphql/component.tsx 2024-04-02 14:07:12 -03:00
João Victor Nunes
0b1249b62e
fix: limit mutation payloads to 10MB by default (#19945) 2024-04-02 13:31:43 -03:00
João Victor
aaf9a20792 Merge branch 'v3.0.x-release' into migrate-pads 2024-04-02 13:25:44 -03:00
Ramón Souza
98c0e14736 fix viewer presenter push layout 2024-04-02 10:59:01 -03:00
Gustavo Trott
25e5c9ea4d
Merge pull request #19943 from gustavotrott/graphql-middleware-disable-overview-logs
graphql-middleware: Disable activities overview logs by default
2024-04-02 10:53:53 -03:00
Gustavo Trott
b80de9f7fe Revert useMeeting.ts 2024-04-02 10:12:16 -03:00
Gustavo Trott
1df56b6331 Add condition ActivitiesOverviewEnabled 2024-04-02 10:07:44 -03:00
Gustavo Trott
2e06573cb4 Remove unused code 2024-04-02 10:05:30 -03:00
Gustavo Trott
c072d39c0f Disable activities overview logs by default 2024-04-02 10:04:38 -03:00
Ramón Souza
235b8c19fc
Merge pull request #19936 from Tainan404/layout-not-propagating
Fix: layout not propagating
2024-04-02 09:38:50 -03:00
Ramón Souza
ff3867248c
add meteor assets cache to build script (#19942) 2024-04-02 09:07:20 -03:00
Gustavo Trott
c26bf55cea Make gql subscription with Meeting data use JsonPatch 2024-04-01 16:55:46 -03:00
Gustavo Trott
bc25fe1116
Merge pull request #19939 from gustavotrott/client-graphql-improvements2
refactor (html5): Remove unused queries
2024-04-01 16:55:38 -03:00
Gustavo Trott
bf93015841 Remove unused queries 2024-04-01 15:57:10 -03:00
Gustavo Trott
bea8ebb354
Merge pull request #19937 from gustavotrott/client-graphql-improvements2
refactor (html5): Rename UserListCount subscription to reuse it automatically
2024-04-01 15:56:25 -03:00
Tainan Felipe
248249d135 Fix: content top 2024-04-01 15:48:15 -03:00
Ramón Souza
f06c64a233
Merge pull request #19893 from KDSBrowne/v3-19580
fix(whiteboard): Use canMoveCamera To Disable Viewer Mouse Wheel Pan
2024-04-01 15:47:35 -03:00
Gustavo Trott
fac20f7c78 Rename similar subscriptions to reuse it automatically 2024-04-01 15:09:29 -03:00
Tainan Felipe
65a6bd02d2 Fix: TS error 2024-04-01 14:10:43 -03:00
Tainan Felipe
541ad01d53 Fix: error screen not appearing 2024-04-01 12:31:51 -03:00
Gustavo Trott
bb3cf9c99d
Merge pull request #19934 from gustavotrott/user-connectionStatus-simplify
refactor: Simplify user connection status flow (streamlining RTT measurements and reducing GraphQL traffic)
2024-04-01 11:46:41 -03:00
Tainan Felipe
7c110e6f76 Fix: layout not propagating 2024-04-01 11:20:10 -03:00
Gustavo Trott
f3d5913630
Merge pull request #19935 from gustavotrott/plugins-improve-delete-dataChannel
Fix (akka-apps): Avoid delete again a message from plugin DataChannel
2024-04-01 10:18:06 -03:00
Gustavo Trott
5660f2c941 Avoid delete again a message from plugin DataChannel 2024-04-01 10:17:06 -03:00
Gustavo Trott
97dc51e8c3 Simplify user connection status flow 2024-04-01 09:36:28 -03:00
Gustavo Trott
1e6f7d9136
Merge pull request #19933 from gustavotrott/graphql-middleware-status-log
graphql-middleware: Track most requested  messages for performance analysis
2024-03-31 23:08:06 -03:00
Gustavo Trott
552fc312b0 Track data received for each subscription 2024-03-31 21:00:28 -03:00
Gustavo Trott
40b948ae86
Merge pull request #19931 from gustavotrott/graphql-middleware-status-log
refactor (graphql-middleware): Improve activities status logs and add option to disable JsonPatch
2024-03-28 17:47:36 -03:00
Gustavo Trott
775ff31882 Improve logs and add BBB_GRAPHQL_MIDDLEWARE_JSON_PATCH_DISABLED env var 2024-03-28 17:17:13 -03:00
Ramón Souza
45a2a29b9b
Merge pull request #19908 from JoVictorNunes/issue-19428
fix(audio modal): show loading state while autoplay not checked
2024-03-28 15:58:34 -03:00
Guilherme Pereira Leme
f26efdeac9
Fix: useCurrentUser hook for plugins (#19822) 2024-03-28 15:21:00 -03:00
Anton Georgiev
b679035c1b
Merge pull request #19922 from antobinary/port-19779
fix(bbb-export-annotations): Flag to force CairoSVG to embed images and improved redis socket configs
2024-03-28 11:59:44 -04:00
Gustavo Trott
6769d679ab
Merge pull request #19928 from gustavotrott/html5-add-missing-subscriptions-operationName
refactor (html5): Add operationName for subscriptions that lacks it
2024-03-28 12:51:33 -03:00
Tainan Felipe
e182b0dee8 Fix: eslint error 2024-03-28 12:40:05 -03:00
Tainan Felipe
9e87ce23bc Fix: Open chat when publish poll 2024-03-28 12:37:09 -03:00
Gustavo Trott
94a3275928 Add operationName for subscriptions when its missing 2024-03-28 12:09:37 -03:00
Gustavo Trott
fe8eacb647
Merge pull request #19926 from gustavotrott/graphql-middleware-status-log
graphql-middleware: Add periodic log with Activities Overview
2024-03-28 12:01:08 -03:00