911d321eb9
update dependencies
2014-12-17 21:32:42 +01:00
6db4fbd73e
update to Django 1.7.1
2014-12-17 21:24:34 +01:00
06df1c5f0b
remove unnecessary dependency on South
2014-12-17 21:12:32 +01:00
a8ce003ed8
add project page link
2014-06-01 00:07:17 +02:00
3f08332309
Release 0.1.1
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJTif8cAAoJEA15HcjXN8HZvnUIAKXi/QRV14PzD5SsjnpHhcEo
hWOQn+lAywMsh+6tMPI8N3/slRcsZUzLjl7OW0MOaviqGN6BUMpaJG32guWGWhig
IWYGAo8FjDJxiqXPMZDsrleC9u9vqe5jtTUKd/yqz3jTitYuRzpw2ifmcvFFwxkv
k1tB2zMJSMew8WGSISAEj6biqtfko9gPUkRmJxK0xUVLlY8vEx/EG04xk9yOcsaq
qIy8jWwakTp6WfP9zGTBT3QzNZpwFciLE1SY12a+MBdyoV3iGKmpDVxZxqGveVpx
GernSLuHcTcof1QZSiByRgrhtfCUToukepcsF0DLNCbkzFH+4XE8nz4bfaBvApc=
=8D80
-----END PGP SIGNATURE-----
Merge tag '0.1.1'
Release 0.1.1
2014-05-31 18:11:14 +02:00
36be667a7f
Merge branch 'release/0.1.1' into production
2014-05-31 18:10:29 +02:00
86e8857a7b
add release 0.1.1 to changelog
2014-05-31 18:10:09 +02:00
2b935c0c03
update changelog
2014-05-31 18:05:14 +02:00
1034fbbb52
improve production settings
2014-05-31 18:00:11 +02:00
6f90db8988
Release 0.1
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJTieV7AAoJEA15HcjXN8HZR5cH/2ZxUuaFIoe/jg2nmJeXejWw
1OuyHj+0LxtYTTRRU0bID7apbk7eGpbVwUEJ7XSSDCJmPPezoUzyoNsby1xGnKRR
d3tmyJsbr/0l4X960ZTNvH/oPnL1CTSLJEgrZU4/592tDP9Nr9pwqqpFFZuEmxBF
AWMM7A8m+HAwChU1Gmb+SRHYCf/0bQnmpLtcfCn15gBnA7Lsk02Pnlm+s7bDSl86
M+jmANTmZqHjpGGyL1uvWbqdG+bj+Et7L8YYF+EIGmANhY57ErxZSGhwYXXeCZnd
8yh6RTUMOhKJL6mfzgW3Wycg378rUwRCcKY4Byvqdc6fNGYBUklSS62Vore9CLs=
=8W8h
-----END PGP SIGNATURE-----
Merge tag '0.1'
Release 0.1
2014-05-31 16:21:53 +02:00
70bc8f4ff3
Merge branch 'release/0.1' into production
2014-05-31 16:21:26 +02:00
837e58af07
add release 0.1 to changelog
2014-05-31 16:19:30 +02:00
60fc992191
finish initial documentation
2014-05-31 16:12:51 +02:00
4f4247ea9d
add documentation for gvaldap project code
2014-05-31 16:12:36 +02:00
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
91791320ca
document the celery tasks in osusers.tasks
2014-05-31 15:18:39 +02:00
1466d3c93a
add docstrings for ldapentities app
2014-05-31 14:29:21 +02:00
ef47cf7862
add code documentation stub
2014-05-31 13:27:21 +02:00
efae7ec120
add celery startup and deployment documentation
2014-05-31 13:26:48 +02:00
fdcaef1868
move installation documentation
...
- move installation documentation from README.rst to docs/install.rst
2014-05-31 13:25:39 +02:00
f96cc5eb14
add changelog
...
- add docs/changelog.rst with initial feature
- add and configure releases extension in docs/conf.py
- add changelog to toc tree in index.rst
2014-05-31 13:18:46 +02:00
241ab005bb
remove recursive dependecies of celery
2014-05-31 13:16:21 +02:00
c792c9c720
ignore documentation builds
2014-05-31 13:15:32 +02:00
2bce3942ea
add releases to local requirements
2014-05-31 12:19:44 +02:00
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
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
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
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
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
b736d5c041
add celery and sqlparse requirements
2014-05-30 00:17:21 +02:00
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