catborise
|
9f2de6d916
|
Merge branch 'master' of https://github.com/catborise/webvirtcloud
|
2020-06-03 16:58:04 +03:00 |
|
catborise
|
5ef66e46f2
|
remove Account View Style settings
|
2020-06-03 16:09:59 +03:00 |
|
Real-Gecko
|
b5e365255c
|
Added coverage.py support
|
2020-06-03 16:04:26 +03:00 |
|
Real-Gecko
|
46e4c3eea7
|
Reworked some computes forms and views
|
2020-06-03 16:01:47 +03:00 |
|
Real-Gecko
|
ad51747697
|
Added accounts test(moved from admin)
Actuall added admin tests
|
2020-06-03 15:27:24 +03:00 |
|
Real-Gecko
|
f46a14219c
|
Some test for computes
|
2020-06-03 15:25:25 +03:00 |
|
Real-Gecko
|
fd25d12f92
|
Fixe migrations for new deployments
|
2020-06-03 15:23:19 +03:00 |
|
Real-Gecko
|
f790c52704
|
Added 'instances:clone_instances' permission
Replaces 'can_clone_instances' user attribute
|
2020-06-03 15:19:46 +03:00 |
|
Real-Gecko
|
5afa84ee19
|
Added change password permission
Replaces SHOW_PROFILE_EDIT_PASSWORD option
Can be set on per user or per group basis
|
2020-06-03 15:18:40 +03:00 |
|
Real-Gecko
|
c57ef5ca91
|
Fix admin urls not included into main urls.py
|
2020-06-03 15:09:20 +03:00 |
|
Real-Gecko
|
515b027ab8
|
Added admin application
- Manage users
- Manage groups
- Manage logs
|
2020-06-03 15:06:53 +03:00 |
|
Real-Gecko
|
a5bf337052
|
Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
|
2020-06-03 14:45:55 +03:00 |
|
Real-Gecko
|
d8b0246a78
|
Fix instance bottom bar overlapping main content
|
2020-06-03 14:34:37 +03:00 |
|
catborise
|
c77e65df04
|
remove navbar-fixed-top
|
2020-06-03 11:51:11 +03:00 |
|
catborise
|
d95e60e2ad
|
fix secrets & console files & move coverage to dev/req
|
2020-06-03 11:26:25 +03:00 |
|
Real-Gecko
|
22157bb050
|
Added coverage.py support
|
2020-06-02 15:34:43 +03:00 |
|
Real-Gecko
|
c07bb3cccf
|
Reworked some computes forms and views
|
2020-06-02 15:34:12 +03:00 |
|
Real-Gecko
|
9efbf732af
|
Added accounts test(moved from admin)
Actuall added admin tests
|
2020-06-02 14:55:43 +03:00 |
|
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 |
|
catborise
|
0718d3b868
|
convert strings to python3 f-Strings
|
2020-05-29 21:05:21 +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 |
|
Real-Gecko
|
0438b33e17
|
Added coverage.py support
|
2020-05-29 17:00:47 +03:00 |
|
Real-Gecko
|
3b0d6702f2
|
Reworked some computes forms and views
|
2020-05-29 16:59:37 +03:00 |
|
Real-Gecko
|
acbc5b287f
|
Added accounts test(moved from admin)
Actuall added admin tests
|
2020-05-29 16:43:20 +03:00 |
|
Real-Gecko
|
33b0518da9
|
Some test for computes
|
2020-05-29 16:43:09 +03:00 |
|
Real-Gecko
|
52980c529d
|
Added admin app unit tests
|
2020-05-29 16:42:57 +03:00 |
|
Real-Gecko
|
65328751c3
|
Fixe migrations for new deployments
|
2020-05-29 16:42:41 +03:00 |
|
Real-Gecko
|
67ad9bbe14
|
Added info from #18 to README
|
2020-05-29 16:18:54 +03:00 |
|
Real-Gecko
|
e9fa4f68df
|
Added 'instances:clone_instances' permission
Replaces 'can_clone_instances' user attribute
|
2020-05-29 16:18:24 +03:00 |
|
Real-Gecko
|
571cc3eb61
|
Added change password permission
Replaces SHOW_PROFILE_EDIT_PASSWORD option
Can be set on per user or per group basis
|
2020-05-29 16:18:01 +03:00 |
|
Real-Gecko
|
e48f331125
|
Fix admin urls not included into main urls.py
|
2020-05-29 16:17:12 +03:00 |
|
Real-Gecko
|
690400e770
|
Added admin application
- Manage users
- Manage groups
- Manage logs
|
2020-05-29 16:14:55 +03:00 |
|
Real-Gecko
|
c7e529a5fb
|
Added django-login-required-middleware
Thus eliminating need for login_requred decorator on every view
|
2020-05-29 14:57:25 +03:00 |
|
Real-Gecko
|
6e71b62ab4
|
Fix instance bottom bar overlapping main content
|
2020-05-29 14:15:28 +03:00 |
|
Real-Gecko
|
d7d8dafedf
|
Fix default admin user
- Fix error: RelatedObjectDoesNotExist: User has no userattributes.
"instances/views.py", line 162, in check_user_quota
|
2020-05-29 14:14:16 +03:00 |
|
catborise
|
8ef8cf7697
|
jquery update 3.4.1 -> 3.5.1
|
2020-05-29 14:07:23 +03:00 |
|
catborise
|
75d6b33c26
|
show socket error & check with is True
|
2020-05-29 14:07:06 +03:00 |
|
catborise
|
3f09104980
|
add host status checking for statistic request
|
2020-05-29 14:06:56 +03:00 |
|
catborise
|
94d6da598a
|
add localhost is up checking
|
2020-05-29 14:06:35 +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 |
|