X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/ff4197128a7389fb1486c9a3822869d0fd042985..8c3549513f406e04e6e4ddc1599b8b24e8a46f82:/snf-astakos-app/Changelog diff --git a/snf-astakos-app/Changelog b/snf-astakos-app/Changelog index c5d6fcc..056f2a9 100644 --- a/snf-astakos-app/Changelog +++ b/snf-astakos-app/Changelog @@ -1,10 +1,44 @@ Changelog --------- +v0.7.3 +^^^^^^ +- 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 ^^^^ - Fixed default values in cloudbar sample conf file