Statistics
| Branch: | Tag: | Revision:

root / pithos / im / views.py @ a7bdef13

History | View | Annotate | Download (13 kB)

# Date Author Comment
a7bdef13 11/25/2011 01:07 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of shibboleth target

Refs: #1584

0778f7e1 11/24/2011 04:57 pm Sofia Papagiannaki

redirect to profile page from prepare_response instead of each target

Refs: #1584

b4c241e6 11/24/2011 02:04 pm Sofia Papagiannaki

Profile page after login

- enable/disable by setting FORCE_PROFILE_UPDATE
- db migration add_field_user_is_verified
- change template inheritance

Refs: #1584

1998b092 11/22/2011 02:05 pm Sofia Papagiannaki

export users list

Refs: #1666

0dadf7b2 11/22/2011 01:43 pm Sofia Papagiannaki

admin tab invitations with export capability

Refs: #1666

07c37c5a 11/21/2011 06:46 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

bea9e009 11/21/2011 06:45 pm Sofia Papagiannaki

enable/disable identity modules via settings

Refs: #1584

c9972f0f 11/21/2011 04:39 pm Antony Chazapis

Use the full URI at invitation targets.

Fixes #1634

a7ae042e 11/17/2011 11:06 am Sofia Papagiannaki

refine forgot password mechanism & get baseurl from the request instead of settings

Refs: #1584

29ab141c 11/15/2011 11:36 am Antony Chazapis

Fix im settings.

bee5ffa6 11/14/2011 03:58 pm Sofia Papagiannaki

Support local accounts & recover password

Refs: #1584

39fc9e8d 11/10/2011 01:26 pm Antony Chazapis

Fix invite error handling.

390c4b88 11/02/2011 03:58 pm Giorgos Verigakis

Invitations improvements

  • Resend email on duplicate emails without
    creating a new invitation.
  • Return the list of sent invitations on the
    API call.
  • Move invitation levels to settings

Refs #1588
Refs #1599

61efb530 10/27/2011 09:20 am Antony Chazapis

Make request.user point to the user object.

552ea518 10/26/2011 10:45 pm Antony Chazapis

Manage cookie in middleware. Collect all login targets into one module and share common code. Automatically redirect to login page from admin if not authenticated.

Refs #1459

32e87ed2 10/25/2011 04:02 pm Giorgos Verigakis

Admin improvements

- Show and edit state
- Show and edit invitations
- Add state in users list

d3205c49 10/25/2011 04:01 pm Giorgos Verigakis

Fix name clash

93f046ab 10/24/2011 01:50 pm Giorgos Verigakis

Add support for invitations

Requires an update to settings.

Refs #1459

c6dad9fe 10/20/2011 12:58 pm Antony Chazapis

Re-enable cookie from shibboleth.

2d8da097 10/19/2011 03:17 pm Antony Chazapis

Merge changes from master branch. Fix quota updates. Clean up util. Create token when creating user from admin interface.

Refs #1470
Refs #1471

7e392d16 10/19/2011 12:55 pm Antony Chazapis

Merge of aai and admin apps.