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