Statistics
| Branch: | Tag: | Revision:

root / api / middleware.py @ 5509b599

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
aa197ee4 05/10/2011 01:35 pm Vangelis Koukis

Fix redundant whitespace at end of lines

Remove all unecessary whitespace at end of lines.
See
http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output

for a way to have git highlight redundant whitespace automatically.

22aee0fb 05/09/2011 02:20 pm Giorgos Gousios

Split aai middleware into two instances

One instance guards the API (and returns 401 if the user is unauthorized), one protects the other content and redirects to Sibboleth

25380811 04/12/2011 01:20 pm Georgios Gousios

Rename auth to aai and put all aai related stuff in it

manage.py had trouble running tests from auth (confirmed with
[verigak]), and is also a good idea to have all aai stuff in
one reusable place ([vkoukis]'s idea)

57e59589 04/07/2011 03:09 pm Georgios Gousios

All Shibboleth-based tests pass

Now, we need to test it against a real installation

faa26af8 04/07/2011 01:36 pm Georgios Gousios

Make most tests pass

1896d262 04/06/2011 06:08 pm Georgios Gousios

Fixes to pass some shibboleth related tests

dbf97ed2 04/05/2011 04:29 pm Georgios Gousios

Authentication routine, with comments

dd53338a 04/05/2011 02:16 pm Georgios Gousios

Make tests fail gracefully with assertions.

Also correct spelling of the word shibboleth

44193110 04/04/2011 03:04 pm Georgios Gousios

User deletion test

ef39e7ee 04/01/2011 04:52 pm Georgios Gousios

Some coding before enlighting discussion w/ faidon

89f86fd3 04/01/2011 01:50 pm Georgios Gousios

Custom middleware to support authentication