Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / Changelog @ cd3686e1

History | View | Annotate | Download (1.1 kB)

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

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

    
18
v0.3.2
19
======
20

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

    
26

    
27
v0.3.1
28
======
29

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