Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / middleware.py @ 45ed7743

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
c0b26605 11/29/2012 05:08 pm Sofia Papagiannaki

Merge remote-tracking branch 'origin/0.12' into devel-0.13

Conflicts:
snf-astakos-app/astakos/im/activation_backends.py
snf-astakos-app/astakos/im/api/admin.py
snf-astakos-app/astakos/im/auth_backends.py
snf-astakos-app/astakos/im/forms.py
snf-astakos-app/astakos/im/functions.py...

e0cc1c4a 11/28/2012 04:02 pm Sofia Papagiannaki

Cookie handling code refinement

4573cae0 11/28/2012 03:45 pm Sofia Papagiannaki

Ensure ASTAKOS_COOKIE is not set if there is no django session cookie: and check in process_request

47097c8a 11/27/2012 05:10 pm Sofia Papagiannaki

Pass also response during Cookie instantiation

b2ffa772 11/27/2012 04:54 pm Sofia Papagiannaki

Force astakos cookie to follow session state.

5ce3ce4f 09/10/2012 01:52 pm Sofia Papagiannaki

Fix code formatting to conform to the PEP 8 style guide

aab4d540 08/29/2012 01:52 pm Sofia Papagiannaki

remove unused imports & code refinement

111f3da6 05/31/2012 12:04 pm Sofia Papagiannaki

Log main astakos functions

Refs: #2448

68ed1683 05/17/2012 12:25 pm Sofia Papagiannaki

middleware for the synchronization of the django session and the ASTAKOS_COOKIE

if ASTAKOS_COOKIE is set and the request user is not authenticated (sessionid cookie has expired or deleted), authenticate and login the user

Refs: #2291