Gao Jiangmiao
3488661dc9
Migrate to django 2.2.4
...
The django.core.urlresolvers module is removed in favor of its new location, django.urls.
The on_delete argument for ForeignKey and OneToOneField is required in models and migrations.
2019-08-16 13:07:59 +08:00
Gao Jiangmiao
a4d74a09a6
Migrate source code to python 3.7 and refine code style
2019-08-16 12:59:37 +08: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
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
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
Ing. Jan KRCMAR
fdca3cef9c
account view now displays user public keys
2017-11-15 12:55:05 +01:00
Ing. Jan KRCMAR
b095a77da5
configure_user() moved from class MyRemoteUserBackend to class UserAttributes, as static factory.
...
call configure_user() while adding user from form
2017-07-18 15:05:30 +02:00
Ing. Jan KRCMAR
3e709cd253
accounts/views: do not redirect to profile, if user wants to see self
2017-06-06 15:07:02 +02:00
Ing. Jan KRCMAR
fe89af9d8f
using custom accounts.backends.MyRemoteUserBackend, which adds default instances and attributes for user
...
create_missing_userattributes removed from accounts view
2017-03-31 14:29:27 +02:00
Daniel Rieper
29b722ff41
Merge branch 'master' of https://github.com/honza801/webvirtcloud
...
Conflicts:
instances/templates/instance.html
instances/views.py
2016-07-29 13:05:54 +02:00
Ing. Jan KRCMAR
3666ff0738
settings.ALLOW_EMPTY_PASSWORD added. allows to create user withnout password. useful with SSO authentication.
2016-06-02 13:39:18 +02:00
Valentin Samir
7efbfec17f
Add an option to allow an user to change VNC settings
2016-05-09 12:09:21 +02:00
Jan Krcmar
9327cf36c4
accounts view sorts users by username
2016-05-06 14:39:52 +02:00
Jan Krcmar
8de4c6b131
/accounts view creates userattributes automatically
2016-04-26 08:50:58 +02:00
Jan Krcmar
f8e681dbf4
added user disk quota limit
...
added quota warning in instance page
2016-03-31 13:12:52 +02:00
Jan Krcmar
317c2a85ae
user can now clone instances, admin can specify user quotas (instances,cpus,memory)
...
user can only select predefined instance names, mac and disk names are selected automatically
2016-03-23 09:00:42 +01:00
Jan Krcmar
9832e662a8
account create_user_instance form sorts instances by name
2016-03-21 10:24:09 +01:00
Jan Krcmar
71c6161291
accounts/edit added is_staff and is_superuser checkboxes
...
list all users (previously staff and admins were not displayed)
2016-02-09 11:16:36 +01:00
Jan Krcmar
8deb844c35
adding new instance to user checks existing instances assigned to user
2016-01-19 15:43:56 +01:00
Jan Krcmar
6151792d9b
allow multiple owners of single instance. this is controlled by settings.ALLOW_INSTANCE_MULTIPLE_OWNER
2016-01-15 10:12:03 +01:00
Jan Krcmar
dac974ddab
request.user.is_authenticated() substitued for @login_required decorator
...
settings.LOGIN_URL = /accounts/login
2015-12-22 15:09:02 +01:00
Retspen
2d1f72a7e1
Added models and telmplate for sshkeys
2015-05-27 14:10:57 +03:00
Retspen
b4e8da8671
Resoved problem with app template
2015-04-02 16:20:46 +03:00
Retspen
ea41412aac
Move tempates
2015-04-02 11:48:40 +03:00
Retspen
56f840c893
Fixed pep8
2015-03-27 17:12:15 +02:00
Retspen
6604aa9d11
Fixed refer from logs to accouts admin
2015-03-26 16:03:12 +02:00
Retspen
1f68e8c5ed
Added migration
2015-03-25 11:36:37 +02:00
Retspen
9497eb7c89
Added profile page
2015-03-24 14:45:38 +02:00
Retspen
02ae7336ea
Refactor users page
2015-03-18 17:13:44 +02:00
Retspen
29b05745ad
Added users page
2015-03-02 10:52:07 +02:00
Retspen
4d48e79341
Initial commit
2015-02-27 10:53:51 +02:00