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