1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Commit graph

  • 8bafaa8720 add scope to th tags for screen readers catborise 2020-05-26 13:52:52 +03:00
  • c9d9fdb9e8 add log & alert messages for appsettings changes catborise 2020-05-25 22:23:33 +03:00
  • 2d5c701789 Add Settings page: Move theme & lang changer to settings page catborise 2020-05-24 19:20:43 +03:00
  • 7409c197ed truncate long file names longer than 55 characters catborise 2020-05-24 00:27:40 +03:00
  • 7c93ee1e2f bootstrap 4.5 fixations & Update strings style to f-string catborise 2020-05-22 01:13:39 +03:00
  • ccd947a04c update language files catborise 2020-05-22 01:11:12 +03:00
  • a93f8b3321 convert strings to python3 f-Strings catborise 2020-05-21 16:17:25 +03:00
  • 0461df7685 bootstrap4.5: fix modal headers, some glitches catborise 2020-05-21 16:16:21 +03:00
  • 9ab776197c hide details with collapse while creating instance with flavor catborise 2020-05-21 16:11:28 +03:00
  • 871083967f bootstrap 4.5 fixations & fix various localizations catborise 2020-05-20 16:18:27 +03:00
  • bc25e22ae4 add localization files catborise 2020-05-20 16:14:50 +03:00
  • 34006ad223 hide some details with a collapse while custom/template instance creation catborise 2020-05-19 23:01:37 +03:00
  • 0e5840498e bootstrap 4.5 & Bootswatch Themes catborise 2020-05-19 19:53:54 +03:00
  • e2b7b77da0 jquery update 3.4.1 -> 3.5.1 catborise 2020-05-19 19:28:38 +03:00
  • 11fcb6c0f3 show socket error & check with is True catborise 2020-05-19 14:47:21 +03:00
  • 566a9d446a add host status checking for statistic request catborise 2020-05-19 00:38:20 +03:00
  • 0c72ccd066 add localhost is up checking catborise 2020-05-19 00:07:46 +03:00
  • b48b112a40 Update Ace XML Editor 1.4.10 - Move seperate dir catborise 2020-05-14 19:59:22 +03:00
  • d384c914a4 stop getting status info before instance delete to prevent domain not found error catborise 2020-05-14 19:34:28 +03:00
  • 966da065b4 get host info from compute not instance catborise 2020-05-14 16:45:37 +03:00
  • e72073fa79 fix setting title/description function (xml -> lxml) catborise 2020-05-14 14:13:04 +03:00
  • e911db8124 fix isinstance method call catborise 2020-04-26 16:14:34 +03:00
  • 22cb8f702a fix code conventions for pylint catborise 2020-04-24 19:34:29 +03:00
  • d283e0e1b3 remove unused resize request from instance catborise 2020-04-24 16:30:39 +03:00
  • 9f2de6d916 Merge branch 'master' of https://github.com/catborise/webvirtcloud catborise 2020-06-03 16:58:04 +03:00
  • 5ef66e46f2 remove Account View Style settings catborise 2020-06-03 16:09:59 +03:00
  • b5e365255c Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +06:00
  • 46e4c3eea7 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +06:00
  • ad51747697 Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +06:00
  • f46a14219c Some test for computes Real-Gecko 2020-05-29 14:00:51 +06:00
  • fd25d12f92 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +06:00
  • f790c52704 Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +06:00
  • 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 +06:00
  • c57ef5ca91 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +06:00
  • 515b027ab8 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +06:00
  • a5bf337052 Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +06:00
  • d8b0246a78 Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +06:00
  • c77e65df04 remove navbar-fixed-top catborise 2020-06-03 11:51:11 +03:00
  • d95e60e2ad fix secrets & console files & move coverage to dev/req catborise 2020-06-03 11:26:25 +03:00
  • 37022df459
    Merge pull request #315 from Real-Gecko/master Anatoliy Guskov 2020-06-03 10:25:53 +03:00
  • 22157bb050 Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +06:00
  • c07bb3cccf Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +06:00
  • 9efbf732af Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +06:00
  • 6fa99979b7 Some test for computes Real-Gecko 2020-05-29 14:00:51 +06:00
  • 23ce286bab Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +06:00
  • 73dfdfed85 Fixe migrations for new deployments @Real-Gecko catborise 2020-06-02 13:26:37 +03:00
  • c39efd8a0b Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +06:00
  • 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 +06:00
  • fec59b1dd7 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +06:00
  • 713d565a2d Move Allow Empty Password Appsettings to settings.py file catborise 2020-06-01 16:08:04 +03:00
  • 0718d3b868 convert strings to python3 f-Strings catborise 2020-05-21 16:17:25 +03:00
  • be0b0330e7 Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +06:00
  • 470ec309ea Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +06:00
  • 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 +06:00
  • 9057d3bebe Remove some constants from settings.py catborise 2020-05-29 17:13:41 +03:00
  • 0438b33e17 Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +06:00
  • 3b0d6702f2 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +06:00
  • acbc5b287f Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +06:00
  • 33b0518da9 Some test for computes Real-Gecko 2020-05-29 14:00:51 +06:00
  • 52980c529d Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +06:00
  • 65328751c3 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +06:00
  • 10b6f88dbb Added coverage.py support Real-Gecko 2020-05-29 19:37:49 +06:00
  • 7103c52380 Reworked some computes forms and views Real-Gecko 2020-05-29 19:25:36 +06:00
  • 67ad9bbe14 Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +06:00
  • e9fa4f68df Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +06:00
  • 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 +06:00
  • e48f331125 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +06:00
  • 690400e770 Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +06:00
  • c7e529a5fb Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +06:00
  • 6e71b62ab4 Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +06:00
  • 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 +06:00
  • 8ef8cf7697 jquery update 3.4.1 -> 3.5.1 catborise 2020-05-19 19:28:38 +03:00
  • 75d6b33c26 show socket error & check with is True catborise 2020-05-19 14:47:21 +03:00
  • 3f09104980 add host status checking for statistic request catborise 2020-05-19 00:38:20 +03:00
  • 94d6da598a add localhost is up checking catborise 2020-05-19 00:07:46 +03:00
  • 5ab22ba947 Added accounts test(moved from admin) Actuall added admin tests Real-Gecko 2020-05-29 15:47:13 +06:00
  • 7b0016c0b2 Some test for computes Real-Gecko 2020-05-29 14:00:51 +06:00
  • 83b1dde673 Added admin app unit tests Real-Gecko 2020-05-29 12:46:25 +06:00
  • e44b0d4df3 Add all settings to appsettings page & Convert settings choices catborise 2020-05-29 00:43:26 +03:00
  • 85929b5327 Fixe migrations for new deployments Real-Gecko 2020-05-28 18:19:25 +06:00
  • 9718b4c215
    Merge pull request #314 from Real-Gecko/master Anatoliy Guskov 2020-05-28 11:37:26 +03:00
  • e4e79d3d4b Added info from #18 to README Real-Gecko 2020-05-28 11:36:49 +06:00
  • 3d0493537f Added 'instances:clone_instances' permission Replaces 'can_clone_instances' user attribute Real-Gecko 2020-05-28 11:20:23 +06:00
  • 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 +06:00
  • 2a0d240038 Fix admin urls not included into main urls.py Real-Gecko 2020-05-27 18:41:34 +06:00
  • 27f62dff6c Added admin application - Manage users - Manage groups - Manage logs Real-Gecko 2020-05-27 18:24:06 +06:00
  • 38befa4362 Added django-login-required-middleware Thus eliminating need for login_requred decorator on every view Real-Gecko 2020-05-27 12:43:29 +06:00
  • e304a64a5c update django files to Django 2 catborise 2020-05-26 22:23:57 +03:00
  • 20df0f4b5b convert urls to new path format catborise 2020-05-26 20:43:15 +03:00
  • e8d4f0d2e1 add aria-label definition to forms catborise 2020-05-26 16:18:38 +03:00
  • de97677868 add scope to th tags for screen readers catborise 2020-05-26 13:52:52 +03:00
  • 0814e7c90b Fix default admin user via @Real-Gecko catborise 2020-05-25 22:26:37 +03:00
  • b631594556 add log & alert messages for appsettings changes catborise 2020-05-25 22:23:33 +03:00
  • 8b09037981 Fix instance bottom bar overlapping main content via @Real-Gecko catborise 2020-05-25 22:12:27 +03:00
  • 6d82c2820b Fix instance bottom bar overlapping main content Real-Gecko 2020-05-25 17:32:36 +06:00
  • 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 +06:00
  • 729f9e0039 Add Settings page: Move theme & lang changer to settings page catborise 2020-05-24 19:20:43 +03:00
  • 18ed90fb7e truncate long file names longer than 55 characters catborise 2020-05-24 00:27:40 +03:00
  • 4dc0b65319 bootstrap 4.5 fixations & Update strings style to f-string catborise 2020-05-22 01:13:39 +03:00
  • 3dc3a23c6d update language files catborise 2020-05-22 01:11:12 +03:00