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

chore: Merge BBB 2.6.0 into v2.7.x-release #17111

Merged
merged 131 commits into from Mar 20, 2023

Conversation

antobinary
Copy link
Member

No description provided.

GuiLeme and others added 30 commits February 7, 2023 17:38
…n rejoining

There was an observer being linked to all breakout rooms that the user has
access to. This logic works for attendees, but not for moderators.
Moderators have access to the list of all breakout rooms, so they were set
with an observer to breakout rooms that they didn't participate, which caused
the audio and video modals to appear everytime the breakout rooms were closed.
So, this commit:
- hangs an breakout rooms' observer only on those mods that have joined any
breakout room. This way, mods that didn't participate in any breakout
room won't be disturbed by the audio and video modal.
- adds an extra check to ensure that the observer will only be run in
non-breakout meetings.
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Add a button for viewers to change the layout.
antobinary and others added 22 commits March 15, 2023 17:13
chore: added a template for docs issues
fix(breakout rooms): video and audio modal appearing for all mods when rejoining
fix: Poll results are difficult to read and not scaled to fit slide
…onf--zip

Test (ci): Generate artifact logs using "bbb-conf --zip"
feat(layout): Recover (from 2.5) the ability of viewers to set their own layout
…user

fix: Fix undefined user in rare end-breakout scenario
…or-message

fix: Display error message when guest is denied access to a meeting
…patch-2

chore: Bump BBB version to 2.6.0
@antobinary antobinary added this to the Release 2.7 milestone Mar 20, 2023
@github-actions
Copy link

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@antobinary antobinary merged commit ae0afae into bigbluebutton:v2.7.x-release Mar 20, 2023
2 of 3 checks passed
@github-advanced-security
Copy link

You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab.

@sonarcloud
Copy link

sonarcloud bot commented Mar 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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.

None yet