1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-12 08:25:18 +00:00
Commit graph

143 commits

Author SHA1 Message Date
catborise
2ff0abf8c5
Merge pull request #619 from catborise/master
update requirements
2023-10-30 15:59:51 +03:00
catborise
6974eae62e static_root and static_dirs fix 2023-10-30 15:36:40 +03:00
MisterBlueBear
5a211c0c56 Get MAC OUI from settings.py 2023-10-18 17:34:40 -04:00
Aldo Adirajasa Fathoni
64fdb9315d
Fix socketio default host
The previous value caused webvirtcloud to
try to connect to socketiod with 0.0.0.0.
2023-09-26 21:56:27 +07:00
Amélie Krejčí
561fedfccd
Add new template config and README blocks 2023-09-11 21:39:05 +02:00
Amélie Krejčí
74ee2c073a
Remove old LDAP backend files 2023-09-11 21:19:36 +02:00
catborise
b58c4ef781 add CSRF_TRUSTED_ORIGINS with django 4 2023-09-05 09:08:06 +03:00
catborise
fc2063eccb update requirements 2023-08-17 13:35:55 +03:00
cserma
f2222a6ea8 change name for network model to nic type 2023-08-17 13:22:18 +03:00
catborise
b47ec2e8f9 bootstrap icon conversion fixes 2023-08-11 09:40:38 +03:00
catborise
7e88db9d2b add template profile for django toolbar 2023-08-11 09:40:02 +03:00
Emre Serdengeçti
1cbdf76df6
logger updates (#31)
* Log for failed login attempts

* Logger configuration for logging to file

* interface fixes

* login log fix, added logged in too

* bootstrap icons setup

* font-awesome icons replaced with bootstrap icons

* replaced i-tags with django_bootstrap_icons

* removed icons library from project

* bug fix

---------

Co-authored-by: catborise <catborise@gmail.com>
2023-08-09 09:20:18 +03:00
cserma
96ea999926 redirect after login fix 2023-05-10 13:57:01 +03:00
D-Jy
bb9fe83836
fix zombie processes
Temporary fix for zombie processes.
2023-01-20 12:06:03 +08:00
Jamie Gao
fe7452fcc6 fix syntax error while import settings.py 2022-11-04 01:45:04 +08:00
catborise
51b12a8dec add email config template 2022-10-06 11:46:16 +03:00
catborise
66a9edfae1 fix Docker installation bugs 2022-08-24 15:16:08 +03:00
catborise
46514d0897 add collect static command for rest/swagger ui 2022-08-24 10:29:29 +03:00
catborise
aebcbb63fd remove duplicate restframework module entry 2022-08-22 16:10:31 +03:00
catborise
cfce71ec2b
Rest framework (#24)
* Add rest framework for API: First Commit

* modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions.

* Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface

* update requirements

Co-authored-by: herengui <herengui@uniontech.com>
2022-08-22 15:12:33 +03:00
catborise
92254401dc add socketio parameters 2022-07-21 15:39:50 +03:00
Gaëtan Ferez
65dce10ce1 Implement Libvirt Serial Console as Console on WebVirtCloud 2022-07-17 13:25:47 +02:00
Info-IIG
af5acc8c24 Fix ldap password error 2022-06-29 11:55:36 +02:00
Info-IIG
e26a114c44 Added ldap password encryption 2022-06-15 17:08:16 +02:00
Info-IIG
32eb91f53f Automatic input first name last name and email with ldap 2022-06-14 15:41:38 +02:00
Info-IIG
de2dce7573 Added Technicians group 2022-06-14 15:10:33 +02:00
catborise
9e832c2612 add ldap3 explanations for errors 2021-12-23 12:32:36 +03:00
catborise
073b7b6717
Bootstrap5 (#17)
* Bootstrap5 migration
2021-07-07 14:12:38 +03:00
catborise
1663a49cee fix references to django 3 migration 2021-06-15 14:29:20 +03:00
catborise
ede5710d7c update secret references; move secret to virtsecret because of django compatibility 2021-06-15 14:17:55 +03:00
catborise
18971f01a6 fix indentation error for ldapbackend.py 2021-06-15 13:44:05 +03:00
catborise
5aa22ac042 Django 3.2.4 LTS upgrade 2021-06-15 13:28:47 +03:00
catborise
768b49ea88 update django-icons to 4.0.0 2021-06-10 13:17:49 +03:00
catborise
cb3ed61872 exclude login view for login required necessity to prevent ERR_TOO_MANY_REDIRECTS error 2021-06-10 11:17:44 +03:00
kendarorg
e9b57bfcf7
LDAP Integration ( https://github.com/retspen/webvirtcloud/issues/243 ) (#443)
* Added ldap support

* Update

* Added logging

* Update

* Working

* Working

* Working

* Working

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Check for ldap3 existence

* Add eol

Co-authored-by: Kendar <unknown@kendar.org>
2021-06-02 09:46:12 +03:00
catborise
508e3609be lint with black python. convert f style strings to old one. some small fixes 2020-11-05 12:34:31 +03:00
Real-Gecko
5a19f0c949 OTP improvements 2020-10-19 14:26:08 +06:00
Real-Gecko
1b3fd9d05e replaced ugettext_lazy with gettext_lazy 2020-10-14 18:27:57 +06:00
Real-Gecko
0052323190 Implemented OTP #341 2020-10-08 17:57:51 +06:00
catborise
922a8e62d1 fix some linter warnings 2020-09-25 15:57:17 +03:00
catborise
6bbebdd37c not push only try to import debug_toolbar if settings.debug is true 2020-07-22 11:24:01 +03:00
catborise
b5b43b71bd add dev options to settings + url 2020-07-17 15:27:57 +03:00
Real-Gecko
47009d47ca Instances overhaul 2020-07-13 15:33:09 +06:00
catborise
c0f707854a wsproxy patch 2020-06-26 16:31:41 +03:00
Real-Gecko
bb8f95be14 Some improvements for appsettings app 2020-06-17 15:15:58 +06:00
Real-Gecko
e4e86ed576 replaced django-fa with django-icons 2020-06-15 14:46:13 +06:00
catborise
b7fc8a5fea Language change activation. Fix typos and add new translations 2020-06-10 15:16:58 +03:00
catborise
e46bb99b3b fix typos and rearrange imports & add new lines EOF 2020-06-04 15:22:55 +03:00
catborise
5e00f896d4 add SHOW_PROFILE_EDIT_PASSWORD constant 2020-06-04 14:33:53 +03:00
catborise
91a6dcc9f6 Move Allow Empty Password Appsettings to settings.py file 2020-06-04 12:40:15 +03:00