1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 23:25:24 +00:00

Commit graph

  • 845c78c564
    Merge pull request #345 from skyline75489/fix/none-console-type Anatoliy Guskov 2020-07-20 11:41:12 +0300
  • 618d5ec7c1
    Merge pull request #344 from catborise/console_enrichments Anatoliy Guskov 2020-07-20 11:40:51 +0300
  • abfbc54594 fix:move from accounts, after permission migrate applyings to instances catborise 2020-07-20 10:44:33 +0300
  • 30948ca445 superlinter update to v3 catborise 2020-07-20 10:17:35 +0300
  • 0e0521c61f Handle None console type skyline75489 2020-07-17 20:32:06 +0800
  • b5b43b71bd add dev options to settings + url catborise 2020-07-17 15:27:57 +0300
  • 523f58b55e update package version & add apps to travis catborise 2020-07-17 14:42:57 +0300
  • 519234b521 fix typo, etc catborise 2020-07-17 14:00:11 +0300
  • 44aa746f4b make console password optional for users with permissions catborise 2020-07-17 11:05:47 +0300
  • 74a4a1a3ef vnc console options added catborise 2020-07-17 11:04:21 +0300
  • 522b95fe39
    Merge pull request #343 from catborise/consol_tunnel_fix Anatoliy Guskov 2020-07-14 19:05:49 +0300
  • 3d3069d94d
    Merge pull request #342 from Real-Gecko/instances Anatoliy Guskov 2020-07-14 19:04:40 +0300
  • 0b86e34203 replace tunnel.py with sshtunnel.py some small fixes catborise 2020-07-14 15:44:20 +0300
  • b6cb81c3bc tunnel.py fix socket creation problem catborise 2020-07-14 15:10:03 +0300
  • 47009d47ca Instances overhaul Real-Gecko 2020-07-13 15:33:09 +0600
  • f23e6b000f
    Merge pull request #334 from catborise/wsproxy Anatoliy Guskov 2020-06-28 20:59:34 +0300
  • 61060c0b06 update super-linter ci catborise 2020-06-26 16:53:37 +0300
  • c0f707854a wsproxy patch catborise 2020-06-26 16:31:41 +0300
  • 6c79c2bace
    Merge pull request #333 from catborise/master Anatoliy Guskov 2020-06-26 15:27:03 +0300
  • ed7cffd073
    Merge pull request #332 from Real-Gecko/master Anatoliy Guskov 2020-06-26 15:26:37 +0300
  • 1320753d6c spice console password fix & translate additions catborise 2020-06-26 10:06:51 +0300
  • 1430c73c13 https://github.com/retspen/webvirtcloud/issues/323#issuecomment-649986187 Real-Gecko 2020-06-26 12:48:53 +0600
  • ce123d1f22
    Merge pull request #330 from catborise/console Anatoliy Guskov 2020-06-25 21:02:36 +0300
  • 4f8a1fd50d fix console password & sendkey & css fixes & add scale vb catborise 2020-06-24 12:39:32 +0300
  • e8eaa01a1d
    Merge abd53175cc into 9a0b456e34 lvhaidong 2020-06-23 13:11:35 +0300
  • 9a0b456e34
    Merge pull request #328 from glzjin/patch-1 Anatoliy Guskov 2020-06-22 10:16:41 +0300
  • 5a73f14889
    Merge pull request #327 from Real-Gecko/master Anatoliy Guskov 2020-06-22 10:16:12 +0300
  • 48f9ba6d73 add super linter in to ci catborise 2020-06-22 08:17:13 +0300
  • 720b5cab84
    Fix #325 glzjin 2020-06-21 20:16:38 +0800
  • ce7ebeb55c Fixed #326 Real-Gecko 2020-06-19 10:38:06 +0600
  • ecaf11e02a
    Merge pull request #324 from Real-Gecko/master Anatoliy Guskov 2020-06-18 12:22:45 +0300
  • eda233ada7 Fix appsettings Real-Gecko 2020-06-17 15:23:44 +0600
  • bb8f95be14 Some improvements for appsettings app Real-Gecko 2020-06-17 15:15:58 +0600
  • c791f582af
    Merge pull request #322 from Real-Gecko/master Anatoliy Guskov 2020-06-17 12:01:58 +0300
  • 7eee811e65 Namespaced instances urls Real-Gecko 2020-06-16 18:57:50 +0600
  • 636b5bb1bc Reworked some account views Real-Gecko 2020-06-16 18:35:08 +0600
  • 1a3cc36ada Moved admin/common/form.html to project templates Real-Gecko 2020-06-16 18:04:37 +0600
  • d9785e397b Test password change view Real-Gecko 2020-06-16 15:17:21 +0600
  • b85e246aed Moved password changing to a separate view Real-Gecko 2020-06-16 14:36:53 +0600
  • 2951d0b035 Cleaned up UserAttributes model Real-Gecko 2020-06-16 11:26:58 +0600
  • 20d4aaac30 Removed UserAddForm as it is not used Real-Gecko 2020-06-16 11:09:55 +0600
  • d3c59acb3f More tests for computes Real-Gecko 2020-06-16 11:04:09 +0600
  • a4d28f2953 Reworked some computes views and added more tests Real-Gecko 2020-06-15 17:52:05 +0600
  • 68f7376d15 Moved confirm_delete.html to project templates Real-Gecko 2020-06-15 16:30:27 +0600
  • 354163fa1d Added pagination to logs list template Real-Gecko 2020-06-15 15:48:32 +0600
  • e4e86ed576 replaced django-fa with django-icons Real-Gecko 2020-06-15 14:46:13 +0600
  • 9a75ceb0e5 Replaced __unicode__ with __str__ for models Real-Gecko 2020-06-15 12:57:17 +0600
  • cfd739778c Added missing migrations Real-Gecko 2020-06-15 12:38:44 +0600
  • ca3b88097e Updated requiremets and added dev reqs Real-Gecko 2020-06-15 12:31:16 +0600
  • ad4b417695
    Merge pull request #321 from catborise/master Anatoliy Guskov 2020-06-13 16:55:19 +0300
  • e97d592e51 fix some messages, add translation for some keywords, update tr locale file catborise 2020-06-12 14:46:17 +0300
  • fd3212de90 fix layout for instance qos configuration catborise 2020-06-10 16:25:29 +0300
  • b7fc8a5fea Language change activation. Fix typos and add new translations catborise 2020-06-10 15:16:58 +0300
  • 7bb6bd310b update locale files and TR translations. catborise 2020-06-10 11:15:14 +0300
  • 31c86a6a7b add bottom space for computes cards catborise 2020-06-09 14:13:40 +0300
  • 21fcb8cd64 workaround for django 2.2 bug related with '0011_update_proxy_permissions' migration catborise 2020-06-09 11:44:29 +0300
  • f263d97377
    Merge pull request #320 from catborise/bigupdates Anatoliy Guskov 2020-06-08 12:37:40 +0300
  • a0665e9682
    Merge branch 'master' into bigupdates catborise 2020-06-08 09:20:17 +0300
  • 898de1ffbc add new file at the end of wvc-main.scss & computes url add slash catborise 2020-06-08 09:15:06 +0300
  • c43c10dece Bump django from 2.2.12 to 2.2.13 in /conf dependabot[bot] 2020-06-06 06:16:13 +0000
  • 3d95f6abae
    Merge pull request #318 from retspen/dependabot/pip/conf/django-2.2.13 Anatoliy Guskov 2020-06-07 20:06:38 +0300
  • dff60e4be4
    Merge pull request #317 from catborise/rets Anatoliy Guskov 2020-06-07 20:03:34 +0300
  • d834cbbb7b
    Bump django from 2.2.12 to 2.2.13 in /conf dependabot[bot] 2020-06-06 06:16:13 +0000
  • 07be61a557 fix detach cdrom problem and cd-rom list's layout problem catborise 2020-06-05 09:29:26 +0300
  • 509c57d8ab fix secret list details catborise 2020-06-04 15:45:20 +0300
  • 6a0d04d300 replace deprecated ifequal/ifnotequal with if catborise 2020-06-04 15:40:57 +0300
  • e46bb99b3b fix typos and rearrange imports & add new lines EOF catborise 2020-06-04 15:22:55 +0300
  • e21f423bcf Convert LOGS_PER_PAGE from static settings to appsettings catborise 2020-06-04 14:35:34 +0300
  • 5e00f896d4 add SHOW_PROFILE_EDIT_PASSWORD constant catborise 2020-06-04 14:33:53 +0300
  • c6f0a05f48 django2 style conversion of setting environment catborise 2020-06-04 14:32:51 +0300
  • 028ce0c208 urls.py: convert re_path to path catborise 2020-06-04 14:31:37 +0300
  • fc2662bd91 fix secret types sync with libvirt library catborise 2020-06-04 12:44:47 +0300
  • fe13e4dd66 remove Account View Style settings catborise 2020-06-04 12:42:04 +0300
  • 91a6dcc9f6 Move Allow Empty Password Appsettings to settings.py file catborise 2020-06-01 16:08:04 +0300
  • 24a578f61b Remove some constants from settings.py catborise 2020-05-29 17:13:41 +0300
  • 7538ddab4f Add all settings to appsettings page & Convert settings choices catborise 2020-05-29 00:43:26 +0300
  • 62f8ece0ef update django files to Django 2 catborise 2020-05-26 22:23:57 +0300
  • bf15de507a add aria-label definition to forms catborise 2020-05-26 16:18:38 +0300
  • 8bafaa8720 add scope to th tags for screen readers catborise 2020-05-26 13:52:52 +0300
  • c9d9fdb9e8 add log & alert messages for appsettings changes catborise 2020-05-25 22:23:33 +0300
  • 2d5c701789 Add Settings page: Move theme & lang changer to settings page catborise 2020-05-24 19:20:43 +0300
  • 7409c197ed truncate long file names longer than 55 characters catborise 2020-05-24 00:27:40 +0300
  • 7c93ee1e2f bootstrap 4.5 fixations & Update strings style to f-string catborise 2020-05-22 01:13:39 +0300
  • ccd947a04c update language files catborise 2020-05-22 01:11:12 +0300
  • a93f8b3321 convert strings to python3 f-Strings catborise 2020-05-21 16:17:25 +0300
  • 0461df7685 bootstrap4.5: fix modal headers, some glitches catborise 2020-05-21 16:16:21 +0300
  • 9ab776197c hide details with collapse while creating instance with flavor catborise 2020-05-21 16:11:28 +0300
  • 871083967f bootstrap 4.5 fixations & fix various localizations catborise 2020-05-20 16:18:27 +0300
  • bc25e22ae4 add localization files catborise 2020-05-20 16:14:50 +0300
  • 34006ad223 hide some details with a collapse while custom/template instance creation catborise 2020-05-19 23:01:37 +0300
  • 0e5840498e bootstrap 4.5 & Bootswatch Themes catborise 2020-05-19 19:53:54 +0300
  • e2b7b77da0 jquery update 3.4.1 -> 3.5.1 catborise 2020-05-19 19:28:38 +0300
  • 11fcb6c0f3 show socket error & check with is True catborise 2020-05-19 14:47:21 +0300
  • 566a9d446a add host status checking for statistic request catborise 2020-05-19 00:38:20 +0300
  • 0c72ccd066 add localhost is up checking catborise 2020-05-19 00:07:46 +0300
  • b48b112a40 Update Ace XML Editor 1.4.10 - Move seperate dir catborise 2020-05-14 19:59:22 +0300
  • d384c914a4 stop getting status info before instance delete to prevent domain not found error catborise 2020-05-14 19:34:28 +0300
  • 966da065b4 get host info from compute not instance catborise 2020-05-14 16:45:37 +0300
  • e72073fa79 fix setting title/description function (xml -> lxml) catborise 2020-05-14 14:13:04 +0300
  • e911db8124 fix isinstance method call catborise 2020-04-26 16:14:34 +0300