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

813 commits

Author SHA1 Message Date
catborise
fe13e4dd66 remove Account View Style settings 2020-06-04 12:42:04 +03:00
catborise
91a6dcc9f6 Move Allow Empty Password Appsettings to settings.py file 2020-06-04 12:40:15 +03:00
catborise
24a578f61b Remove some constants from settings.py 2020-06-04 12:36:56 +03:00
catborise
7538ddab4f Add all settings to appsettings page & Convert settings choices 2020-06-04 12:32:00 +03:00
catborise
62f8ece0ef update django files to Django 2 2020-06-04 12:06:23 +03:00
catborise
bf15de507a add aria-label definition to forms 2020-06-04 12:05:55 +03:00
catborise
8bafaa8720 add scope to th tags for screen readers 2020-06-04 12:04:46 +03:00
catborise
c9d9fdb9e8 add log & alert messages for appsettings changes 2020-06-04 12:04:19 +03:00
catborise
2d5c701789 Add Settings page: Move theme & lang changer to settings page 2020-06-04 12:03:26 +03:00
catborise
7409c197ed truncate long file names longer than 55 characters 2020-06-04 11:39:02 +03:00
catborise
7c93ee1e2f bootstrap 4.5 fixations & Update strings style to f-string 2020-06-04 11:38:41 +03:00
catborise
ccd947a04c update language files 2020-06-04 11:37:13 +03:00
catborise
a93f8b3321 convert strings to python3 f-Strings 2020-06-04 11:37:01 +03:00
catborise
0461df7685 bootstrap4.5: fix modal headers, some glitches 2020-06-04 11:36:47 +03:00
catborise
9ab776197c hide details with collapse while creating instance with flavor 2020-06-04 11:36:18 +03:00
catborise
871083967f bootstrap 4.5 fixations & fix various localizations 2020-06-04 11:35:57 +03:00
catborise
bc25e22ae4 add localization files 2020-06-04 11:34:26 +03:00
catborise
34006ad223 hide some details with a collapse while custom/template instance creation 2020-06-04 11:34:08 +03:00
catborise
0e5840498e bootstrap 4.5 & Bootswatch Themes 2020-06-04 11:33:25 +03:00
catborise
e2b7b77da0 jquery update 3.4.1 -> 3.5.1 2020-06-04 08:52:32 +03:00
catborise
11fcb6c0f3 show socket error & check with is True 2020-06-04 08:52:21 +03:00
catborise
566a9d446a add host status checking for statistic request 2020-06-04 08:52:07 +03:00
catborise
0c72ccd066 add localhost is up checking 2020-06-04 08:51:54 +03:00
catborise
b48b112a40 Update Ace XML Editor 1.4.10 - Move seperate dir 2020-06-04 08:51:27 +03:00
catborise
d384c914a4 stop getting status info before instance delete to prevent domain not found error 2020-06-04 08:51:14 +03:00
catborise
966da065b4 get host info from compute not instance 2020-06-04 08:50:33 +03:00
catborise
e72073fa79 fix setting title/description function (xml -> lxml) 2020-06-04 08:50:17 +03:00
catborise
e911db8124 fix isinstance method call 2020-06-04 08:49:09 +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
Anatoliy Guskov
37022df459
Merge pull request #315 from Real-Gecko/master
Fixed migrations for new deployments, added unit tests
2020-06-03 10:25:53 +03:00
Real-Gecko
10b6f88dbb Added coverage.py support 2020-05-29 19:37:49 +06:00
Real-Gecko
7103c52380 Reworked some computes forms and views 2020-05-29 19:25:36 +06:00
Real-Gecko
5ab22ba947 Added accounts test(moved from admin)
Actuall added admin tests
2020-05-29 15:47:13 +06:00
Real-Gecko
7b0016c0b2 Some test for computes 2020-05-29 14:00:51 +06:00
Real-Gecko
83b1dde673 Added admin app unit tests 2020-05-29 12:46:25 +06:00
Real-Gecko
85929b5327 Fixe migrations for new deployments 2020-05-28 18:19:25 +06:00
Anatoliy Guskov
9718b4c215
Merge pull request #314 from Real-Gecko/master
Some fixes and changes
2020-05-28 11:37:26 +03:00
Real-Gecko
e4e79d3d4b Added info from #18 to README 2020-05-28 11:36:49 +06:00
Real-Gecko
3d0493537f Added 'instances:clone_instances' permission
Replaces 'can_clone_instances' user attribute
2020-05-28 11:20:23 +06:00
Real-Gecko
a62daad87b Added change password permission
Replaces SHOW_PROFILE_EDIT_PASSWORD option
Can be set on per user or per group basis
2020-05-27 18:46:37 +06:00
Real-Gecko
2a0d240038 Fix admin urls not included into main urls.py 2020-05-27 18:41:34 +06:00
Real-Gecko
27f62dff6c Added admin application
- Manage users
- Manage groups
- Manage logs
2020-05-27 18:24:06 +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
Real-Gecko
6d82c2820b Fix instance bottom bar overlapping main content 2020-05-25 17:32:36 +06:00
Real-Gecko
618d88f1c4 Fix default admin user
- Fix error: RelatedObjectDoesNotExist: User has no userattributes.
  "instances/views.py", line 162, in check_user_quota
2020-05-25 16:39:34 +06:00
Anatoliy Guskov
d9fa43463b
Merge pull request #308 from catborise/master
Django2 & Python3 Migrate
2020-04-20 10:17:09 +03:00
catborise
2a490cc820
Merge branch 'master' into master 2020-04-17 18:07:22 +03:00
catborise
52c856c504 add show/hide bottom bar option in instance details 2020-04-17 15:37:34 +03:00
catborise
f37d6601e1 create admin user while migrating 2020-04-17 14:03:42 +03:00