gva/gnuviechadmin/osusers
Jan Dittberner d5bba7a22d asynchronous refactoring
- don't execute celery tasks directly
- introduce optional parameters to fileserver tasks to allow chaining
- handle user/group/key create and delete tasks in new osusers.signals
  class
- adapt unit tests
- change TaskResults model to store the task signatures
- generalize the local settings' logging configuration
2015-10-12 00:23:31 +02: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 asynchronous refactoring 2015-10-12 00:23:31 +02: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 asynchronous refactoring 2015-10-12 00:23:31 +02:00
forms.py fix broken ssh public key handling 2015-02-21 20:57:18 +01:00
models.py asynchronous refactoring 2015-10-12 00:23:31 +02:00
signals.py asynchronous refactoring 2015-10-12 00:23:31 +02: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