Jan Dittberner
150366a524
- document new feature in changelog - add autogenerated documentation for osusers.urls and osusers.views - add osuser URLs to gnuviechadmin.urls - implement get_absolute_url in hostingpackages.models.CustomerHostingPackage - use set_ldap_user_password instead of create_ldap_user for existing OS users in osusers.models.User.set_password - add URL pattern set_osuser_password in osusers.urls - implement osusers.views.SetOsUserPassword to set the password of an existing operating system user - link to hosting package detail view on user dashboard - add template hostingpackages/customerhostingpackage_detail.html - add template osusers/user_setpassword.html
3.1 KiB
3.1 KiB
Changelog
-
add frontend functionality to set an os users' sftp password (needs gvaldap >= 0.4.0 on the LDAP side)-
remove unused dashboard.views.LogoutView and the corresponding URL in dashboard.urls-
add new task stub to set an ldap user's password-
refactor osusers.tasks, split into fileservertasks.tasks and ldaptasks.tasks-
show hosting package information on user dashboard-
implement new hostingpackages app to provide hosting package templates, hosting options and customer hosting packages as well as customer specific hosting package options-
add template tags for database icons and human readable names in :pyuserdbs.templatetags.userdb
0.5.2 <2015-01-18>
-
define proper allauth production settings with https and mandatory email verification0.5.1 <2015-01-18>
-
load jquery and html5 with same URL schema as the rest of the site0.5.0 <2015-01-17>
-
add authentication via social media accounts from Google, LinkedIn, Twitter and Xing-
add customer login/logout and dashboard templates-
add admin list filtering and ordering for mail addresses and mailboxes0.4.0 <2015-01-11>
-
add mysqltasks and pgsqltasks-
add :pyuserdbs
app to allow management of user databases via :pymysqltasks
and :pypgsqltasks
-
add new app :pytaskresults
that takes care of handling asynchronous Celery results-
add new task :pyosusers.tasks.delete_ldap_group
(needs gvaldap >= 0.2.0 on the LDAP side)-
add a customer field to :pyosusers.models.User
-
allow empty password input in :pyosusers.admin.UserCreationForm
to allow generated passwords for new users0.3.0 <2014-12-27>
-
call create/delete mailbox tasks when saving/deleting mailboxes-
use celery routers from gvacommon-
automatic creation of mailbox names from user names- major
fix broken mailbox admin0.2.3 <2014-12-26>
-
remove attribute readonly_fields from :pyosusers.admin.UserAdmin
to make saving of additional groups work0.2.2 <2014-12-26>
-
home and mail base directory creation0.2.1 <2014-12-17>
-
update Django to 1.7.1, update other dependencies, drop South-
wrap :pyousers.models.UserManager.create_user
in transaction.atomic0.2.0 <2014-06-01>
-
full test suite for osusers-
full test suite for managemails app-
full test suite for domains app-
Celery integration for ldap synchronization0.1 <2014-05-25>
-
initial model code for os users-
initial model code for mail address and mailbox management-
initial model code for domains