* release/0.4.0: (25 commits)
define version number, update changelog
set database password at the appropriate place
remove username argument from delete_pgsql_database call
remove username argument of pgsqltasks.tasks.delete_pgsql_database
fix documentation issues
add autogenerated documentation for module members
make userdbs admin work properly
add initial migration for userdbs
add admin and a bit of documentation
add new incomplete userdbs app
document addition of mysqltasks and pgsqltasks
add mysqltasks and pgsqltasks with placeholders for the real tasks
set default locale to en-us to avoid translated migrations
add migration for verbose_name and verbose_name_plural in osusers.models.User
switch to gvacommon.celeryrouters.GvaRouter
unify routers, add support for mysql and pgsql tasks
use taskresults app and delete_ldap_group task
add taskresults app to handle celery task results
add new task delete_ldap_group
define celery timezone, restrict celery content to json
...
* feature/userdbs:
add autogenerated documentation for module members
make userdbs admin work properly
add initial migration for userdbs
add admin and a bit of documentation
add new incomplete userdbs app
* feature/customer-users:
add german translation
add code documentation to docs
document osusers code
add customer field to osusers.models.User
allow generated password for new osusers
* release/0.3.0:
set version 0.3.0
call create/delete mailbox tasks when saving/deleting mailboxes
use celery routers from gvacommon
initial version
implement automatic creation of mailbox names
repair mailbox creation admin
* release/0.2.2:
set version number
document homedir creation feature
create directories for new users
add stub tasks for file system operations
make user and group management more robust
- use new file tasks to create SFTP and mail base directories for users
- use json serializer as default
- remove TaskResult classes that don't provide any significant benefit