[PR #521] [MERGED] remove css urls, add missing socketio requirements, fix cookie import… #598

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

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/521
Author: @catborise
Created: 7/21/2022
Status: Merged
Merged: 7/21/2022
Merged by: @catborise

Base: masterHead: master


📝 Commits (1)

  • 0680f02 remove css urls, add missing socketio requirements, fix cookie import, and rearrange socketiod connetion

📊 Changes

17 files changed (+13357 additions, -22 deletions)

View changed files

📝 .gitignore (+3 -1)
📝 conf/daemon/consolecallback (+1 -1)
📝 conf/requirements.txt (+1 -0)
📝 console/novncd (+2 -1)
📝 console/socketiod (+5 -3)
📝 console/templates/console-xterm.html (+51 -15)
📝 console/views.py (+10 -0)
static/css/xterm.css (+164 -0)
static/js/socket.io.js (+4440 -0)
static/js/xterm@3.6.0/addons/fit/fit.js (+51 -0)
static/js/xterm@3.6.0/addons/fit/fit.js.map (+1 -0)
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.css (+10 -0)
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js (+27 -0)
static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js.map (+1 -0)
static/js/xterm@3.6.0/xterm.js (+8588 -0)
static/js/xterm@3.6.0/xterm.js.map (+1 -0)
📝 webvirtcloud.sh (+1 -1)

📄 Description

…, and rearrange socketiod connection


🔄 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/521 **Author:** [@catborise](https://github.com/catborise) **Created:** 7/21/2022 **Status:** ✅ Merged **Merged:** 7/21/2022 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0680f02`](https://github.com/retspen/webvirtcloud/commit/0680f02240193d15feeb11e0991879b0b1050441) remove css urls, add missing socketio requirements, fix cookie import, and rearrange socketiod connetion ### 📊 Changes **17 files changed** (+13357 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) 📝 `conf/daemon/consolecallback` (+1 -1) 📝 `conf/requirements.txt` (+1 -0) 📝 `console/novncd` (+2 -1) 📝 `console/socketiod` (+5 -3) 📝 `console/templates/console-xterm.html` (+51 -15) 📝 `console/views.py` (+10 -0) ➕ `static/css/xterm.css` (+164 -0) ➕ `static/js/socket.io.js` (+4440 -0) ➕ `static/js/xterm@3.6.0/addons/fit/fit.js` (+51 -0) ➕ `static/js/xterm@3.6.0/addons/fit/fit.js.map` (+1 -0) ➕ `static/js/xterm@3.6.0/addons/fullscreen/fullscreen.css` (+10 -0) ➕ `static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js` (+27 -0) ➕ `static/js/xterm@3.6.0/addons/fullscreen/fullscreen.js.map` (+1 -0) ➕ `static/js/xterm@3.6.0/xterm.js` (+8588 -0) ➕ `static/js/xterm@3.6.0/xterm.js.map` (+1 -0) 📝 `webvirtcloud.sh` (+1 -1) </details> ### 📄 Description …, and rearrange socketiod connection --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:18 +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#598
No description provided.