2014-06-01 00:17:57 +02:00
|
|
|
Changelog
|
|
|
|
=========
|
|
|
|
|
2015-01-17 16:18:26 +01:00
|
|
|
* :feature:`-` add customer login/logout and dashboard templates
|
2015-01-17 12:25:54 +01:00
|
|
|
* :feature:`-` add admin list filtering and ordering for mail addresses and
|
|
|
|
mailboxes
|
|
|
|
|
2015-01-11 15:32:46 +01:00
|
|
|
* :release:`0.4.0 <2015-01-11>`
|
2015-01-04 20:19:48 +01:00
|
|
|
* :feature:`-` add mysqltasks and pgsqltasks
|
2015-01-04 20:22:47 +01:00
|
|
|
* :feature:`-` add :py:mod:`userdbs` app to allow management of user databases
|
|
|
|
via :py:mod:`mysqltasks` and :py:mod:`pgsqltasks`
|
2014-12-29 15:55:57 +01:00
|
|
|
* :feature:`-` add new app :py:mod:`taskresults` that takes care of handling
|
|
|
|
asynchronous `Celery`_ results
|
2014-12-29 15:22:52 +01:00
|
|
|
* :feature:`-` add new task :py:func:`osusers.tasks.delete_ldap_group` (needs
|
|
|
|
gvaldap >= 0.2.0 on the LDAP side)
|
2014-12-27 19:26:16 +01:00
|
|
|
* :feature:`-` add a `customer` field to :py:class:`osusers.models.User`
|
2014-12-27 18:26:52 +01:00
|
|
|
* :feature:`-` allow empty password input in
|
|
|
|
:py:class:`osusers.admin.UserCreationForm` to allow generated passwords for
|
|
|
|
new users
|
|
|
|
|
2014-12-27 16:39:03 +01:00
|
|
|
* :release:`0.3.0 <2014-12-27>`
|
2014-12-27 16:31:43 +01:00
|
|
|
* :feature:`-` call create/delete mailbox tasks when saving/deleting mailboxes
|
2014-12-27 14:12:48 +01:00
|
|
|
* :support:`-` use celery routers from gvacommon
|
2014-12-27 00:24:05 +01:00
|
|
|
* :feature:`-` automatic creation of mailbox names from user names
|
2014-12-27 16:39:03 +01:00
|
|
|
* :bug:`- major` fix broken mailbox admin
|
2014-12-27 00:04:02 +01:00
|
|
|
|
2014-12-26 22:39:59 +01:00
|
|
|
* :release:`0.2.3 <2014-12-26>`
|
2014-12-26 22:38:02 +01:00
|
|
|
* :bug:`-` remove attribute readonly_fields from
|
|
|
|
:py:class:`osusers.admin.UserAdmin` to make saving of additional groups work
|
|
|
|
|
2014-12-26 15:16:03 +01:00
|
|
|
* :release:`0.2.2 <2014-12-26>`
|
2014-12-26 15:13:52 +01:00
|
|
|
* :feature:`-` home and mail base directory creation
|
|
|
|
|
2014-12-17 22:31:43 +01:00
|
|
|
* :release:`0.2.1 <2014-12-17>`
|
|
|
|
* :support:`-` update Django to 1.7.1, update other dependencies, drop South
|
|
|
|
* :bug:`-` wrap :py:meth:`ousers.models.UserManager.create_user` in
|
|
|
|
transaction.atomic
|
|
|
|
|
2014-06-01 23:26:44 +02:00
|
|
|
* :release:`0.2.0 <2014-06-01>`
|
2014-06-01 23:24:38 +02:00
|
|
|
* :feature:`-` full test suite for osusers
|
2014-06-01 18:32:59 +02:00
|
|
|
* :feature:`-` full test suite for managemails app
|
2014-06-01 16:47:37 +02:00
|
|
|
* :feature:`-` full test suite for domains app
|
2014-12-29 15:55:57 +01:00
|
|
|
* :feature:`-` `Celery`_ integration for ldap synchronization
|
2014-06-01 12:07:18 +02:00
|
|
|
|
|
|
|
* :release:`0.1 <2014-05-25>`
|
2014-06-01 00:17:57 +02:00
|
|
|
* :feature:`-` initial model code for os users
|
|
|
|
* :feature:`-` initial model code for mail address and mailbox management
|
2014-06-01 12:07:18 +02:00
|
|
|
* :feature:`-` initial model code for domains
|
2014-12-29 15:55:57 +01:00
|
|
|
|
|
|
|
.. _Celery: http://www.celeryproject.org/
|