Commit Graph

40567 Commits

Author SHA1 Message Date
prlanzarin
0368a677a6 build(bbb-webhooks): v3.0.0-beta.3
- Bump bbb-webhooks to v3.0.0-beta.3. The full v3.0.x changelog can be
   found at: https://github.com/bigbluebutton/bbb-webhooks/blob/v3.0.0-beta.3/CHANGELOG.md#changelog
 - Transition from `npm install` to `npm ci`
 - Adjust configs that changed paths (`hooks.getRaw`, `log.filename`)
 - Omit `.git` directory from the final package

```
  # CHANGELOG

  All notable changes to this project will be documented in this file.

  ### v3.0.0-beta.3

  * build: bullmq@4.17.0, bump transitive deps

  ### v3.0.0-beta.2

  * fix(webhooks): re-implement includeEvents/excludeEvents

  ### v3.0.0-beta.1

  * fix(xapi): ensure the correct lrs_endpoint is used
  * feat(xapi): add suport for meta_xapi-create-end-actor-name

  ### v3.0.0-beta.0

  * feat(test): add support for modular test suites
  * feat(test): add xAPI test suite
  * refactor(test): remove nock as a dependency
  * fix(test): restore remaining out/webhooks tests
  * fix(xapi): set chat message statements timestamp to ISO format
  * fix: add Redis disconnection handling

  ### v3.0.0-alpha.1

  * !refactor: application rewritten to use a modular input/processing/ouput system
  * !refactor: modernize codebase (ES6 imports, Node.js >= 18 etc.)
  * !refactor(webhooks): the webhooks functionality was rewritten into an output module
  * !refactor(webhooks): hook IDs are now UUIDs instead of integers
  * !refactor: new logging system (using Pino)
  * !refactor: migrate node-redis from v3 to v4
  * !refactor: new queue system (using Bullmq)
  * refactor(webhooks): replace request with node-fetch
  * refactor: replace sha1 dependency with native code
  * feat: new xAPI output module with support for multitenancy
      - Implements https://github.com/gaia-x-dases/xapi-virtual-classroom
      - For more information: (README.md)[src/out/xapi/README.md]
  * feat(events): add support for poll events
  * feat(events): add support for raise-hand events
  * feat(events): add support for emoji events
  * feat(events): add user info to screenshare events
  * feat(events): add support for audio muted/unmuted events
  * feat: add Prometheus instrumentation
  * feat: add JSDoc annotations to most of the codebase
  * feat: log to file
  * feat: add support for multiple checksum algorithms (SHA1,...,SHA512)
  * fix(events): user-left events are now emitted for trailing users on meeting-ended events
  * build: add docker-compose and updated Dockerfile examples
```
2024-01-09 14:19:04 +00:00
Gustavo Trott
c04e6d19e0
refactor (graphql-server): Optimize Hasura Queries with Session Variables (#19347) 2024-01-09 08:31:12 -03:00
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