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