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