gva/gnuviechadmin/osusers
Jan Dittberner 25b5b82a06 fix broken ssh public key handling
- make sure that AddSshPublicKeyForm does not try to parse the key if it is
  None
- split the key text into a maximum of 3 parts to allow whitespace in comments
- update changelog
2015-02-21 20:57:18 +01:00
..
locale/de/LC_MESSAGES add german translation for new strings 2015-02-01 02:30:30 +01:00
migrations implement SshPublicKey model, manager and tests 2015-02-01 00:07:56 +01:00
tests repair osusers.tests.test_admin 2015-02-01 00:08:04 +01:00
__init__.py document osusers code 2014-12-27 22:44:27 +01:00
admin.py add view osusers.views.AddSshPublicKey 2015-02-01 00:44:31 +01:00
apps.py use taskresults app and delete_ldap_group task 2014-12-29 15:57:03 +01:00
forms.py fix broken ssh public key handling 2015-02-21 20:57:18 +01:00
models.py fix broken ssh public key handling 2015-02-21 20:57:18 +01:00
urls.py add list, delete and edit comment of SSH public keys 2015-02-01 01:55:09 +01:00
views.py add appropriate filtering for SSH key list 2015-02-21 20:30:15 +01:00