New login messages feature
[astakos] / snf-astakos-app / Changelog
1 v0.3.6
2 ======
3
4 - New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
5   header
6
7
8 v0.3.5
9 ======
10
11 - New grnet styles
12 - New setting for recaptcha to use SSL
13 - New menu texts
14 - Improvements in get_menu view
15
16
17 v0.3.4
18 ======
19
20 - Updated mail contents
21 - Cloudbar improvements
22
23
24 v0.3.3
25 ======
26
27 - Updated grnet styles
28 - Several styling fixes
29 - Display page menu
30 - Minor improvements in cloudbar js and styles
31 - Use synnefo.lib.context_processors.cloudbar to display the cloudbar
32   You should set the CLOUDBAR_* settings to point to your astakos urls
33   (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
34 - Updated snf-common dependency to >=0.9.0
35 - New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
36 - Support for multiple accounts authentication 
37 - New --set-active and --set-inactive in modifyuser command
38 - Fixed circular redirects when visiting login page from the logout one
39 - Removed im.context_processors.cloudbar (now using snf-common processor)
40
41
42 v0.3.2
43 ======
44
45 - improved styles of sign up button
46 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
47   set 
48 - updated cloudbar styles
49
50
51 v0.3.1
52 ======
53
54 - bug fixes
55 - administrator email notification on sign up 
56   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
57 - recaptcha integration on sign up form
58   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
59    settings)
60 - cloudbar jsonp responses