catborise
|
9f2de6d916
|
Merge branch 'master' of https://github.com/catborise/webvirtcloud
|
2020-06-03 16:58:04 +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
|
22157bb050
|
Added coverage.py support
|
2020-06-02 15:34:43 +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
|
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
|
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 |
|
Real-Gecko
|
0438b33e17
|
Added coverage.py support
|
2020-05-29 17:00:47 +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
|
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
|
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
|
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
|
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
|
e44b0d4df3
|
Add all settings to appsettings page & Convert settings choices
|
2020-05-29 00:43:26 +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
|
729f9e0039
|
Add Settings page: Move theme & lang changer to settings page
|
2020-05-24 19:20:43 +03:00 |
|
catborise
|
4dc0b65319
|
bootstrap 4.5 fixations & Update strings style to f-string
|
2020-05-22 01:13:39 +03:00 |
|
catborise
|
0927a84cd7
|
bootstrap 4.5 fixations & fix various localizations
|
2020-05-20 16:18:27 +03:00 |
|
catborise
|
1eaf40a4a0
|
bootstrap 4.5 & Bootswatch Themes
|
2020-05-19 19:53:54 +03:00 |
|
catborise
|
3fa1be61af
|
fix code conventions for pylint
|
2020-04-24 19:34:29 +03:00 |
|
catborise
|
f37d6601e1
|
create admin user while migrating
|
2020-04-17 14:03:42 +03:00 |
|
catborise
|
4d40de1b55
|
Python3 & Django 2.2 Migration - Fix & Updates
|
2020-03-16 16:59:45 +03:00 |
|
catborise
|
a6f7618854
|
convert django.core.urlresolver to django.urls. fix i18n. fix identation
|
2020-01-24 10:09:46 +03:00 |
|
catborise
|
828a271789
|
pep8 style code corrections
|
2019-09-10 09:48:31 +03:00 |
|
catborise
|
b18290794e
|
Translate, indentation and typo fixes
|
2019-07-31 11:03:48 +03:00 |
|
catborise
|
25e6381fc9
|
add Compute instances tab. Minimal invasion. minimal change. keep structure
|
2018-09-28 13:33:21 +03:00 |
|
Ing. Jan KRCMAR
|
01ace81c32
|
Merge remote-tracking branch 'retspen/master' into merge
Conflicts:
instances/templates/instance.html
instances/urls.py
instances/views.py
|
2018-08-21 09:50:29 +02:00 |
|
catborise
|
aa32d826d9
|
django on_delete statement is must after than
|
2018-08-08 14:50:58 +03:00 |
|
catborise
|
aba92e30b5
|
x character converted to ×
|
2018-08-01 17:18:51 +03:00 |
|
catborise
|
858d1f87d5
|
integer_validator causes import problem. it removed
|
2018-07-30 09:24:29 +03:00 |
|
Ing. Jan KRCMAR
|
b909b9d0f1
|
Merge remote-tracking branch 'retspen/master' into upgrade_django
|
2018-07-26 12:44:22 +02:00 |
|
Ing. Jan KRCMAR
|
9f7ec62226
|
accounts: add public key check
|
2018-07-26 11:33:12 +02:00 |
|
catborise
|
bdfdd9238f
|
Correction of requirements
|
2018-07-18 11:41:34 +03:00 |
|
catborise
|
ace30ca952
|
Libxml2 converted to lxml, django framework upgrade to 1.11.x and some bug fixes
|
2018-06-27 10:20:51 +03:00 |
|
Ing. Jan KRCMAR
|
43a8fb6dc1
|
add accounts view style list. configurable via settings.VIEW_ACCOUNTS_STYLE
|
2018-05-15 14:22:10 +02:00 |
|
Ing. Jan KRCMAR
|
8d46bd40fd
|
create_user_block.html fix broken dom
|
2018-05-15 14:11:31 +02:00 |
|
Ing. Jan KRCMAR
|
6e5e10594c
|
SHOW_PROFILE_EDIT_PASSWORD, SHOW_ACCESS_ROOT_PASSWORD, SHOW_ACCESS_SSH_KEYS in settings.py are not inherited in templates. they are now forwarded directly into views.
|
2018-05-07 10:51:23 +02:00 |
|