Commit Graph

40511 Commits

Author SHA1 Message Date
bigbluebutton
1be6293569 Added options to set default tldraw styles 2024-01-04 10:24:45 +02:00
Anton Georgiev
ab9523449e
Merge pull request #19380 from antobinary/30fsbump
build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (backport of #19377)
2024-01-03 16:20:10 -05:00
Anton Georgiev
c65ef6bd05 build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377) 2024-01-03 15:19:09 -05:00
Anton Georgiev
8f382994eb
docs: add link to 3.0.0-alpha.1 2023-12-19 14:43:59 -05:00
Anton Georgiev
b674477a40
Merge pull request #19351 from bigbluebutton/antobinary-patch-1
build: Bump bbb-pads to 1.5.2 (port from 2.7) #19070
2023-12-19 13:35:20 -05:00
Anton Georgiev
fa791b9764
build: Bump bbb-pads to 1.5.2 (port from 2.7) #19070 2023-12-19 11:51:37 -05:00
KDSBrowne
2fece0bfad Merge remote-tracking branch 'origin/v3.0.x-release' into 30-tldraw-v2-bugs-01 2023-12-18 21:47:38 +00:00
Ramón Souza
1af38fd6b2 fix ts error 2023-12-15 17:03:41 -03:00
Ramón Souza
787d73cc03 remove destroyGroupChat meteor call 2023-12-15 17:02:55 -03:00
Paulo Lanzarin
26bb5cd601
Merge pull request #19316 from bigbluebutton/u30/build/bwr052
[3.0] build(bbb-webrtc-recorder): v0.5.2
2023-12-15 16:16:33 -03:00
Ramón Souza
ba5445e236 migrate createGroupChat meteor call 2023-12-15 15:08:48 -03:00
Ramón Souza
4c07742ec1
refactor: migrate presentation actions (#19329) 2023-12-15 14:39:12 -03:00
Guilherme Pereira Leme
4f505d7122
feat(plugin): added support for plugin ui commands. (#19326)
* [plugin-sdk-ui-commands] - implemented chat ui command for plugin

* [plugin-sdk-ui-commands] - update SDK

* plugin-sdk-ui-commands
2023-12-15 14:04:52 -03:00
Guilherme Pereira Leme
6fdd613639
feat(plugin) - Floating window (#19283)
* [plugin-sdk-issue-26] - floating window

* [plugin-sdk-floating-window] - changes in review

* [plugin-sdk-floating-window] - changes in review

* [plugin-sdk-floating-window] - update SDK
2023-12-15 14:04:33 -03:00
Ramón Souza
2f26642dca
Merge pull request #19240 from ramonlsouza/remove-guest-users-server
refactor: remove unused guestUsers code
2023-12-15 11:07:41 -03:00
Ramón Souza
17127210c7 migrate startUserTyping meteor call 2023-12-15 10:31:11 -03:00
Ramón Souza
95170a8376 migrate clearPublicChatHistory meteor call 2023-12-15 09:45:23 -03:00
Anton Georgiev
9f7b853050
Merge pull request #19327 from danielpetri1/presentation-format-bbb30-changes
recording: Bump bbb_version to 3.0 in bigbluebutton.yml
2023-12-14 20:16:26 -05:00
Daniel Petri Rocha
6c766acc9c
Use semantic versioning
Both bbb-playback and the recording processing scripts fail if the version string is not in the format MAJOR.MINOR.PATCH (3.0.0 in this case instead of 3.0)
2023-12-14 23:10:24 +01:00
Guilherme Pereira Leme
774a628d19
feat(plugin): add new useLoadedChatMessages (#19339)
* [plugin-sdk-issue-27] - new data-consumption-hook

* [plugin-sdk-issue-27] - update SDK
2023-12-14 17:02:00 -03:00
Anton Georgiev
6dcd9b72b0
Merge pull request #19340 from antobinary/rename-actions-service
build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions
2023-12-14 12:44:56 -05:00
Gustavo Trott
095085310d
refactor: Graphql middleware enhancements (#19336)
* Convert all go chan to SafeChannel

* Remove unnecessary comments

* Refactor graphql message names

* Fix renamed function
2023-12-14 14:01:47 -03:00
Gustavo Trott
baffceabcb
Merge pull request #19338 from gustavotrott/graphql-component-flag-captions
refactor (graphql-server): Include flag hasCaption
2023-12-14 13:46:35 -03:00
Anton Georgiev
77f4514ede renamed bbb-graphql-actions.service 2023-12-14 11:45:15 -05:00
Anton Georgiev
354566bd2c build: rename bbb-graphql-actions-adapter-server to bbb-graphql-actions 2023-12-14 10:59:10 -05:00
Gustavo Trott
b56f52fd78 Include hasCaption flag 2023-12-14 10:54:52 -03:00
Ramón Souza
f3cbf568c2 Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-guest-users-server 2023-12-14 09:06:52 -03:00
Ramón Souza
06371d3267
Merge pull request #19333 from bigbluebutton/antobinary-patch-3
chore: Reduce reaction expiration to be 30s
2023-12-14 08:41:28 -03:00
Gustavo Trott
0942a91d20
Merge pull request #19335 from gustavotrott/fix-reaction-expire-in-graphql
fix: Graphql with hard-coded reaction expire time
2023-12-13 18:13:47 -03:00
Gustavo Trott
328906e44f Fix graphql with hard-coded reaction expire time 2023-12-13 17:46:37 -03:00
Gustavo Trott
780b496ba1
Merge pull request #19328 from gustavotrott/guest-wait-graphql
refactor: Refactor guest-wait page to fetch data from Hasura
2023-12-13 17:38:11 -03:00
Gustavo Trott
7d1f2a9f18 Fix message 'You are the first in the line' 2023-12-13 17:09:20 -03:00
Ramón Souza
801f2693b9
Merge pull request #19296 from ramonlsouza/migrate-user-actions
refactor: migrate user actions
2023-12-13 16:21:48 -03:00
Gustavo Trott
c7c5ab0449 Add nginx rules for Hasura REST api 2023-12-13 15:19:17 -03:00
Anton Georgiev
4dd22ea9f3
chore: Reduce reaction expiration to be 30s 2023-12-13 12:56:57 -05:00
Anton Georgiev
d42e0b4406
Merge pull request #19332 from antobinary/re-add-docs-index
docs: add missing index portions to 2 pages
2023-12-13 11:52:28 -05:00
Anton Georgiev
66a6c8e3ad docs: add missing index portions to 2 pages 2023-12-13 11:49:14 -05:00
Tainan Felipe
aa9760ba01 Refactor: use componentsFlags to show captions 2023-12-13 11:31:05 -03:00
Anton Georgiev
f5df83087e
Merge pull request #19331 from gustavotrott/hasura-v2.36.0
Bump Hasura from 2.33.4 to 2.36.0
2023-12-13 09:13:43 -05: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
204de3f6fe Add nginx rules for Hasura REST api 2023-12-13 10:39:34 -03:00
Gustavo Trott
33a177b841 Bump Hasura to v2.36.0 2023-12-13 10:31:33 -03:00
Gustavo Trott
26921d19dd Fix unreachable line 2023-12-13 09:30:47 -03:00
Gustavo Trott
4c42ba835d Let pre-join users query some meeting info 2023-12-13 09:06:49 -03:00
Tainan Felipe
be3f43db70 Fix: presenter not appearing controls 2023-12-12 17:47:29 -03:00
Gustavo Trott
d5ea98ec12 Make guest-wait page fetch data from Hasura 2023-12-12 17:42:44 -03:00
Ramón Souza
df09494f1c
Merge pull request #19321 from ramonlsouza/migrate-poll-actions
refactor: migrate poll actions
2023-12-12 16:50:21 -03:00
Tainan Felipe
26e79fe8ac Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-external-video 2023-12-12 16:36:40 -03:00
danielpetri1
84d341cb94 Bump bbb_version to 3.0 in bigbluebutton.yml 2023-12-12 19:41:09 +01:00
Ramón Souza
1439061fc6 fix open userlist 2023-12-12 09:55:07 -03:00