Arthur B. Grossi
291809bff0
feat(private-chat): message read confirmation feedback ( #20722 )
...
* feat(graphql-server): add new view `v_chat_private_read_feedback`
Adds a view called `v_chat_private_read_feedback` to retrieve the last seen time
of the recipient of a private chat.
* refactor(chat): removes unused prop `lastSeenAt`
* feat(private-chat): message read confirmation feedback
Adds message read confirmation feedback feature to private chats.
This feature uses the private chat recipient's `lastSeenAt' attribute to
check which messages were read. Messages read are show in the chat with
a check icon next to it.
Feature behind a flag in settings.yml, which is disabled by default:
- `public.chat.privateMessageReadFeedback.enabled`
* fix(chat): poll chart message
Fixes poll chart message which was not using the full chat width due to
previous changes in chat messages `flex-direction`.
* fix: adds missing initial value for `privateMessageReadFeedback`
* fix: linter errors
* fix(chat): add `recipientHasSeen` property to existing view
This commit changes the way the messages read by the recipient are
tracked. The previous strategy required the client to calculate the read
messages and as a consequence all messages of the given chat
were re-rendered every time the recipient `lastSeenAt` time
changed. The current strategy consists of calculating the read messages
on the server(based on recipient `lastSeenAt`) and just expose to the
client a boolean(`recipientHasSeen`) for each message that indicates whether
it has already been read or not.
* fix: typo in message description
* fix: typo in settings flag
* fix: vertically align icon
2024-07-22 12:01:24 -04:00
Gustavo Trott
0cf7c90663
Merge pull request #20736 from gustavotrott/remove-user_connection_auth
...
remove (gql-server): Removes old PG user/tabled created for Meteor auth
2024-07-19 13:40:26 -03:00
Gustavo Trott
f158951257
remove (gql-server): Removes /rest/clientStartupSettings endpoint ( #20735 )
2024-07-19 11:30:16 -04:00
Gustavo Trott
7e0295d0a9
Removes old PG user/tabled created for Meteor auth
2024-07-19 11:38:46 -03:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
Gustavo Trott
1683f4c3fe
refactor: Rename all customParameters
references to userMetadata
or userdata
( #20692 )
...
* Rename all customParameters references to userMetadata
* fix linter error
* Update docs/docs/development/api.md
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
* Update bigbluebutton-html5/imports/ui/components/settings-loader/component.tsx
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-07-16 13:40:49 -04:00
Gustavo Trott
91ee80f6e8
Merge pull request #20698 from gustavotrott/improve-v_user_voice
...
refactor (gql-server): Remove unnecessary user voice props
2024-07-12 14:43:11 -03:00
Gustavo Trott
b14c643def
build(gql): Upgrade Hasura and refactor sh scripts ( #20699 )
2024-07-12 13:32:20 -04:00
Gustavo Trott
fda1b5b107
Remove unnecessary user voice props
2024-07-12 13:26:26 -03:00
Gustavo Trott
2c2d595212
Big refactor on Graphql authentication
2024-07-10 18:30:01 -03:00
Anton Georgiev
abeb12146b
Merge pull request #20480 from KDSBrowne/v30-enable-whiteboard-infinite-canvas
...
feat(whiteboard): Add infinite whiteboard for presentation slides
2024-07-05 17:54:55 -04:00
KDSBrowne
c341ea44f8
update canvas names to whiteboard
2024-07-05 20:13:30 +00:00
Guilherme Pereira Leme
ccb2e74bc1
feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins ( #20628 )
...
* [data-channel-analytics-options] - Added data-channel analytics and record options and added a parameter options for the useDataChannel function
* Update bigbluebutton-html5/public/locales/en.json
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
* [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button
* [data-channel-analytics-options] - QUICK FIX
* [update-data-channel-function] - fix action metadata
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [captionLocale] - Changes in review
* [data-channel-analytics-options] - update SDK
* [data-channel-analytics-options] Changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* Refactor learning dashboard json structure with genericData
* fix typo
* [data-channel-analytics-options] - changes according to new json structure
* changes in review
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-07-05 16:49:45 -03:00
Tainan Felipe
0e7fe3c688
Change: improve client connection status ( #20630 )
2024-07-04 17:26:09 -03:00
Gustavo Trott
134b207f94
refactor: Remove Hasura database-updates and move them to Gql-Actions ( #20634 )
2024-07-04 17:00:06 -03:00
KDSBrowne
687ee36d29
add functionality to enable infinite whiteboard
2024-07-03 17:14:47 +00:00
Gustavo Trott
4034750845
Update bbb-graphql-server/metadata/databases/BigBlueButton/tables/public_v_user_voice_activity.yaml
2024-06-25 17:52:36 -03:00
João Victor
7577dcc41c
Use Hasura relationship instead of SQL join
2024-06-25 17:14:00 -03:00
João Victor
f4a2af7dc1
Merge branch 'v3.0.x-release' into use-who-is-talking
2024-06-25 16:54:44 -03:00
Tainan Felipe
c73c9cc0a7
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_20477
2024-06-24 09:58:20 -03:00
João Victor
17b734e642
refactor(core-html5): custom hooks for voice data
2024-06-21 18:45:05 -03:00
Gustavo Trott
25793d1911
fix wrong filter
2024-06-21 08:57:15 -03:00
Gustavo Trott
1465d3dca3
refactor (gql-server): Set some configs for Max PG connections and Nginx max workers aiming to support more users ( #20549 )
...
* Set hasura max connections with pg to 100
* set nginx worker_connections from 4k to 10k
* Update bbb-graphql-server/metadata/databases/databases.yaml
* remove deprecated config
* set pg max connections up to 300
---------
Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
2024-06-20 16:41:47 -03:00
Gustavo Trott
3402edcb5b
Introduce gql user_voice_activity_stream ( #20557 )
2024-06-20 14:33:11 -03:00
Gustavo Trott
de686a2b8e
Merge pull request #20461 from GuiLeme/update-data-channel-function
...
feat(plugin): implement `ReplaceEntry()` function for data-channel
2024-06-19 08:36:34 -03:00
Guilherme Leme
1d9b28133e
[update-data-channel-function] - change sender to creator naming in data-channel
2024-06-18 17:46:17 -03:00
Gustavo Trott
72b8f6c32e
fix warning client not responding when he actually left the meeting
2024-06-18 13:47:10 -03:00
Guilherme Leme
8a04c8a4aa
Merge remote-tracking branch 'upstream/v3.0.x-release' into update-data-channel-function
2024-06-18 13:42:34 -03:00
Gustavo Trott
a27cd6cdb2
Merge pull request #20518 from GuiLeme/plugin-server-commands
...
feat(plugins): new server-command for typed-captions plugin
2024-06-18 13:33:16 -03:00
Gustavo Trott
07aa4f1d04
fix: Refactor Userlist Ordering ( #20520 )
2024-06-18 11:11:59 -03:00
Guilherme Leme
41eb2c34e3
[update-data-channel-function] - merge upstream
2024-06-18 10:25:02 -03:00
Guilherme Leme
8db3a6be80
[plugin-server-commands] - added server-command caption save and add a captionLocale
2024-06-18 09:20:35 -03:00
Dennis Benz
c8e2d8b239
Resolve conflicts
2024-06-17 10:47:41 -03:00
Guilherme Leme
cb38192b6b
[fix-caption-locale-subscription] - hasCaption will now search for the active caption locales.
2024-06-14 16:24:12 -03:00
Guilherme Leme
284753e6b9
[fix-caption-locale-subscription] - fix captionLocale subscription error
2024-06-13 15:47:54 -03:00
Gustavo Trott
78af6adbd6
Introduces meeting_componentFlags.hasCameraAsContent
2024-06-12 18:42:03 -03:00
Gustavo Trott
ad2d12b19b
Merge pull request #20475 from gustavotrott/gql-improve-breakout-performance
...
refactor: BreakoutRoom storage and handlers
2024-06-12 18:09:16 -03:00
Gustavo Trott
e86aeac114
refactor breakoutroom storage
2024-06-12 16:21:31 -03:00
Lucas
9bf3f54183
feat: Initial BBB 3.0 Gladia transcriptions implementation ( #20295 )
...
* feat(html5): initial implementation of Gladia transcriptions to BBB 3.0
* fix(transcription): Add missing locales and fix invalid cc menu key
* fix(bbb-transcription-controller): Bump transcription controller to fix some bugs
* fix: adjust yq syntax for setting fs esl password in transctiption-controller
* fix(transcription): Use newer useSettings format from transcription options
* fix(captions): Correctly use captions settings
---------
Co-authored-by: João Victor <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-06-12 12:06:07 -04:00
Guilherme Leme
322a04b845
resolve conflicts
2024-06-10 17:41:06 -03:00
Guilherme Leme
ba74a41fd2
[update-data-channel-function] - (WIP) Initial work
2024-06-10 11:32:48 -03:00
Gustavo Trott
24219ea5c8
Upgrade Hasura to version v2.40.0
2024-06-10 10:59:13 -03:00
Gustavo Trott
ab542a458e
make reactionEmoji part of user table (optimizing performance)
2024-06-10 09:48:38 -03:00
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component ( #20344 )
...
* refactor(guest-wait): turn guest wait page into a React component
* Fix rendering when the meeting is ended
* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql
* Add message timeout
* Remove static guest wait page
---------
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -03:00
Guilherme Pereira Leme
bbf43f1e55
feat(html5): Added captionLocale property and related logic ( #20272 )
...
* [captionLocale] - added captionLocale
* [captionLocale] - changes in review
* [captionLocale] - Added new mutation captionAddLocale and removed captionSetOwner
* [captionLocale] - add action validation
* [captionLocale] - Changes in review
* [captionLocale] - fix update of graphql server
* [captionLocale] - merge conflicts
2024-06-03 16:14:32 -04:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -03:00
Gustavo Trott
684fec7b13
Merge pull request #20191 from JoVictorNunes/video-streams-improvements-05.06
...
fix(webcam): fixes, improvements et al.
2024-05-24 17:13:15 -03:00
Ramón Souza
87c4925a98
Merge pull request #20310 from gustavotrott/timer-accumulated-fix
...
fix (akka-apps): Timer not resetting `accumulated` value properly
2024-05-21 09:05:00 -03:00
Gustavo Trott
78f8c73652
fix timer keeping accumulated
2024-05-20 17:12:29 -03:00
Ramón Souza
3a015e1e99
Merge pull request #20203 from JoVictorNunes/chat-dropdown-skeleton
...
fix(chat): add loaders for dynamic menu items
2024-05-20 15:44:38 -03:00