[PR #344] [MERGED] vnc console options added #508

Closed
opened 2026-02-27 15:58:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/344
Author: @catborise
Created: 7/16/2020
Status: Merged
Merged: 7/20/2020
Merged by: @retspen

Base: masterHead: console_enrichments


📝 Commits (7)

  • 74a4a1a vnc console options added
  • 44aa746 make console password optional for users with permissions
  • 519234b fix typo, etc
  • 523f58b update package version & add apps to travis
  • b5b43b7 add dev options to settings + url
  • 30948ca superlinter update to v3
  • abfbc54 fix:move from accounts, after permission migrate applyings to instances

📊 Changes

24 files changed (+257 additions, -100 deletions)

View changed files

📝 .github/workflows/linter.yml (+8 -4)
📝 .travis.yml (+3 -3)
📝 README.md (+3 -3)
📝 accounts/models.py (+1 -0)
appsettings/migrations/0004_auto_20200716_0637.py (+35 -0)
📝 computes/templates/computes/instances.html (+0 -5)
conf/requirements-dev.txt (+0 -19)
📝 conf/requirements.txt (+6 -6)
📝 console/templates/console-spice-full.html (+5 -1)
📝 console/templates/console-spice-lite.html (+5 -1)
📝 console/templates/console-vnc-full.html (+5 -1)
📝 console/templates/console-vnc-lite.html (+11 -5)
📝 console/views.py (+9 -5)
📝 dev/requirements.txt (+5 -3)
📝 instances/apps.py (+13 -0)
instances/migrations/0009_auto_20200717_0524.py (+17 -0)
📝 instances/models.py (+3 -1)
📝 instances/templates/allinstances.html (+0 -5)
📝 instances/templates/instance.html (+0 -5)
📝 instances/templates/instance_actions.html (+9 -1)

...and 4 more files

📄 Description

add options like scale, view_only, resize_session to vnc console page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/344 **Author:** [@catborise](https://github.com/catborise) **Created:** 7/16/2020 **Status:** ✅ Merged **Merged:** 7/20/2020 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `console_enrichments` --- ### 📝 Commits (7) - [`74a4a1a`](https://github.com/retspen/webvirtcloud/commit/74a4a1a3ef82b4fcd76f1a059baf358ec4067ca7) vnc console options added - [`44aa746`](https://github.com/retspen/webvirtcloud/commit/44aa746f4bccfed216ffdc91be56b7c5421a1ff9) make console password optional for users with permissions - [`519234b`](https://github.com/retspen/webvirtcloud/commit/519234b521538d0dd60b3d12a7a78a6d7435cdd5) fix typo, etc - [`523f58b`](https://github.com/retspen/webvirtcloud/commit/523f58b55e043f5c25508714ea11456ab2528ebc) update package version & add apps to travis - [`b5b43b7`](https://github.com/retspen/webvirtcloud/commit/b5b43b71bd052b0779974ce02a1eb505e0b23e38) add dev options to settings + url - [`30948ca`](https://github.com/retspen/webvirtcloud/commit/30948ca4458913a75d0b2f16db59f3ff7c6d1441) superlinter update to v3 - [`abfbc54`](https://github.com/retspen/webvirtcloud/commit/abfbc5459433d96c7566768cba3fe78e9621c065) fix:move from accounts, after permission migrate applyings to instances ### 📊 Changes **24 files changed** (+257 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linter.yml` (+8 -4) 📝 `.travis.yml` (+3 -3) 📝 `README.md` (+3 -3) 📝 `accounts/models.py` (+1 -0) ➕ `appsettings/migrations/0004_auto_20200716_0637.py` (+35 -0) 📝 `computes/templates/computes/instances.html` (+0 -5) ➖ `conf/requirements-dev.txt` (+0 -19) 📝 `conf/requirements.txt` (+6 -6) 📝 `console/templates/console-spice-full.html` (+5 -1) 📝 `console/templates/console-spice-lite.html` (+5 -1) 📝 `console/templates/console-vnc-full.html` (+5 -1) 📝 `console/templates/console-vnc-lite.html` (+11 -5) 📝 `console/views.py` (+9 -5) 📝 `dev/requirements.txt` (+5 -3) 📝 `instances/apps.py` (+13 -0) ➕ `instances/migrations/0009_auto_20200717_0524.py` (+17 -0) 📝 `instances/models.py` (+3 -1) 📝 `instances/templates/allinstances.html` (+0 -5) 📝 `instances/templates/instance.html` (+0 -5) 📝 `instances/templates/instance_actions.html` (+9 -1) _...and 4 more files_ </details> ### 📄 Description add options like scale, view_only, resize_session to vnc console page. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#508
No description provided.