Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (2.1 kB)

1
Changelog
2
*********
3

    
4
v0.5.0
5
======
6
- Improvements and fixes in shibboleth integration.
7
- Minor code refactoring (removed unsed classes/functions).
8
- Rate limit integration (requires django-ratelimit).
9
- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED
10
- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie.
11
- Management commands improvements/fixes
12

    
13

    
14
v0.4.0
15
=======
16
- User terms.
17
- Styling fixes/improvements.
18
- Configurable recpatcha form field.
19

    
20

    
21
v0.3.9
22
======
23
- Show user email in feedback email content
24

    
25

    
26
v0.3.8
27
======
28
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on
29
  account pages.
30

    
31

    
32
v0.3.7
33
======
34
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page
35
  header
36
- login_base.html to make it easy override the login.html template
37

    
38

    
39
v0.3.5
40
======
41
- New grnet styles
42
- New setting for recaptcha to use SSL
43
- New menu texts
44
- Improvements in get_menu view
45

    
46

    
47
v0.3.4
48
======
49
- Updated mail contents
50
- Cloudbar improvements
51

    
52

    
53
v0.3.3
54
======
55
- Updated grnet styles
56
- Several styling fixes
57
- Display page menu
58
- Minor improvements in cloudbar js and styles
59
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
60
  You should set the CLOUDBAR_* settings to point to your astakos urls
61
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
62
- Updated snf-common dependency to >=0.9.0
63
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
64
- Support for multiple accounts authentication 
65
- New --set-active and --set-inactive in modifyuser command
66
- Fixed circular redirects when visiting login page from the logout one
67
- Removed im.context_processors.cloudbar (now using snf-common processor)
68

    
69

    
70
v0.3.2
71
======
72
- improved styles of sign up button
73
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
74
  set 
75
- updated cloudbar styles
76

    
77

    
78
v0.3.1
79
======
80
- bug fixes
81
- administrator email notification on sign up 
82
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
83
- recaptcha integration on sign up form
84
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
85
   settings)
86
- cloudbar jsonp responses
87