Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ f41425ab

History | View | Annotate | Download (4.3 kB)

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

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

    
21
  to migrate your database.
22

    
23
v0.6.2
24
^^^^^^
25
- fixed signup/profile/global user notifications display
26

    
27

    
28
v0.6.1
29
^^^^^^
30
- skip csrf on login requests
31

    
32

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

    
44
  	$ snf-manage registerservice "grnet cloud" https://okeanos.grnet.gr/ home-icon.png
45
  	$ snf-manage registerservice "cyclades" https://cyclades.okeanos.grnet.gr/ui/
46
  	$ snf-manage registerservice "pithos" https://pithos.okeanos.grnet.gr/
47

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

    
59

    
60
v0.5.1
61
^^^^^^
62
- Change next parameter to index page in activate url.
63
- Fix shibboleth login link.
64

    
65

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

    
79
v0.4.0
80
^^^^^^
81
- User terms.
82
- Styling fixes/improvements.
83
- Configurable recpatcha form field.
84

    
85

    
86
v0.3.9
87
^^^^^^
88
- Show user email in feedback email content
89

    
90

    
91
v0.3.8
92
^^^^^^
93
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
94
  account pages.
95

    
96

    
97
v0.3.7
98
^^^^^^
99
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
100
  header
101
- login_base.html to make it easy override the login.html template
102

    
103

    
104
v0.3.5
105
^^^^^^
106
- New grnet styles
107
- New setting for recaptcha to use SSL
108
- New menu texts
109
- Improvements in get_menu view
110

    
111

    
112
v0.3.4
113
^^^^^^
114
- Updated mail contents
115
- Cloudbar improvements
116

    
117

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

    
134

    
135
v0.3.2
136
^^^^^^
137
- improved styles of sign up button
138
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
139
  set 
140
- updated cloudbar styles
141

    
142

    
143
v0.3.1
144
^^^^^^
145
- bug fixes
146
- administrator email notification on sign up 
147
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
148
- recaptcha integration on sign up form
149
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
150
   settings)
151
- cloudbar jsonp responses
152