mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[PR #112] [MERGED] Add an option to allow an user to change VNC settings #425
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/112
Author: @nitmir
Created: 5/9/2016
Status: ✅ Merged
Merged: 7/11/2016
Merged by: @retspen
Base:
master← Head:user-vnc📝 Commits (2)
7b3fcd1Check user permission before delete or resize7efbfecAdd an option to allow an user to change VNC settings📊 Changes
6 files changed (+45 additions, -2 deletions)
View changed files
➕
accounts/migrations/0004_userinstance_is_vnc.py(+19 -0)📝
accounts/models.py(+1 -0)📝
accounts/templates/account.html(+11 -0)📝
accounts/views.py(+2 -0)📝
instances/templates/instance.html(+8 -0)📝
instances/views.py(+4 -2)📄 Description
We also correct a security bug: permission where not checked before resize or delete and just the web form were changed.
fix #107
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.