2014-12-25 15:22:33 +01:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2015-01-29 22:58:10 +01:00
|
|
|
* :release:`0.5.0 <2015-01-29>`
|
2015-01-29 22:23:11 +01:00
|
|
|
* :feature:`-` add new task set_file_ssh_authorized_keys to add SSH keys for
|
|
|
|
users
|
2015-01-29 20:24:46 +01:00
|
|
|
* :support:`-` improved logging in fileservertasks.tasks, got rid of
|
|
|
|
GVAFileException
|
|
|
|
|
2015-01-26 17:56:15 +01:00
|
|
|
* :release:`0.4.0 <2015-01-26>`
|
2015-01-26 17:32:24 +01:00
|
|
|
* :feature:`-` implement new tasks create_file_website_hierarchy and
|
|
|
|
delete_file_website_hierarchy
|
2015-01-26 17:07:31 +01:00
|
|
|
* :support:`-` remove unneeded Django dependencies
|
|
|
|
|
2015-01-19 22:25:42 +01:00
|
|
|
* :release:`0.3.0 <2015-01-19>`
|
2015-01-19 22:05:57 +01:00
|
|
|
* :support:`-` refactor osusers.tasks, move to fileservertasks.tasks
|
|
|
|
|
2014-12-27 15:30:15 +01:00
|
|
|
* :release:`0.2.0 <2014-12-27>`
|
2014-12-27 14:50:00 +01:00
|
|
|
* :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)
|
2014-12-27 15:30:15 +01:00
|
|
|
* :bug:`- major` sftp directories are now owned by root instead of user
|
2014-12-26 23:58:22 +01:00
|
|
|
|
2014-12-26 15:24:09 +01:00
|
|
|
* :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>`
|
2014-12-26 00:39:53 +01:00
|
|
|
* :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
|