Statistics
| Branch: | Tag: | Revision:

root / aai / tests.py @ 2b837adf

History | View | Annotate | Download (5.2 kB)

# Date Author Comment
79d8af70 07/01/2011 03:52 pm Giorgos Gousios

Make LOGIN_PATH be a full URL (not just a path under APP_INSTALL_URL)

Refs: #715

85c6267a 07/01/2011 10:32 am Giorgos Gousios

Merge branch 'api-current' into helpdesk-gui

Conflicts:
aai/shibboleth.py

fdc10aee 06/27/2011 05:59 pm Faidon Liambotis

Fix syntax typos wrt "Shibboleth"

It's "Shibboleth", not "sibboleth" or variations of it :-)

48130e66 06/17/2011 01:10 pm Giorgos Gousios

License headers for various files

refs #581

c9fdfa27 05/20/2011 11:22 am Giorgos Gousios

Add expires field for auth token

Refs: #483

2cd99e7a 05/11/2011 09:53 am Giorgos Gousios

Style and pylint suggested fixes

1428a464 05/09/2011 03:37 pm Giorgos Gousios

Move and fix test cases to the appropriate locations

c06de383 05/07/2011 07:00 pm Georgios Gousios

Support for storing X-Auth-Tokens in cookies

ac3c3a4b 04/18/2011 04:02 pm Georgios Gousios

Fix tests, fix side auth cases

All tests now working

60de282a 04/18/2011 11:53 am Georgios Gousios

Avoid redirect loops

8f377cd6 04/12/2011 02:38 pm Georgios Gousios

Shortcut in the aai module to make tests pass

Introduces a test-time runtime variable which allows REST-based (e.g.
api) tests to pass through the authentication module

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)