Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 1fcf4a99

History | View | Annotate | Download (4.8 kB)

1
Changelog
2
---------
3

    
4
v0.7.4
5
^^^^^^
6
- Configurable subjects for all emails send by astakos app. Introduced settings
7
	* ASTAKOS_INVITATION_EMAIL_SUBJECT
8
	* ASTAKOS_GREETING_EMAIL_SUBJECT
9
	* ASTAKOS_FEEDBACK_EMAIL_SUBJECT
10
	* ASTAKOS_VERIFICATION_EMAIL_SUBJECT
11
	* ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT
12
	* ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT
13
	* ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT
14
	* ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT
15

    
16

    
17
v0.7.3
18
^^^^^^
19
- Use https for google webfonts
20
- Fix anonymoususer logout
21

    
22
v0.7.1
23
^^^^^^
24
- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists
25
- Theme changes (new colors, new font)
26

    
27
v0.7.0
28
^^^^^^
29
- Rename management commands
30
- Optionally renew token on password change
31
- Preserve local password for users switched to shibboleth
32
- Send notification to ASTAKOS_DEFAULT_CONTACT_EMAIL on account activation
33
- Fix unusable password issue
34
- Extend user_update command by enabling provider modification and password renewal
35
- Check for email absence before querying the database for retrieving the user in get menu call
36
- Set is_verified in profile view even if the user do not post the form
37
- New html/css theme
38
- Database updated.
39
  Use::
40
  	
41
	$ snf-manage syncdb
42
	$ snf-manage migrate
43

    
44
  to migrate your database.
45

    
46
v0.6.2
47
^^^^^^
48
- fixed signup/profile/global user notifications display
49

    
50

    
51
v0.6.1
52
^^^^^^
53
- skip csrf on login requests
54

    
55

    
56
v0.6
57
^^^^
58
- Fixed default values in cloudbar sample conf file
59
- Split api in admin (accessed by superuser and privileged users) and service 
60
  (accessed by services)
61
- Dynamically register/unregister services 
62
  
63
  Setting ``ASTAKOS_CLOUD_SERVICES`` is no longer used. You should remove
64
  it from astakos configuration file and migrate the old services configuration
65
  using ``snf-manage registerservice`` commands::
66

    
67
  	$ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png
68
  	$ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/
69
  	$ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/
70

    
71
- New management tools for assigning groups and permissions to users
72
- New feedback api call
73
- Save the date user activation sent
74
- Save email returned by shibboleth
75
- Add logging for main astakos functionality.
76
  Logging level controlled by ASTAKOS_LOGGING_LEVEL setting.
77
- Email change mechanism
78
  Enabled using ASTAKOS_EMAILCHANGE_ENABLED setting (disabled by default)
79
- Additional user notification settings
80
  ASTAKOS_SIGNUP_MESSAGES, ASTAKOS_PROFILE_MESSAGES, ASTAKOS_GLOBAL_MESSAGES
81

    
82

    
83
v0.5.1
84
^^^^^^
85
- Change next parameter to index page in activate url.
86
- Fix shibboleth login link.
87

    
88

    
89
v0.5.0
90
^^^^^^
91
- Improvements and fixes in shibboleth integration.
92
- Minor code refactoring (removed unsed classes/functions).
93
- Rate limit integration (requires django-ratelimit).
94
- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
95
- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
96
- Management commands improvements/fixes
97
- Altered blank/null parameters for some AstakosUser fields (db migration
98
  required, ``snf-manage migrate``)
99
- Added user group functionality (initial group data can be loaded using
100
  ``snf-manage loaddata groups``)
101

    
102
v0.4.0
103
^^^^^^
104
- User terms.
105
- Styling fixes/improvements.
106
- Configurable recpatcha form field.
107

    
108

    
109
v0.3.9
110
^^^^^^
111
- Show user email in feedback email content
112

    
113

    
114
v0.3.8
115
^^^^^^
116
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
117
  account pages.
118

    
119

    
120
v0.3.7
121
^^^^^^
122
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
123
  header
124
- login_base.html to make it easy override the login.html template
125

    
126

    
127
v0.3.5
128
^^^^^^
129
- New grnet styles
130
- New setting for recaptcha to use SSL
131
- New menu texts
132
- Improvements in get_menu view
133

    
134

    
135
v0.3.4
136
^^^^^^
137
- Updated mail contents
138
- Cloudbar improvements
139

    
140

    
141
v0.3.3
142
^^^^^^
143
- Updated grnet styles
144
- Several styling fixes
145
- Display page menu
146
- Minor improvements in cloudbar js and styles
147
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
148
  You should set the CLOUDBAR_* settings to point to your astakos urls
149
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
150
- Updated snf-common dependency to >=0.9.0
151
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
152
- Support for multiple accounts authentication 
153
- New ^^set-active and ^^set-inactive in modifyuser command
154
- Fixed circular redirects when visiting login page from the logout one
155
- Removed im.context_processors.cloudbar (now using snf-common processor)
156

    
157

    
158
v0.3.2
159
^^^^^^
160
- improved styles of sign up button
161
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
162
  set 
163
- updated cloudbar styles
164

    
165

    
166
v0.3.1
167
^^^^^^
168
- bug fixes
169
- administrator email notification on sign up 
170
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
171
- recaptcha integration on sign up form
172
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
173
   settings)
174
- cloudbar jsonp responses
175