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

Commit graph

  • 22cb8f702a fix code conventions for pylint catborise 2020-04-24 19:34:29 +0300
  • d283e0e1b3 remove unused resize request from instance catborise 2020-04-24 16:30:39 +0300
  • 9f2de6d916 Merge branch 'master' of https://github.com/catborise/webvirtcloud catborise 2020-06-03 16:58:04 +0300
  • 5ef66e46f2 remove Account View Style settings catborise 2020-06-03 16:09:59 +0300
  • b5e365255c Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +0600
  • 46e4c3eea7 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +0600
  • ad51747697 Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +0600
  • f46a14219c Some test for computes Real-Gecko 2020-05-29 14:00:51 +0600
  • fd25d12f92 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +0600
  • f790c52704 Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +0600
  • 5afa84ee19 Added change password permission Replaces SHOW_PROFILE_EDIT_PASSWORD option Can be set on per user or per group basis Real-Gecko 2020-05-27 18:46:37 +0600
  • c57ef5ca91 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +0600
  • 515b027ab8 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +0600
  • a5bf337052 Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +0600
  • d8b0246a78 Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +0600
  • c77e65df04 remove navbar-fixed-top catborise 2020-06-03 11:51:11 +0300
  • d95e60e2ad fix secrets & console files & move coverage to dev/req catborise 2020-06-03 11:26:25 +0300
  • 37022df459
    Merge pull request #315 from Real-Gecko/master Anatoliy Guskov 2020-06-03 10:25:53 +0300
  • 22157bb050 Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +0600
  • c07bb3cccf Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +0600
  • 9efbf732af Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +0600
  • 6fa99979b7 Some test for computes Real-Gecko 2020-05-29 14:00:51 +0600
  • 23ce286bab Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +0600
  • 73dfdfed85 Fixe migrations for new deployments @Real-Gecko catborise 2020-06-02 13:26:37 +0300
  • c39efd8a0b Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +0600
  • 334d4bff18 Added change password permission Replaces SHOW_PROFILE_EDIT_PASSWORD option Can be set on per user or per group basis Real-Gecko 2020-05-27 18:46:37 +0600
  • fec59b1dd7 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +0600
  • 713d565a2d Move Allow Empty Password Appsettings to settings.py file catborise 2020-06-01 16:08:04 +0300
  • 0718d3b868 convert strings to python3 f-Strings catborise 2020-05-21 16:17:25 +0300
  • be0b0330e7 Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +0600
  • 470ec309ea Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +0600
  • 8cdd0b5a0f Fix default admin user - Fix error: RelatedObjectDoesNotExist: User has no userattributes. "instances/views.py", line 162, in check_user_quota Real-Gecko 2020-05-25 16:39:34 +0600
  • 9057d3bebe Remove some constants from settings.py catborise 2020-05-29 17:13:41 +0300
  • 0438b33e17 Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +0600
  • 3b0d6702f2 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +0600
  • acbc5b287f Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +0600
  • 33b0518da9 Some test for computes Real-Gecko 2020-05-29 14:00:51 +0600
  • 52980c529d Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +0600
  • 65328751c3 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +0600
  • 10b6f88dbb Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +0600
  • 7103c52380 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +0600
  • 67ad9bbe14 Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +0600
  • e9fa4f68df Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +0600
  • 571cc3eb61 Added change password permission Replaces SHOW_PROFILE_EDIT_PASSWORD option Can be set on per user or per group basis Real-Gecko 2020-05-27 18:46:37 +0600
  • e48f331125 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +0600
  • 690400e770 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +0600
  • c7e529a5fb Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +0600
  • 6e71b62ab4 Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +0600
  • d7d8dafedf Fix default admin user - Fix error: RelatedObjectDoesNotExist: User has no userattributes. "instances/views.py", line 162, in check_user_quota Real-Gecko 2020-05-25 16:39:34 +0600
  • 8ef8cf7697 jquery update 3.4.1 -> 3.5.1 catborise 2020-05-19 19:28:38 +0300
  • 75d6b33c26 show socket error & check with is True catborise 2020-05-19 14:47:21 +0300
  • 3f09104980 add host status checking for statistic request catborise 2020-05-19 00:38:20 +0300
  • 94d6da598a add localhost is up checking catborise 2020-05-19 00:07:46 +0300
  • 5ab22ba947 Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +0600
  • 7b0016c0b2 Some test for computes Real-Gecko 2020-05-29 14:00:51 +0600
  • 83b1dde673 Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +0600
  • e44b0d4df3 Add all settings to appsettings page & Convert settings choices catborise 2020-05-29 00:43:26 +0300
  • 85929b5327 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +0600
  • 9718b4c215
    Merge pull request #314 from Real-Gecko/master Anatoliy Guskov 2020-05-28 11:37:26 +0300
  • e4e79d3d4b Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +0600
  • 3d0493537f Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +0600
  • a62daad87b Added change password permission Replaces SHOW_PROFILE_EDIT_PASSWORD option Can be set on per user or per group basis Real-Gecko 2020-05-27 18:46:37 +0600
  • 2a0d240038 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +0600
  • 27f62dff6c Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +0600
  • 38befa4362 Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +0600
  • e304a64a5c update django files to Django 2 catborise 2020-05-26 22:23:57 +0300
  • 20df0f4b5b convert urls to new path format catborise 2020-05-26 20:43:15 +0300
  • e8d4f0d2e1 add aria-label definition to forms catborise 2020-05-26 16:18:38 +0300
  • de97677868 add scope to th tags for screen readers catborise 2020-05-26 13:52:52 +0300
  • 0814e7c90b Fix default admin user via @Real-Gecko catborise 2020-05-25 22:26:37 +0300
  • b631594556 add log & alert messages for appsettings changes catborise 2020-05-25 22:23:33 +0300
  • 8b09037981 Fix instance bottom bar overlapping main content via @Real-Gecko catborise 2020-05-25 22:12:27 +0300
  • 6d82c2820b Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +0600
  • 618d88f1c4 Fix default admin user - Fix error: RelatedObjectDoesNotExist: User has no userattributes. "instances/views.py", line 162, in check_user_quota Real-Gecko 2020-05-25 16:39:34 +0600
  • 729f9e0039 Add Settings page: Move theme & lang changer to settings page catborise 2020-05-24 19:20:43 +0300
  • 18ed90fb7e truncate long file names longer than 55 characters catborise 2020-05-24 00:27:40 +0300
  • 4dc0b65319 bootstrap 4.5 fixations & Update strings style to f-string catborise 2020-05-22 01:13:39 +0300
  • 3dc3a23c6d update language files catborise 2020-05-22 01:11:12 +0300
  • 3e5769fe2d convert strings to python3 f-Strings catborise 2020-05-21 16:17:25 +0300
  • 7864ca6e01 bootstrap4.5: fix modal headers, some glitches catborise 2020-05-21 16:16:21 +0300
  • 2bcddbdea0 hide details with collapse while creating instance with flavor catborise 2020-05-21 16:11:28 +0300
  • 0927a84cd7 bootstrap 4.5 fixations & fix various localizations catborise 2020-05-20 16:18:27 +0300
  • fc412c267c add localization files catborise 2020-05-20 16:14:50 +0300
  • d3fabcdf3a hide some details with a collapse while custom/template instance creation catborise 2020-05-19 23:01:37 +0300
  • 1eaf40a4a0 bootstrap 4.5 & Bootswatch Themes catborise 2020-05-19 19:53:54 +0300
  • 4b02c98411 jquery update 3.4.1 -> 3.5.1 catborise 2020-05-19 19:28:38 +0300
  • 2dd908027e show socket error & check with is True catborise 2020-05-19 14:47:21 +0300
  • 70d4e28795 add host status checking for statistic request catborise 2020-05-19 00:38:20 +0300
  • df6b58baaa add localhost is up checking catborise 2020-05-19 00:07:46 +0300
  • c0655309c0 Update Ace XML Editor 1.4.10 - Move seperate dir catborise 2020-05-14 19:59:22 +0300
  • f3b36107d2 stop getting status info before instance delete to prevent domain not found error catborise 2020-05-14 19:34:28 +0300
  • 1dcbc87935 get host info from compute not instance catborise 2020-05-14 16:45:37 +0300
  • f2bef528c8 fix setting title/description function (xml -> lxml) catborise 2020-05-14 14:13:04 +0300
  • 3ae13a552c fix isinstance method call catborise 2020-04-26 16:14:34 +0300
  • 3fa1be61af fix code conventions for pylint catborise 2020-04-24 19:34:29 +0300
  • 4477b68a20 remove unused resize request from instance catborise 2020-04-24 16:30:39 +0300
  • d9fa43463b
    Merge pull request #308 from catborise/master Anatoliy Guskov 2020-04-20 10:17:09 +0300
  • 2a490cc820
    Merge branch 'master' into master catborise 2020-04-17 18:07:22 +0300
  • 52c856c504 add show/hide bottom bar option in instance details catborise 2020-04-17 15:37:34 +0300
  • f37d6601e1 create admin user while migrating catborise 2020-04-17 14:03:42 +0300