Commit graph

23 commits

Author SHA1 Message Date
Jan Dittberner 93a27a83aa implement new task osusers.tasks.delete_ldap_group 2014-12-29 15:04:00 +01:00
Jan Dittberner cdbaa3ca36 define celery timezone, restrict celery content to json 2014-12-29 13:00:19 +01:00
Jan Dittberner 672a3bb622 use celery routers from gvacommon 2014-12-27 14:06:26 +01:00
Jan Dittberner 70045771c9 Add 'gvaldap/gvacommon/' from commit 'e29646a94714d516d52272fc83d9a15bbc21e488'
git-subtree-dir: gvaldap/gvacommon
git-subtree-mainline: 327e2ab94e
git-subtree-split: e29646a947
2014-12-27 14:03:13 +01:00
Jan Dittberner 6c7f4d2288 allow pickle content 2014-12-26 13:16:54 +01:00
Jan Dittberner ac4693d0eb define celery routing 2014-12-26 13:13:57 +01:00
Jan Dittberner 787a943c69 define CELERY_TASK_SERIALIZER 2014-12-26 12:58:28 +01:00
Jan Dittberner 9572c2cec5 change default serializer to json 2014-12-26 12:40:49 +01:00
Jan Dittberner 287756f160 make ldap group members field editable 2014-12-25 22:31:05 +01:00
Jan Dittberner e2651eb9e9 sync with gvafile 2014-12-25 22:16:17 +01:00
Jan Dittberner 6db4fbd73e update to Django 1.7.1 2014-12-17 21:24:34 +01:00
Jan Dittberner 06df1c5f0b remove unnecessary dependency on South 2014-12-17 21:12:32 +01:00
Jan Dittberner 1034fbbb52 improve production settings 2014-05-31 18:00:11 +02:00
Jan Dittberner 4f4247ea9d add documentation for gvaldap project code 2014-05-31 16:12:36 +02:00
Jan Dittberner d86ba33f21 add module level documentation, remove emtpy tests
- add docstring for module osusers
- remove empty osusers.tests
2014-05-31 15:23:59 +02:00
Jan Dittberner 91791320ca document the celery tasks in osusers.tasks 2014-05-31 15:18:39 +02:00
Jan Dittberner 1466d3c93a add docstrings for ldapentities app 2014-05-31 14:29:21 +02:00
Jan Dittberner 4b9d8d02ba use primitive values for task parameters
- remove all code from osusers.models
- add description field to ldapentities.models.LdapGroup
- change tasks defined in osusers.tasks to use primitive values as
  parameters to avoid serialization and model synchronization
2014-05-30 18:42:04 +02:00
Jan Dittberner 5174e144ba use YAML for celery serialization
- add CELERY_ACCEPT_CONTENT, CELERY_TASK_SERIALIZER and
  CELERY_RESULT_SERIALIZER in gvaldap.settings.base
- add pyaml to requirements/base.txt
2014-05-30 18:37:58 +02:00
Jan Dittberner 1575725bcb add celery tasks
- add celery application code in gvaldap.celery
- add osusers app to mimic the osusers code in the main gnuviechadmin code
- add celery configuration settings to gvaldap.settings.base
- add osusers.models.Group and osusers.models.User
- add osusers.tasks.create_ldap_group and osusers.tasks.create_ldap_user
- add billiard, kombu and pytz to requirements/base.txt
2014-05-30 12:12:21 +02:00
Jan Dittberner 72f5d78c10 implement LDAP password hashing
- add passlib to requirements/base.txt
- implement ldapentities.models.LdapUser.set_password
2014-05-30 01:13:41 +02:00
Jan Dittberner 3babbc5b3f implement LDAP group and user classes
- add app ldapentities
- add new settings GROUP_BASE_DN and USER_BASE_DN
- implement ldapentities.models.LdapUser and ldapentities.models.LdapGroup
- implement ldapentities.admin.LdapUserAdmin and
  ldapentities.models.LdapGroupAdmin
2014-05-30 01:07:25 +02:00
Jan Dittberner ccb7fc7b6b initial project based on twoscoops template
- used https://github.com/twoscoops/django-twoscoops-project
- removed templates and static files
- changed requirements, settings and docs
2014-05-29 23:57:19 +02:00