X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/ebd369d0039b2a33f687291e028f15fd345a3d78..c56cceafb1a971095cc266217194540fd7c6fc87:/snf-astakos-app/Changelog diff --git a/snf-astakos-app/Changelog b/snf-astakos-app/Changelog index ba895ce..ae47228 100644 --- a/snf-astakos-app/Changelog +++ b/snf-astakos-app/Changelog @@ -1,7 +1,58 @@ +Changelog +********* + +v0.5.0 +====== +- Improvements and fixes in shibboleth integration. +- Minor code refactoring (removed unsed classes/functions). +- Rate limit integration (requires django-ratelimit). +- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED +- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie. +- Management commands improvements/fixes +- Altered blank/null parameters for some AstakosUser fields (db migration required) + + +v0.4.0 ======= -v0.3.3 +- User terms. +- Styling fixes/improvements. +- Configurable recpatcha form field. + + +v0.3.9 +====== +- Show user email in feedback email content + + +v0.3.8 +====== +- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on + account pages. + + +v0.3.7 ====== +- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page + header +- login_base.html to make it easy override the login.html template + +v0.3.5 +====== +- New grnet styles +- New setting for recaptcha to use SSL +- New menu texts +- Improvements in get_menu view + + +v0.3.4 +====== +- Updated mail contents +- Cloudbar improvements + + +v0.3.3 +====== - Updated grnet styles - Several styling fixes - Display page menu @@ -16,9 +67,9 @@ v0.3.3 - Fixed circular redirects when visiting login page from the logout one - Removed im.context_processors.cloudbar (now using snf-common processor) + v0.3.2 ====== - - improved styles of sign up button - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not set @@ -27,7 +78,6 @@ v0.3.2 v0.3.1 ====== - - bug fixes - administrator email notification on sign up (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting) @@ -35,3 +85,4 @@ v0.3.1 (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY settings) - cloudbar jsonp responses +