gvafile/docs/changelog.rst

20 lines
765 B
ReStructuredText
Raw Normal View History

2014-12-25 15:22:33 +01:00
Changelog
=========
* :support:`-` restrict permissions of mailbox base directories to be read only
2014-12-27 14:48:18 +01:00
* :feature:`-` add new mailbox handling tasks
:py:func:`osusers.tasks.create_file_mailbox` and
:py:func:`osusers.tasks.delete_file_mailbox`
2014-12-27 13:59:38 +01:00
* :support:`-` move celery routers into gvacommon that is in it's own
repository to be used by others (gva, gvaldap)
* :bug:`-` sftp directories are now owned by root instead of user
* :release:`0.1.0 <2014-12-26>`
* :support:`-` configure celery task serialization, add routing for ldap tasks
2014-12-26 00:48:35 +01:00
* :release:`0.0.2 <2014-12-26>`
* :feature:`-` implement tasks for creating and deleting SFTP and mail base directories
2014-12-25 15:22:33 +01:00
* :release:`0.0.1 <2014-12-25>`
* :feature:`-` initial setup of django application and celery worker