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

FIX(server): Allow to move temporary channels provided sufficient per… #6454

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

Hartmnt
Copy link
Member

@Hartmnt Hartmnt commented Jun 5, 2024

Previously it was not possible to move temporary channels at all. This appears to be not deliberate as the move failed with a "denied MakeChannel" message. Most likely, this is due to an oversight in efbba85 where temporary channel movement was simply not considered.

This commit fixes the ACL check to look for MakeTempChannel instead of MakeChannel when appropriate.

Fixes #1162

…missions

Previously it was not possible to move temporary channels at all.
This appears to be not deliberate as the move failed with a
"denied MakeChannel" message. Most likely, this is due to an
oversight in efbba85 where temporary channel movement
was simply not considered.

This commit fixes the ACL check to look for MakeTempChannel instead
of MakeChannel when appropriate.

Fixes mumble-voip#1162
@Hartmnt Hartmnt added server acl Everything related to access-control-lists (permission management) backport-needed bug A bug (error) in the software auto-backport-to-1.5.x labels Jun 5, 2024
Copy link
Member

@Krzmbrzl Krzmbrzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Hartmnt Hartmnt merged commit a32229f into mumble-voip:master Jun 6, 2024
20 checks passed
@Krzmbrzl
Copy link
Member

Krzmbrzl commented Jun 6, 2024

💚 All backports created successfully

Status Branch Result
1.5.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Hartmnt added a commit that referenced this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Everything related to access-control-lists (permission management) auto-backport-to-1.5.x backport-needed bug A bug (error) in the software server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Temporary channels can't be moved at all
2 participants