root / snf-astakos-app / Changelog @ 22a9694f
History | View | Annotate | Download (2.4 kB)
1 |
Changelog |
---|---|
2 |
--------- |
3 |
|
4 |
v0.5.1 |
5 |
^^^^^^ |
6 |
|
7 |
- Change next parameter to index page in activate url. |
8 |
- Fix shibboleth login link. |
9 |
|
10 |
|
11 |
v0.5.0 |
12 |
^^^^^^ |
13 |
- Improvements and fixes in shibboleth integration. |
14 |
- Minor code refactoring (removed unsed classes/functions). |
15 |
- Rate limit integration (requires django-ratelimit). |
16 |
- New setting added, ASTAKOS_RATELIMIT_RETRIES_ALLOWED |
17 |
- get_menu api call checks the ASTAKOS_COOKIE_NAME instead of the sessionid cookie. |
18 |
- Management commands improvements/fixes |
19 |
- Altered blank/null parameters for some AstakosUser fields (db migration |
20 |
required, ``snf-manage migrate``) |
21 |
- Added user group functionality (initial group data can be loaded using |
22 |
``snf-manage loaddata groups``) |
23 |
|
24 |
v0.4.0 |
25 |
^^^^^^ |
26 |
- User terms. |
27 |
- Styling fixes/improvements. |
28 |
- Configurable recpatcha form field. |
29 |
|
30 |
|
31 |
v0.3.9 |
32 |
^^^^^^ |
33 |
- Show user email in feedback email content |
34 |
|
35 |
|
36 |
v0.3.8 |
37 |
^^^^^^ |
38 |
- New ASTAKOS_PROFILE_EXTRA_LINKS setting to display additional buttons on |
39 |
account pages. |
40 |
|
41 |
|
42 |
v0.3.7 |
43 |
^^^^^^ |
44 |
- New ASTAKOS_LOGIN_MESSAGES setting to display messages on the login page |
45 |
header |
46 |
- login_base.html to make it easy override the login.html template |
47 |
|
48 |
|
49 |
v0.3.5 |
50 |
^^^^^^ |
51 |
- New grnet styles |
52 |
- New setting for recaptcha to use SSL |
53 |
- New menu texts |
54 |
- Improvements in get_menu view |
55 |
|
56 |
|
57 |
v0.3.4 |
58 |
^^^^^^ |
59 |
- Updated mail contents |
60 |
- Cloudbar improvements |
61 |
|
62 |
|
63 |
v0.3.3 |
64 |
^^^^^^ |
65 |
- Updated grnet styles |
66 |
- Several styling fixes |
67 |
- Display page menu |
68 |
- Minor improvements in cloudbar js and styles |
69 |
- Use synnefo.lib.context_processors.cloudbar to display the cloudbar |
70 |
You should set the CLOUDBAR_* settings to point to your astakos urls |
71 |
(see sample conf file in snf-astakos-app/conf/20-snf-astakos-app-cloudbar.conf) |
72 |
- Updated snf-common dependency to >=0.9.0 |
73 |
- New ASTAKOS_RE_USER_EMAIL_PATTERNS setting |
74 |
- Support for multiple accounts authentication |
75 |
- New ^^set-active and ^^set-inactive in modifyuser command |
76 |
- Fixed circular redirects when visiting login page from the logout one |
77 |
- Removed im.context_processors.cloudbar (now using snf-common processor) |
78 |
|
79 |
|
80 |
v0.3.2 |
81 |
^^^^^^ |
82 |
- improved styles of sign up button |
83 |
- do not send admin notification email if ASTAKOS_DEFAULT_ADMIN_EMAIL is not |
84 |
set |
85 |
- updated cloudbar styles |
86 |
|
87 |
|
88 |
v0.3.1 |
89 |
^^^^^^ |
90 |
- bug fixes |
91 |
- administrator email notification on sign up |
92 |
(configurable from ASTAKOS_DEFAULT_ADMIN_EMAIL setting) |
93 |
- recaptcha integration on sign up form |
94 |
(requires ASTAKOS_RECAPTCHA_PUBLIC_KEY, ASTAKOS_RECAPTCHA_PRIVATE_KEY |
95 |
settings) |
96 |
- cloudbar jsonp responses |
97 |
|