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

213 commits

Author SHA1 Message Date
Info-IIG
02b02d3321 Added DRBD status 2022-06-15 13:51:56 +02:00
Info-IIG
c817d3e61a Add permission can view instances 2022-06-13 09:58:46 +02:00
catborise
13f332c9a5 fix migrate logs to show source and destination hosts correctly 2021-12-22 11:27:32 +03:00
catborise
c77e049e82 add rbd support for add new/existing vol. create from rbd based flavor 2021-12-16 11:03:03 +03:00
catborise
5c9a5daedc remove eval for security concerns 2021-12-06 09:22:02 +03:00
catborise
2f2bd9622d fix vm clone log message error 2021-08-06 08:50:00 +03:00
catborise
2e3480677c fix create instance log error 2021-07-12 13:36:16 +03:00
catborise
646eae59a2 fix edit instance volume for running instances to prevent bus error 2021-06-10 13:46:08 +03:00
catborise
610efd5520 add host name for logs beside others 2021-05-31 11:39:09 +03:00
catborise
fa4a3149c9 fix network add and change methods to handle bridge/mavctap differentation correctly. 2021-02-12 16:06:12 +03:00
catborise
47331ba08f fix python string variables for snapshot and video model 2021-01-25 16:36:24 +03:00
catborise
d30e6470e2 Add guest info like:hostname,os,version,kernel. indendation fixes 2020-12-17 14:29:07 +03:00
catborise
4b7554ea14 increase nginx timeout. Enable live snapshot. 2020-11-06 14:30:41 +03:00
catborise
c83e26c797 fix merge conflicts for locale files 2020-11-05 14:27:57 +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
159e06221a localization updates 2020-10-23 11:38:52 +03:00
catborise
c20c353a40 localization updates 2020-10-23 11:35:32 +03:00
Real-Gecko
0f66187e80 More instances tests 2020-10-15 11:58:42 +06:00
Real-Gecko
1b3fd9d05e replaced ugettext_lazy with gettext_lazy 2020-10-14 18:27:57 +06:00
Real-Gecko
a942f55854 Fixed error handling from gstfsd in instances 2020-10-07 18:04:43 +06:00
Real-Gecko
d19ec05638 Replaced f strings in instances according to #339 2020-10-07 12:08:48 +06:00
catborise
45e3b00180 add getvvfile for desktop viewers.(virt-viewer) 2020-09-11 15:56:11 +03:00
catborise
83ba6da572 fix instance create error handling 2020-08-17 09:58:42 +03:00
catborise
6d52587e60 fix messages.error error 2020-08-14 16:17:10 +03:00
catborise
015719b952 add macvtap support : create macvtap virtual net, add/edit instance network for macvtap 2020-07-23 13:36:49 +03:00
catborise
6ab32e1697 fix missing uuid record on db while creating instance 2020-07-22 16:09:49 +03:00
Real-Gecko
47009d47ca Instances overhaul 2020-07-13 15:33:09 +06:00
Real-Gecko
1430c73c13 https://github.com/retspen/webvirtcloud/issues/323#issuecomment-649986187 2020-06-26 12:48:53 +06:00
Real-Gecko
ce7ebeb55c Fixed #326 2020-06-19 10:38:06 +06:00
catborise
e97d592e51 fix some messages, add translation for some keywords, update tr locale file 2020-06-12 14:46:17 +03:00
catborise
7bb6bd310b update locale files and TR translations. 2020-06-10 11:15:14 +03:00
catborise
07be61a557 fix detach cdrom problem and cd-rom list's layout problem 2020-06-05 09:29:26 +03:00
catborise
7538ddab4f Add all settings to appsettings page & Convert settings choices 2020-06-04 12:32:00 +03:00
catborise
2d5c701789 Add Settings page: Move theme & lang changer to settings page 2020-06-04 12:03:26 +03:00
catborise
7c93ee1e2f bootstrap 4.5 fixations & Update strings style to f-string 2020-06-04 11:38:41 +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
catborise
d283e0e1b3 remove unused resize request from instance 2020-06-04 08:25:22 +03: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
52c856c504 add show/hide bottom bar option in instance details 2020-04-17 15:37:34 +03:00
catborise
9926edf208 fix hostname for user quota connection 2020-04-06 14:13:10 +03:00
catborise
d5156303ee fix hostname for user instance list 2020-04-06 13:05:20 +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
57665c2ab9 add cdrom to instance errors fixed. make cdrom readonly, disable cache. 2020-01-22 14:48:48 +03:00
catborise
2a86384826 Show notification after resize operation 2020-01-13 16:14:21 +03:00
catborise
c62e6ba3bc Add changing option of network model. Show model on instance network list 2020-01-10 17:55:42 +03:00
catborise
f2ba2b58b0 Add editing disk capability to instance. Add instance disk options like io, discard, detect zeroes. rewrite detach disk 2020-01-08 11:28:46 +03:00
catborise
9d58e56d16 add/remove guest agent channel function added 2019-12-24 17:19:11 +03:00