X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/ad956265a537551598698177862b06b5a50f0987..c0b266050de631c1e1ed4a165eb38a5216308364:/snf-astakos-app/Changelog diff --git a/snf-astakos-app/Changelog b/snf-astakos-app/Changelog index 69b5e27..cc11b1c 100644 --- a/snf-astakos-app/Changelog +++ b/snf-astakos-app/Changelog @@ -1,5 +1,65 @@ Changelog --------- +next +^^^^ + +- Setting ASTAKOS_DEFAULT_ADMIN_EMAIL has been deprecated. Use ADMINS django setting instead. +- Setting ASTAKOS_DEFAULT_FROM_EMAIL has been deprecated. Use SERVER_EMAIL django setting instead. + +v0.7.5 +^^^^^^ +- Include user email in registered/activated notification mails subject + +v0.7.4 +^^^^^^ +- Configurable subjects for all emails send by astakos app. Introduced settings + * ASTAKOS_INVITATION_EMAIL_SUBJECT + * ASTAKOS_GREETING_EMAIL_SUBJECT + * ASTAKOS_FEEDBACK_EMAIL_SUBJECT + * ASTAKOS_VERIFICATION_EMAIL_SUBJECT + * ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT + * ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT + * ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT + * ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT + + +v0.7.3 +^^^^^^ +- Use https for google webfonts +- Fix anonymoususer logout + +v0.7.1 +^^^^^^ +- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists +- Theme changes (new colors, new font) + +v0.7.0 +^^^^^^ +- Rename management commands +- Optionally renew token on password change +- Preserve local password for users switched to shibboleth +- Send notification to ASTAKOS_DEFAULT_CONTACT_EMAIL on account activation +- Fix unusable password issue +- Extend user_update command by enabling provider modification and password renewal +- Check for email absence before querying the database for retrieving the user in get menu call +- Set is_verified in profile view even if the user do not post the form +- New html/css theme +- Database updated. + Use:: + + $ snf-manage syncdb + $ snf-manage migrate + + to migrate your database. + +v0.6.2 +^^^^^^ +- fixed signup/profile/global user notifications display + + +v0.6.1 +^^^^^^ +- skip csrf on login requests v0.6