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

807 commits

Author SHA1 Message Date
Real-Gecko
6fa99979b7 Some test for computes 2020-06-02 14:43:02 +03:00
Real-Gecko
23ce286bab Added admin app unit tests 2020-06-02 13:27:01 +03:00
catborise
73dfdfed85 Fixe migrations for new deployments @Real-Gecko 2020-06-02 13:26:37 +03:00
Real-Gecko
c39efd8a0b Added 'instances:clone_instances' permission
Replaces 'can_clone_instances' user attribute
2020-06-02 13:16:16 +03:00
Real-Gecko
334d4bff18 Added change password permission
Replaces SHOW_PROFILE_EDIT_PASSWORD option
Can be set on per user or per group basis
2020-06-02 13:07:30 +03:00
Real-Gecko
fec59b1dd7 Added admin application
- Manage users
- Manage groups
- Manage logs
2020-06-02 12:37:44 +03:00
catborise
713d565a2d Move Allow Empty Password Appsettings to settings.py file 2020-06-01 16:08:04 +03:00
Real-Gecko
be0b0330e7 Added info from #18 to README 2020-05-29 18:17:37 +03:00
Real-Gecko
470ec309ea Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
2020-05-29 18:12:53 +03:00
Real-Gecko
8cdd0b5a0f Fix default admin user
- Fix error: RelatedObjectDoesNotExist: User has no userattributes.
  "instances/views.py", line 162, in check_user_quota
2020-05-29 17:55:56 +03:00
catborise
9057d3bebe Remove some constants from settings.py 2020-05-29 17:13:41 +03:00
catborise
e44b0d4df3 Add all settings to appsettings page & Convert settings choices 2020-05-29 00:43:26 +03:00
catborise
e304a64a5c update django files to Django 2 2020-05-26 22:23:57 +03:00
catborise
20df0f4b5b convert urls to new path format 2020-05-26 20:43:15 +03:00
catborise
e8d4f0d2e1 add aria-label definition to forms 2020-05-26 16:18:38 +03:00
catborise
de97677868 add scope to th tags for screen readers 2020-05-26 13:52:52 +03:00
catborise
0814e7c90b Fix default admin user via @Real-Gecko 2020-05-25 22:26:37 +03:00
catborise
b631594556 add log & alert messages for appsettings changes 2020-05-25 22:23:33 +03:00
catborise
8b09037981 Fix instance bottom bar overlapping main content via @Real-Gecko 2020-05-25 22:12:27 +03:00
catborise
729f9e0039 Add Settings page: Move theme & lang changer to settings page 2020-05-24 19:20:43 +03:00
catborise
18ed90fb7e truncate long file names longer than 55 characters 2020-05-24 00:27:40 +03:00
catborise
4dc0b65319 bootstrap 4.5 fixations & Update strings style to f-string 2020-05-22 01:13:39 +03:00
catborise
3dc3a23c6d update language files 2020-05-22 01:11:12 +03:00
catborise
3e5769fe2d convert strings to python3 f-Strings 2020-05-21 16:17:25 +03:00
catborise
7864ca6e01 bootstrap4.5: fix modal headers, some glitches 2020-05-21 16:16:21 +03:00
catborise
2bcddbdea0 hide details with collapse while creating instance with flavor 2020-05-21 16:11:28 +03:00
catborise
0927a84cd7 bootstrap 4.5 fixations & fix various localizations 2020-05-20 16:18:27 +03:00
catborise
fc412c267c add localization files 2020-05-20 16:14:50 +03:00
catborise
d3fabcdf3a hide some details with a collapse while custom/template instance creation 2020-05-19 23:01:37 +03:00
catborise
1eaf40a4a0 bootstrap 4.5 & Bootswatch Themes 2020-05-19 19:53:54 +03:00
catborise
4b02c98411 jquery update 3.4.1 -> 3.5.1 2020-05-19 19:28:38 +03:00
catborise
2dd908027e show socket error & check with is True 2020-05-19 14:47:21 +03:00
catborise
70d4e28795 add host status checking for statistic request 2020-05-19 00:38:20 +03:00
catborise
df6b58baaa add localhost is up checking 2020-05-19 00:07:46 +03:00
catborise
c0655309c0 Update Ace XML Editor 1.4.10 - Move seperate dir 2020-05-14 19:59:22 +03:00
catborise
f3b36107d2 stop getting status info before instance delete to prevent domain not found error 2020-05-14 19:34:28 +03:00
catborise
1dcbc87935 get host info from compute not instance 2020-05-14 16:45:37 +03:00
catborise
f2bef528c8 fix setting title/description function (xml -> lxml) 2020-05-14 14:13:04 +03:00
catborise
3ae13a552c fix isinstance method call 2020-04-26 16:14:34 +03:00
catborise
3fa1be61af fix code conventions for pylint 2020-04-24 19:34:29 +03:00
catborise
4477b68a20 remove unused resize request from instance 2020-04-24 16:30:39 +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
catborise
6aa6ea0817 change libguestfs version python3 2020-04-17 14:03:03 +03:00
catborise
d3de4bbc30 change statements python -> python3 2020-04-17 14:02:18 +03:00
catborise
f9b837841c update django 2.2.10 to 2.2.12 2020-04-06 14:14:17 +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