X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/0af186f6232a2fe1d734ef2fc4df53fcdaf5cf55..ea221961ea39c725fc78c465e025a3750d8e6910:/snf-astakos-app/Changelog diff --git a/snf-astakos-app/Changelog b/snf-astakos-app/Changelog index 935f7d0..c9eb10c 100644 --- a/snf-astakos-app/Changelog +++ b/snf-astakos-app/Changelog @@ -1,5 +1,64 @@ 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. + +0.7.3 +^^^^ +- Rename management commands +- Optionally renew token on password change +- Preserve local password for users switched to shibboleth +- Send notification to 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 + +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 +- Split api in admin (accessed by superuser and privileged users) and service + (accessed by services) +- Dynamically register/unregister services + + Setting ``ASTAKOS_CLOUD_SERVICES`` is no longer used. You should remove + it from astakos configuration file and migrate the old services configuration + using ``snf-manage registerservice`` commands:: + + $ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png + $ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/ + $ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/ + +- New management tools for assigning groups and permissions to users +- New feedback api call +- Save the date user activation sent +- Save email returned by shibboleth +- Add logging for main astakos functionality. + Logging level controlled by ASTAKOS_LOGGING_LEVEL setting. +- Email change mechanism + Enabled using ASTAKOS_EMAILCHANGE_ENABLED setting (disabled by default) +- Additional user notification settings + ASTAKOS_SIGNUP_MESSAGES, ASTAKOS_PROFILE_MESSAGES, ASTAKOS_GLOBAL_MESSAGES + + +v0.5.1 +^^^^^^ +- Change next parameter to index page in activate url. +- Fix shibboleth login link. + v0.5.0 ^^^^^^