Statistics
| Branch: | Tag: | Revision:

root / pithos / im / views.py @ 29ab141c

History | View | Annotate | Download (13.6 kB)

# Date Author Comment
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.