Statistics
| Branch: | Tag: | Revision:

root / pithos / im / views.py @ ee1a7617

History | View | Annotate | Download (8.1 kB)

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