1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
Commit graph

64 commits

Author SHA1 Message Date
catborise
922a8e62d1 fix some linter warnings 2020-09-25 15:57:17 +03:00
Anatoliy Guskov
a1fec1ebb5
Merge pull request #354 from catborise/master
fixes and others
2020-08-22 11:20:58 +03:00
Philip Henning
5850d14722 Fix Port configuration for novncd
Reverte accidentally change variable for novncd port configuration.

Change variable `WS_PUBLIC_PORT` back to `WS_PORT`
2020-08-13 17:55:40 +02:00
catborise
43f1461e29 update novnc 1.1.0 ->1.2.0 2020-08-11 15:05:09 +03:00
catborise
fb3ef6be98 fix sendctrlaltdel for spice console 2020-07-23 11:07:22 +03:00
Anatoliy Guskov
845c78c564
Merge pull request #345 from skyline75489/fix/none-console-type
Handle None console type
2020-07-20 11:41:12 +03:00
skyline75489
0e0521c61f Handle None console type 2020-07-17 20:32:06 +08:00
catborise
44aa746f4b make console password optional for users with permissions 2020-07-17 11:05:47 +03:00
catborise
74a4a1a3ef vnc console options added 2020-07-17 11:04:21 +03:00
Anatoliy Guskov
522b95fe39
Merge pull request #343 from catborise/consol_tunnel_fix
Consol tunnel fix
2020-07-14 19:05:49 +03:00
catborise
0b86e34203 replace tunnel.py with sshtunnel.py some small fixes 2020-07-14 15:44:20 +03:00
catborise
b6cb81c3bc tunnel.py fix socket creation problem 2020-07-14 15:10:03 +03:00
Real-Gecko
47009d47ca Instances overhaul 2020-07-13 15:33:09 +06:00
catborise
c0f707854a wsproxy patch 2020-06-26 16:31:41 +03:00
catborise
1320753d6c spice console password fix & translate additions 2020-06-26 10:06:51 +03:00
catborise
4f8a1fd50d fix console password & sendkey & css fixes & add scale vb 2020-06-24 12:39:32 +03:00
catborise
e97d592e51 fix some messages, add translation for some keywords, update tr locale file 2020-06-12 14:46:17 +03:00
catborise
c6f0a05f48 django2 style conversion of setting environment 2020-06-04 14:32:51 +03:00
catborise
7538ddab4f Add all settings to appsettings page & Convert settings choices 2020-06-04 12:32:00 +03:00
catborise
bf15de507a add aria-label definition to forms 2020-06-04 12:05:55 +03:00
catborise
871083967f bootstrap 4.5 fixations & fix various localizations 2020-06-04 11:35:57 +03:00
catborise
0e5840498e bootstrap 4.5 & Bootswatch Themes 2020-06-04 11:33:25 +03:00
catborise
22cb8f702a fix code conventions for pylint 2020-06-04 08:48:43 +03:00
Real-Gecko
10b6f88dbb Added coverage.py support 2020-05-29 19:37:49 +06:00
Real-Gecko
38befa4362 Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
2020-05-27 12:43:29 +06:00
catborise
d3de4bbc30 change statements python -> python3 2020-04-17 14:02:18 +03:00
catborise
4d40de1b55 Python3 & Django 2.2 Migration - Fix & Updates 2020-03-16 16:59:45 +03:00
catborise
a6f7618854 convert django.core.urlresolver to django.urls. fix i18n. fix identation 2020-01-24 10:09:46 +03:00
catborise
34394c2b5e console layout rearranged. fix indentation. add translate tags 2020-01-23 15:45:41 +03:00
catborise
0ef876c7a7 remove blank spaces 2020-01-08 08:53:50 +03:00
Anatoliy Guskov
3bae40c8aa
Merge pull request #263 from catborise/master
Some addition & Fixes
2019-11-21 12:28:37 +02:00
catborise
228a0949d1 Full VNC view distortion fixed. Add translate for some texts 2019-11-20 09:19:57 +03:00
T. Tran
08e694db4d Increase some max_length 2019-11-09 00:07:02 +07:00
catborise
828a271789 pep8 style code corrections 2019-09-10 09:48:31 +03:00
catborise
e601c23b4a noVNC Update 1.0.0 -> 1.1.0 2019-06-24 14:26:25 +03:00
catborise
1971029e3c Merge commit 'cdb5c4f4128852aa06b3485a47c33e930ee1fba6' 2018-10-24 17:00:48 +03:00
catborise
e80bbfd85b console/templates/console-base.html fix html tag console/templates/console-spice-lite.html add console log message by @honza801 2018-10-24 16:45:23 +03:00
Ing. Jan KRCMAR
812bbb2ccc console-spice-full fix scheme wss when accessing from https 2018-09-25 23:25:06 +02:00
catborise
14e145e0d8 twice calling function generates two vnc console. ES6 requirement no longer necessary. it is disabled and problem solved. 2018-08-28 15:55:11 +03:00
catborise
e9e2185fb4
Update console-spice-full.html
typo-fix
2018-08-27 15:43:33 +03:00
catborise
76e6388ec5 novnc ES6 compatibility is not working. I reverse it. Spice/VNC sending ctrl+alt+fn functionality restored. 2018-08-27 15:30:50 +03:00
catborise
f73271e677 missing js files and keyfunctions added 2018-08-16 11:07:35 +03:00
catborise
2a5a761f05 spice config corrections 2018-08-14 16:49:25 +03:00
catborise
0dd2eafc97 Merge branch 'master' of https://github.com/catborise/webvirtcloud 2018-08-14 15:37:42 +03:00
catborise
e7d649636c spice problem correction 2018-08-14 15:37:26 +03:00
catborise
720937edcf
Delete console-vnc.html
console-*-lite, console-*-full .html
2018-08-14 15:15:06 +03:00
catborise
edb59947af novnc is updated to 1.0.0 and add console views: lite,full option 2018-08-14 15:11:49 +03:00
catborise
019d1523cd fix typo 2018-08-08 14:51:25 +03:00
catborise
b05a252d7c spice-html5 updated. 2018-08-08 14:00:35 +03:00
catborise
12c80c5021 python does not approve raise without type. raise exception added 2018-08-08 13:59:19 +03:00