Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ ebd369d0

History | View | Annotate | Download (1.1 kB)

1
=======
2
v0.3.3
3
======
4

    
5
- Updated grnet styles
6
- Several styling fixes
7
- Display page menu
8
- Minor improvements in cloudbar js and styles
9
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar
10
  You should set the CLOUDBAR_* settings to point to your astakos urls
11
  (see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf)
12
- Updated snf-common dependency to >=0.9.0
13
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting
14
- Support for multiple accounts authentication 
15
- New --set-active and --set-inactive in modifyuser command
16
- Fixed circular redirects when visiting login page from the logout one
17
- Removed im.context_processors.cloudbar (now using snf-common processor)
18

    
19
v0.3.2
20
======
21

    
22
- improved styles of sign up button
23
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not 
24
  set 
25
- updated cloudbar styles
26

    
27

    
28
v0.3.1
29
======
30

    
31
- bug fixes
32
- administrator email notification on sign up 
33
  (configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting)
34
- recaptcha integration on sign up form
35
  (requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY
36
   settings)
37
- cloudbar jsonp responses