Statistics
| Branch: | Tag: | Revision:

root / pithos / middleware @ 552ea518

Name Size
__init__.py 72 Bytes
auth.py 3.2 kB
log.py 2.1 kB

Latest revisions

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

View revisions

Also available in: Atom