Fix user notification display
[astakos] / snf-astakos-app / Changelog
1 Changelog
2 ---------
3
4 v0.6.2
5 ^^^^^^
6 - fixed signup/profile/global user notifications display
7
8
9 v0.6.1
10 ^^^^^^
11 - skip csrf on login requests
12
13
14 v0.6
15 ^^^^
16 - Fixed default values in cloudbar sample conf file
17 - Split api in admin (accessed by superuser and privileged users) and service 
18   (accessed by services)
19 - Dynamically register/unregister services 
20   
21   Setting ``ASTAKOS_CLOUD_SERVICES`` is no longer used. You should remove
22   it from astakos configuration file and migrate the old services configuration
23   using ``snf-manage registerservice`` commands::
24
25         $ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png
26         $ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/
27         $ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/
28
29 - New management tools for assigning groups and permissions to users
30 - New feedback api call
31 - Save the date user activation sent
32 - Save email returned by shibboleth
33 - Add logging for main astakos functionality.
34   Logging level controlled by ASTAKOS_LOGGING_LEVEL setting.
35 - Email change mechanism
36   Enabled using ASTAKOS_EMAILCHANGE_ENABLED setting (disabled by default)
37 - Additional user notification settings
38   ASTAKOS_SIGNUP_MESSAGES, ASTAKOS_PROFILE_MESSAGES, ASTAKOS_GLOBAL_MESSAGES
39
40
41 v0.5.1
42 ^^^^^^
43 - Change next parameter to index page in activate url.
44 - Fix shibboleth login link.
45
46
47 v0.5.0
48 ^^^^^^
49 - Improvements and fixes in shibboleth integration.
50 - Minor code refactoring (removed unsed classes/functions).
51 - Rate limit integration (requires django-ratelimit).
52 - New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
53 - get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
54 - Management commands improvements/fixes
55 - Altered blank/null parameters for some AstakosUser fields (db migration
56   required, ``snf-manage migrate``)
57 - Added user group functionality (initial group data can be loaded using
58   ``snf-manage loaddata groups``)
59
60 v0.4.0
61 ^^^^^^
62 - User terms.
63 - Styling fixes/improvements.
64 - Configurable recpatcha form field.
65
66
67 v0.3.9
68 ^^^^^^
69 - Show user email in feedback email content
70
71
72 v0.3.8
73 ^^^^^^
74 - New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
75   account pages.
76
77
78 v0.3.7
79 ^^^^^^
80 - New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
81   header
82 - login_base.html to make it easy override the login.html template
83
84
85 v0.3.5
86 ^^^^^^
87 - New grnet styles
88 - New setting for recaptcha to use SSL
89 - New menu texts
90 - Improvements in get_menu view
91
92
93 v0.3.4
94 ^^^^^^
95 - Updated mail contents
96 - Cloudbar improvements
97
98
99 v0.3.3
100 ^^^^^^
101 - Updated grnet styles
102 - Several styling fixes
103 - Display page menu
104 - Minor improvements in cloudbar js and styles
105 - Use synnefo.lib.context_processors.cloudbar to display the cloudbar
106   You should set the CLOUDBAR_* settings to point to your astakos urls
107   (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
108 - Updated snf-common dependency to >=0.9.0
109 - New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
110 - Support for multiple accounts authentication 
111 - New ^^set-active and ^^set-inactive in modifyuser command
112 - Fixed circular redirects when visiting login page from the logout one
113 - Removed im.context_processors.cloudbar (now using snf-common processor)
114
115
116 v0.3.2
117 ^^^^^^
118 - improved styles of sign up button
119 - do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
120   set 
121 - updated cloudbar styles
122
123
124 v0.3.1
125 ^^^^^^
126 - bug fixes
127 - administrator email notification on sign up 
128   (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
129 - recaptcha integration on sign up form
130   (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
131    settings)
132 - cloudbar jsonp responses
133