forked from bigbluebutton/bigbluebutton
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to current version code #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
refactor (gql-middleware): Avoid sending msg GraphqlConnectionClosed when unnecessary
fix: remove storage parsing error logging
…audio-captions/live/component.tsx Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
* fix: improve connection status to work when network is down
…inx 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>
* docs: 3.0 Gladia docs * docs: add alpha.6 url
- Fix deviceId being read from wrong storage (making it not detected as already sharing) - Remove added by mistake profile filtered by metadata - Fix background and brightness selector being show when sharing camera that is being presented
refactor (gql-server): Increase maximum allowed number of open files
Fix:[3.0] White bar shows up when public chat is closed
fix (gql-server): Fix wrong filter in `user_voice_activity_stream`
test: add branding parameter test on ci
feat(video-preview): new modal design
Fix: Avatar is transparent in cc
Fix: Wrong position of audio arrow
… content when update of the sidekick area happens fast enough and there is still one there yet (#20567)
refactor: remove Session usage
* core: create custom reporter for CI * core: add step to remove unnecessary artifacts * core: remove upload PR data step * core: add locales to path-ignore, change matrix variable set way and add condition to avoid false run failure * core: update emoji for in progress comment
* Remove old userStatus Emoji * tweak docs * fix bkroom errors
…ile.lock to reduce vulnerabilities (#20723) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
chore: Avoid exceeding a secondary rate limit on workflows
* feat(webcams): skip video preview if valid input devices stored Additionally: - refactor: re-use the existing VirtualBackground_* storage info instead of creating a new one - fix: store background choices per deviceId instead of globally - fix: guarantee background restore attempts are *critical* when video-preview is supposed to be skipped. We want the preview to be shown if the previous background could not be restored to preserver the user's privacy choice - fix: cameras could not be shared if no previous device info was in the user's session - fix: uploaded background images were not correctly restored - fix: do not spin up virtual bg workers for brightness if it has not been altered by the user - refactor: remove old video-provider background restore routine, centralize it in video-preview * fix(skip-video-preview): correct storage check and add playwright test and docs --------- Co-authored-by: prlanzarin <4529051+prlanzarin@users.noreply.github.com>
…evice changed userData from bbb_skip_check_if_previous_device to bbb_skip_echotest_if_previous_device
Microphone: add option to skip echo test if session has valid input/output devices stored
remove (gql-server): Removes old PG user/tabled created for Meteor auth
…on files supported (#20741)
fix: Blank space when removing all presentations when external video is playing
* 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
fix(whiteboard): Remove active cursors in tldraw when access is revoked
#20751) * Translate en.json in pt_BR 100% translated source file: 'en.json' on 'pt_BR'. * Translate en.json in pt_BR 100% translated source file: 'en.json' on 'pt_BR'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
Automated tests Summary✅ All the CI tests have passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Wanting to update my repository to current code.