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