Skip to content
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 6,132 commits into from
Jul 23, 2024
Merged

Conversation

KosDav
Copy link
Owner

@KosDav KosDav commented Jul 23, 2024

Wanting to update my repository to current code.

gustavotrott and others added 30 commits June 19, 2024 16:41
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
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)
JoVictorNunes and others added 28 commits July 17, 2024 11:37
* 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>
)

* [issue-20346] - removed .odi and .odc not supported anymore by soffice files.

* [issue-20346] - changes in review

* [issue-20346] --
…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
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>
@KosDav KosDav merged commit ac909d4 into KosDav:master Jul 23, 2024
16 checks passed
Copy link

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.