Commit Graph

40510 Commits

Author SHA1 Message Date
João Victor
f839fd8578 fix(whiteboard): prevent annotation subscription from being recreated 2024-01-24 13:19:51 -03:00
Ramón Souza
aee87dd04a
Merge pull request #19135 from Tainan404/fix-external-video
Fix: external video not keeps playing changing the presenter
2024-01-24 07:59:32 -03:00
Gustavo Trott
710f513c30
Merge pull request #19500 from gustavotrott/fix-graphql-action-annotations
fix: Graphql-action to write annotations should expect type json instead of string
2024-01-23 22:25:17 -03:00
Gustavo Trott
d3b2242c7f Validate if annotations is an valid Array 2024-01-23 20:55:20 -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
feb6783345
Merge pull request #19498 from gustavotrott/graphql-client-examples
Graphql Client Test: Add some examples
2024-01-23 20:25:17 -03:00
Gustavo Trott
6b87c06b4c Add some examples to Graphql client test 2024-01-23 20:24:09 -03:00
Gustavo Trott
0dc469c25c Merge remote-tracking branch 'upstream/v3.0.x-release' into graphql-middleware-freeze-channel 2024-01-23 20:23:18 -03:00
Gustavo Trott
fab48cc1b6
Fix Graphql error start received before the connection is initialised (#19497) 2024-01-23 20:20:16 -03:00
Gustavo Trott
f73a72ef61 merge with upstream 2024-01-23 19:54:20 -03:00
Gustavo Trott
47fdc4a878 Fix Graphql error 2024-01-23 19:32:11 -03:00
Guilherme Pereira Leme
c8bea83de8
feat(plugin): refactor name of general exensible areas interface (#19467)
* [plugin-sdk-issue-62] - refactor general extensible area interface

* [plugin-sdk-issue-62] - refactor last components and bump SDK version
2024-01-23 17:34:50 -03:00
Gustavo Trott
6d12508f41
feature (graphql-middlware): Enhancing GraphQL Stream Subscriptions: Efficient Handling of Connection Resets and Cursor Management (#19481) 2024-01-23 15:28:32 -03:00
Ramón Souza
37f9c49a20
Merge pull request #19408 from ramonlsouza/migrate-moderator-actions
refactor: migrate moderator actions
2024-01-23 14:44:53 -03:00
Ramón Souza
5b0ad4f2b0
Merge pull request #19421 from JoVictorNunes/migrate-poll-answer-gathering
Refactor: migrate poll answer gathering
2024-01-23 14:28:12 -03:00
João Victor
eb135d86ef Remove unused interface 2024-01-23 13:42:47 -03:00
João Victor
ea463b37b5 Move all the necessary services to own service 2024-01-23 13:41:15 -03:00
João Victor
f5e65962e5 Tweak element types 2024-01-23 13:14:29 -03:00
Ramón Souza
7d777fbea0
Merge pull request #19491 from KDSBrowne/v3.cursorBug
Fix: Prevent Large Cursor Being Displayed To Presenter
2024-01-23 13:13:16 -03:00
Anton Georgiev
77e04f5afc
Merge pull request #19485 from antobinary/ports-03
chore(bbb-web): Upgrade Grails to 6.1 (port from 2.7)
2024-01-23 10:41:08 -05:00
Anton Georgiev
8cf87dbb3e
Merge pull request #19484 from antobinary/ports-02
fix: Bump spring-boot-starter-validation to 2.7.17 to match bbb-web (port from 2.7)
2024-01-23 10:40:27 -05:00
Anton Georgiev
df3b5340d6
Merge pull request #19483 from antobinary/ports-01
chore(export-ann): bump axios etc (port from 2.7)
2024-01-23 10:40:07 -05:00
Anton Georgiev
75b57baec7
Merge pull request #19487 from antobinary/ports-05
fix(sec): validate URL for external upload of presentation (port from 2.7)
2024-01-23 10:39:44 -05:00
Anton Georgiev
5822da12ec
Merge pull request #19486 from antobinary/ports-04
fix(sec): filter tags in presentation name (port from 2.7)
2024-01-23 10:39:23 -05:00
Anton Georgiev
0a64d24ab5
Merge pull request #19488 from antobinary/ports-06
[Snyk] Fix for 2 vulnerabilities (recording-imex) (port from 2.7)
2024-01-23 10:38:46 -05:00
KDSBrowne
68394d4b14
fix: Improve Arrow Shape Handling With Tldraw v2 (#19376)
* move cleaning arrow shape to akka
2024-01-23 10:36:26 -05:00
Gustavo Trott
155526bed7
Merge pull request #19493 from gustavotrott/graphql-user-camera-and-voice
Allow to select voice props along with userCamera in Graphql
2024-01-23 09:21:59 -03:00
Gustavo Trott
9083d1a291 Allow to select voice props along with userCamera in Graphql 2024-01-23 09:12:04 -03:00
KDSBrowne
06ea7f7ddf Merge remote-tracking branch 'origin/v3.0.x-release' into v3.cursorBug 2024-01-23 02:15:38 +00:00
Gustavo Trott
02f86c8e0a Assure that the query will request the cursor field value in its list of fields 2024-01-22 22:43:32 -03:00
Anton Georgiev
082996a15e
chore: Bump release to 3.0.0-alpha.2 2024-01-22 15:58:28 -05:00
Tainan Felipe
b1fbd7e470 Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-external-video 2024-01-22 17:28:56 -03:00
João Victor
5c668aafa1 Remove log 2024-01-22 17:15:37 -03:00
João Victor
b7fac7bfc0 Fix secret poll getting stuck 2024-01-22 17:12:20 -03:00
João Victor
d69bbe9528 Refactor: migrate poll answer gathering 2024-01-22 17:12:20 -03:00
Gustavo Trott
afbb864b5b
Merge pull request #19482 from gustavotrott/poll-flag-user-current-responded
Graphql: New flag to inform if current user responded to a Poll (useful for Anonymous Polls)
2024-01-22 16:36:27 -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
Ramón Souza
c0a306824d
Merge pull request #19325 from KDSBrowne/30-tldraw-v2-bugs-01
fix: Improve Jitter While Moving Shape Via Keyboard
2024-01-22 15:50:58 -03:00
KDSBrowne
f01c55680e add checks for prevShape existence and remoteShape id in shape sync 2024-01-22 17:15:41 +00:00
Anton Georgiev
e9ec5ea645
Merge pull request #17884 from Ithanil/nicer_ffmpeg
build: Process recordings with Niceness 19
2024-01-22 11:37:45 -05:00
Anton Georgiev
a12da64e28
Merge pull request #19412 from KDSBrowne/v3.multiUserBug
Fix: Multi-User Drawing Issue When Presenter Switches Pages
2024-01-22 11:12:32 -05:00
Anton Georgiev
28955598ac
Merge pull request #19463 from bigbluebutton/sfu2130a1
build(bbb-webrtc-sfu): v2.13.0-alpha.1
2024-01-22 11:12:10 -05:00
Anton Georgiev
b9920fbc19
Merge pull request #19462 from bigbluebutton/30-bwh300b4
build(bbb-webhooks): v3.0.0-beta.4
2024-01-22 11:11:52 -05:00
Anton Georgiev
420e4ce3d6
Merge pull request #19461 from bigbluebutton/30-bwr060
[3.0] build(bbb-webrtc-recorder): v0.6.0
2024-01-22 11:11:36 -05:00
Ramón Souza
f99f3d4af2
Merge pull request #19470 from ramonlsouza/migrate-presenter-actions
refactor: migrate external video actions
2024-01-22 09:07:35 -03:00
Gustavo Trott
9de2c484be Code cleansing 2024-01-20 13:56:46 -03:00
Gustavo Trott
38132045e2 Make middleware store last cursor for streaming subscriptions (to improve reconnection) 2024-01-20 13:42:24 -03:00
Gustavo Trott
c3b3d6c390 Stop logging as Error when it's a normal WS conn closing 2024-01-20 13:41:14 -03:00
Anton Georgiev
7e313ed92a [Snyk] Fix for 2 vulnerabilities (recording-imex) 2024-01-19 16:10:40 -05:00
GuiLeme
554f4f2e2a [GHSA-j42p-fh2w-24q6] - validate URL for external upload of presentation. 2024-01-19 15:44:34 -05:00