Include Changelog in docs
[astakos] / snf-astakos-app / Changelog
1 Changelog
2 ---------
3
4 v0.5.0
5 ^^^^^^
6 - Improvements and fixes in shibboleth integration.
7 - Minor code refactoring (removed unsed classes/functions).
8 - Rate limit integration (requires django-ratelimit).
9 - New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
10 - get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
11 - Management commands improvements/fixes
12 - Altered blank/null parameters for some AstakosUser fields (db migration
13   required, ``snf-manage migrate``)
14 - Added user group functionality (initial group data can be loaded using
15   ``snf-manage loaddata groups``)
16
17 v0.4.0
18 ^^^^^^
19 - User terms.
20 - Styling fixes/improvements.
21 - Configurable recpatcha form field.
22
23
24 v0.3.9
25 ^^^^^^
26 - Show user email in feedback email content
27
28
29 v0.3.8
30 ^^^^^^
31 - New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
32   account pages.
33
34
35 v0.3.7
36 ^^^^^^
37 - New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
38   header
39 - login_base.html to make it easy override the login.html template
40
41
42 v0.3.5
43 ^^^^^^
44 - New grnet styles
45 - New setting for recaptcha to use SSL
46 - New menu texts
47 - Improvements in get_menu view
48
49
50 v0.3.4
51 ^^^^^^
52 - Updated mail contents
53 - Cloudbar improvements
54
55
56 v0.3.3
57 ^^^^^^
58 - Updated grnet styles
59 - Several styling fixes
60 - Display page menu
61 - Minor improvements in cloudbar js and styles
62 - Use synnefo.lib.context_processors.cloudbar to display the cloudbar
63   You should set the CLOUDBAR_* settings to point to your astakos urls
64   (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
65 - Updated snf-common dependency to >=0.9.0
66 - New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
67 - Support for multiple accounts authentication 
68 - New ^^set-active and ^^set-inactive in modifyuser command
69 - Fixed circular redirects when visiting login page from the logout one
70 - Removed im.context_processors.cloudbar (now using snf-common processor)
71
72
73 v0.3.2
74 ^^^^^^
75 - improved styles of sign up button
76 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
77   set 
78 - updated cloudbar styles
79
80
81 v0.3.1
82 ^^^^^^
83 - bug fixes
84 - administrator email notification on sign up 
85   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
86 - recaptcha integration on sign up form
87   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
88    settings)
89 - cloudbar jsonp responses
90