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