Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ 9aab00fd

History | View | Annotate | Download (3 kB)

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

    
4
v0.6
5
^^^^
6
- Fixed default values in cloudbar sample conf file
7
- Split api in admin (accessed by superuser and privileged users) and service (accessed by services)
8
- Dynamically register/unregister services
9
- New management tools for assigning groups and permissions to users
10
- New feedback api call
11
- Save the date user activation sent
12
- Save email returned by shibboleth
13
- Add logging for main astakos functionality (logging level controlled by ASTAKOS_LOGGING_LEVEL) 
14
- Email change mechanism (enabled by ASTAKOS_EMAILCHANGE_ENABLED -- disabled by default)
15

    
16

    
17
v0.5.1
18
^^^^^^
19
- Change next parameter to index page in activate url.
20
- Fix shibboleth login link.
21

    
22

    
23
v0.5.0
24
^^^^^^
25
- Improvements and fixes in shibboleth integration.
26
- Minor code refactoring (removed unsed classes/functions).
27
- Rate limit integration (requires django-ratelimit).
28
- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
29
- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
30
- Management commands improvements/fixes
31
- Altered blank/null parameters for some AstakosUser fields (db migration
32
  required, ``snf-manage migrate``)
33
- Added user group functionality (initial group data can be loaded using
34
  ``snf-manage loaddata groups``)
35

    
36
v0.4.0
37
^^^^^^
38
- User terms.
39
- Styling fixes/improvements.
40
- Configurable recpatcha form field.
41

    
42

    
43
v0.3.9
44
^^^^^^
45
- Show user email in feedback email content
46

    
47

    
48
v0.3.8
49
^^^^^^
50
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
51
  account pages.
52

    
53

    
54
v0.3.7
55
^^^^^^
56
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
57
  header
58
- login_base.html to make it easy override the login.html template
59

    
60

    
61
v0.3.5
62
^^^^^^
63
- New grnet styles
64
- New setting for recaptcha to use SSL
65
- New menu texts
66
- Improvements in get_menu view
67

    
68

    
69
v0.3.4
70
^^^^^^
71
- Updated mail contents
72
- Cloudbar improvements
73

    
74

    
75
v0.3.3
76
^^^^^^
77
- Updated grnet styles
78
- Several styling fixes
79
- Display page menu
80
- Minor improvements in cloudbar js and styles
81
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
82
  You should set the CLOUDBAR_* settings to point to your astakos urls
83
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
84
- Updated snf-common dependency to >=0.9.0
85
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
86
- Support for multiple accounts authentication 
87
- New ^^set-active and ^^set-inactive in modifyuser command
88
- Fixed circular redirects when visiting login page from the logout one
89
- Removed im.context_processors.cloudbar (now using snf-common processor)
90

    
91

    
92
v0.3.2
93
^^^^^^
94
- improved styles of sign up button
95
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
96
  set 
97
- updated cloudbar styles
98

    
99

    
100
v0.3.1
101
^^^^^^
102
- bug fixes
103
- administrator email notification on sign up 
104
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
105
- recaptcha integration on sign up form
106
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
107
   settings)
108
- cloudbar jsonp responses
109