Statistics
| Branch: | Tag: | Revision:

root / pithos / middleware / auth.py @ fe243425

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
d26b7794 11/07/2011 06:49 pm Antony Chazapis

Fix dummy login target.

603284d4 11/07/2011 12:44 pm Antony Chazapis

Use the ui cookie format for the im as well.

b494c889 10/27/2011 09:31 pm Antony Chazapis

New user and token should replace previous cookie.

5415afea 10/27/2011 06:19 pm Giorgos Verigakis

Check for token validity instead of existence

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

6febeb41 10/26/2011 12:09 pm Antony Chazapis

Check if user is active in auth middleware.

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

Merge of aai and admin apps.

647a5f48 10/13/2011 07:42 pm Antony Chazapis

Merge account policy in api. Document.

Refs #1165
Refs #1167

1e7f9615 10/11/2011 05:01 pm Antony Chazapis

Change middleware for quota.

Refs #1165

61708ff8 09/19/2011 10:21 am Antony Chazapis

Fix POST data bug.

Seems that if the request.POST object is accessed in a middleware, no data is available later on.

e6dd1619 09/16/2011 10:45 am Antony Chazapis

Token as a parameter gets precedence.

5b9d15ad 09/13/2011 06:18 pm Antony Chazapis

Support for authentication at admin interface.

72c3ba3f 08/08/2011 07:11 pm Antony Chazapis

Fix TestGreek.

d7d60147 08/04/2011 06:06 pm Antony Chazapis

New authentication middleware.
Uses users stored in a django model.

Update settings.py and then run:
python manage.py syncdb
python manage.py loaddata aai/fixtures/auth_test_data.json