Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 06828466

History | View | Annotate | Download (4.4 kB)

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

    
4
v0.7.1
5
^^^^^^
6
- ASTAKOS_*_MESSAGES settings changed from dict to tuple lists
7
- Theme changes (new colors, new font)
8

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

    
26
  to migrate your database.
27

    
28
v0.6.2
29
^^^^^^
30
- fixed signup/profile/global user notifications display
31

    
32

    
33
v0.6.1
34
^^^^^^
35
- skip csrf on login requests
36

    
37

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

    
49
  	$ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png
50
  	$ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/
51
  	$ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/
52

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

    
64

    
65
v0.5.1
66
^^^^^^
67
- Change next parameter to index page in activate url.
68
- Fix shibboleth login link.
69

    
70

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

    
84
v0.4.0
85
^^^^^^
86
- User terms.
87
- Styling fixes/improvements.
88
- Configurable recpatcha form field.
89

    
90

    
91
v0.3.9
92
^^^^^^
93
- Show user email in feedback email content
94

    
95

    
96
v0.3.8
97
^^^^^^
98
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
99
  account pages.
100

    
101

    
102
v0.3.7
103
^^^^^^
104
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
105
  header
106
- login_base.html to make it easy override the login.html template
107

    
108

    
109
v0.3.5
110
^^^^^^
111
- New grnet styles
112
- New setting for recaptcha to use SSL
113
- New menu texts
114
- Improvements in get_menu view
115

    
116

    
117
v0.3.4
118
^^^^^^
119
- Updated mail contents
120
- Cloudbar improvements
121

    
122

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

    
139

    
140
v0.3.2
141
^^^^^^
142
- improved styles of sign up button
143
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
144
  set 
145
- updated cloudbar styles
146

    
147

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