Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 8c354951

History | View | Annotate | Download (4.4 kB)

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

    
4
v0.7.3
5
^^^^^^
6
- Fix anonymoususer logout
7

    
8
v0.7.1
9
^^^^^^
10
- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists
11
- Theme changes (new colors, new font)
12

    
13
v0.7.0
14
^^^^^^
15
- Rename management commands
16
- Optionally renew token on password change
17
- Preserve local password for users switched to shibboleth
18
- Send notification to ASTAKOS_DEFAULT_CONTACT_EMAIL on account activation
19
- Fix unusable password issue
20
- Extend user_update command by enabling provider modification and password renewal
21
- Check for email absence before querying the database for retrieving the user in get menu call
22
- Set is_verified in profile view even if the user do not post the form
23
- New html/css theme
24
- Database updated.
25
  Use::
26
  	
27
	$ snf-manage syncdb
28
	$ snf-manage migrate
29

    
30
  to migrate your database.
31

    
32
v0.6.2
33
^^^^^^
34
- fixed signup/profile/global user notifications display
35

    
36

    
37
v0.6.1
38
^^^^^^
39
- skip csrf on login requests
40

    
41

    
42
v0.6
43
^^^^
44
- Fixed default values in cloudbar sample conf file
45
- Split api in admin (accessed by superuser and privileged users) and service 
46
  (accessed by services)
47
- Dynamically register/unregister services 
48
  
49
  Setting ``ASTAKOS_CLOUD_SERVICES`` is no longer used. You should remove
50
  it from astakos configuration file and migrate the old services configuration
51
  using ``snf-manage registerservice`` commands::
52

    
53
  	$ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png
54
  	$ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/
55
  	$ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/
56

    
57
- New management tools for assigning groups and permissions to users
58
- New feedback api call
59
- Save the date user activation sent
60
- Save email returned by shibboleth
61
- Add logging for main astakos functionality.
62
  Logging level controlled by ASTAKOS_LOGGING_LEVEL setting.
63
- Email change mechanism
64
  Enabled using ASTAKOS_EMAILCHANGE_ENABLED setting (disabled by default)
65
- Additional user notification settings
66
  ASTAKOS_SIGNUP_MESSAGES, ASTAKOS_PROFILE_MESSAGES, ASTAKOS_GLOBAL_MESSAGES
67

    
68

    
69
v0.5.1
70
^^^^^^
71
- Change next parameter to index page in activate url.
72
- Fix shibboleth login link.
73

    
74

    
75
v0.5.0
76
^^^^^^
77
- Improvements and fixes in shibboleth integration.
78
- Minor code refactoring (removed unsed classes/functions).
79
- Rate limit integration (requires django-ratelimit).
80
- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
81
- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
82
- Management commands improvements/fixes
83
- Altered blank/null parameters for some AstakosUser fields (db migration
84
  required, ``snf-manage migrate``)
85
- Added user group functionality (initial group data can be loaded using
86
  ``snf-manage loaddata groups``)
87

    
88
v0.4.0
89
^^^^^^
90
- User terms.
91
- Styling fixes/improvements.
92
- Configurable recpatcha form field.
93

    
94

    
95
v0.3.9
96
^^^^^^
97
- Show user email in feedback email content
98

    
99

    
100
v0.3.8
101
^^^^^^
102
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
103
  account pages.
104

    
105

    
106
v0.3.7
107
^^^^^^
108
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
109
  header
110
- login_base.html to make it easy override the login.html template
111

    
112

    
113
v0.3.5
114
^^^^^^
115
- New grnet styles
116
- New setting for recaptcha to use SSL
117
- New menu texts
118
- Improvements in get_menu view
119

    
120

    
121
v0.3.4
122
^^^^^^
123
- Updated mail contents
124
- Cloudbar improvements
125

    
126

    
127
v0.3.3
128
^^^^^^
129
- Updated grnet styles
130
- Several styling fixes
131
- Display page menu
132
- Minor improvements in cloudbar js and styles
133
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
134
  You should set the CLOUDBAR_* settings to point to your astakos urls
135
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
136
- Updated snf-common dependency to >=0.9.0
137
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
138
- Support for multiple accounts authentication 
139
- New ^^set-active and ^^set-inactive in modifyuser command
140
- Fixed circular redirects when visiting login page from the logout one
141
- Removed im.context_processors.cloudbar (now using snf-common processor)
142

    
143

    
144
v0.3.2
145
^^^^^^
146
- improved styles of sign up button
147
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
148
  set 
149
- updated cloudbar styles
150

    
151

    
152
v0.3.1
153
^^^^^^
154
- bug fixes
155
- administrator email notification on sign up 
156
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
157
- recaptcha integration on sign up form
158
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
159
   settings)
160
- cloudbar jsonp responses
161