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