catborise
296081d1e3
Merge branch 'master' into master
2023-11-10 16:35:51 +03:00
catborise
e324a19401
add white noise for static_root/staticfiles_dir problem for debug/non-debug running mode
2023-11-10 16:29:48 +03:00
Aldo Adirajasa Fathoni
84e22e4a8c
Ignore if pty process has exited
2023-09-26 13:23:20 +07:00
Aldo Adirajasa Fathoni
3ef0fe19f8
Fix calling write() from int instead of os
2023-09-26 13:21:02 +07:00
D-Jy
ce9498d06d
fix zombie processes
...
Temporary fix for zombie processes.
2023-01-20 12:04:04 +08:00
D-Jy
2aa0d17db5
fix zombie processes
...
Temporary fix for zombie processes.
2023-01-20 12:02:37 +08:00
catborise
217e106c8b
format python code with black
2022-11-02 08:54:35 +03:00
catborise
cfce71ec2b
Rest framework ( #24 )
...
* Add rest framework for API: First Commit
* modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions.
* Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface
* update requirements
Co-authored-by: herengui <herengui@uniontech.com>
2022-08-22 15:12:33 +03:00
catborise
0680f02240
remove css urls, add missing socketio requirements, fix cookie import, and rearrange socketiod connetion
2022-07-21 13:31:37 +03:00
Gaëtan Ferez
9bf3b7e88f
Fix process call for consolecallback
2022-07-17 13:37:21 +02:00
Gaëtan Ferez
65dce10ce1
Implement Libvirt Serial Console as Console on WebVirtCloud
2022-07-17 13:25:47 +02:00
Info-IIG
c817d3e61a
Add permission can view instances
2022-06-13 09:58:46 +02:00
catborise
c1488eee52
navbars position is changed to stick-top
2021-10-01 09:48:09 +03:00
catborise
073b7b6717
Bootstrap5 ( #17 )
...
* Bootstrap5 migration
2021-07-07 14:12:38 +03:00
catborise
5aa22ac042
Django 3.2.4 LTS upgrade
2021-06-15 13:28:47 +03:00
catborise
24cd3f70dd
make dynamic websockify path for console-vnc-full
2021-06-02 09:11:54 +03:00
catborise
88c261e278
prevent users to access others vnc console if he is not owner
2020-11-20 14:19:53 +03:00
catborise
508e3609be
lint with black python. convert f style strings to old one. some small fixes
2020-11-05 12:34:31 +03:00
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