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