django-cas-provider.git
13 years agoMerge branch 'develop'
Alex Kamedov [Sun, 24 Apr 2011 15:26:33 +0000 (21:26 +0600)]
Merge branch 'develop'

13 years agoimprove tests and documentation
Alex Kamedov [Sun, 24 Apr 2011 15:24:50 +0000 (21:24 +0600)]
improve tests and documentation

13 years agoreplace \r\n in CAS v.1 validate response to \n
Alex Kamedov [Sun, 24 Apr 2011 14:20:26 +0000 (20:20 +0600)]
replace \r\n in CAS v.1 validate response to \n

13 years agoprocess warn GET argument on login page
Alex Kamedov [Sun, 24 Apr 2011 14:02:36 +0000 (20:02 +0600)]
process warn GET argument on login page

13 years agoadd tests for service validate URL (CAS v.2)
Alex Kamedov [Sun, 24 Apr 2011 12:52:53 +0000 (18:52 +0600)]
add tests for service validate URL (CAS v.2)

13 years agosimplify logic for login success redirect URL
Alex Kamedov [Sun, 24 Apr 2011 11:14:59 +0000 (17:14 +0600)]
simplify logic for login success redirect URL

13 years agosmall refactoring
Alex Kamedov [Sun, 24 Apr 2011 10:56:59 +0000 (16:56 +0600)]
small refactoring

13 years agoadd tests, fix LOGIN_REDIRECT_URL settings support
Alex Kamedov [Sun, 24 Apr 2011 07:59:56 +0000 (13:59 +0600)]
add tests, fix LOGIN_REDIRECT_URL settings support

13 years agoAdded basic CAS 2.0 protocol support (only validation for now).
Alex Kamedov [Sat, 23 Apr 2011 20:35:30 +0000 (02:35 +0600)]
Added basic CAS 2.0 protocol support (only validation for now).

13 years agoallow URLs without trailing slashes: not all CAS clients follow redirects
Alex Kamedov [Sat, 23 Apr 2011 20:14:29 +0000 (02:14 +0600)]
allow URLs without trailing slashes: not all CAS clients follow redirects

13 years agoupdate documentation
Alex Kamedov [Mon, 18 Apr 2011 17:08:17 +0000 (23:08 +0600)]
update documentation

13 years agoimprove admin area
Alex Kamedov [Thu, 7 Apr 2011 06:21:27 +0000 (12:21 +0600)]
improve admin area

13 years agoremove unused imports
Alex Kamedov [Thu, 7 Apr 2011 06:11:27 +0000 (12:11 +0600)]
remove unused imports

13 years agoadd Russian translation
Alex Kamedov [Thu, 7 Apr 2011 06:07:36 +0000 (12:07 +0600)]
add Russian translation

13 years agoi18n support
Alex Kamedov [Thu, 7 Apr 2011 06:07:18 +0000 (12:07 +0600)]
i18n support

13 years agoFixed an issue raised by realyze on github where CRLF was actually sent as LFCR.
Chris Williams [Wed, 2 Feb 2011 18:16:29 +0000 (13:16 -0500)]
Fixed an issue raised by realyze on github where CRLF was actually sent as LFCR.

14 years agoUse string.ascii_letters instead of string.letters in utils._generate_string to preve...
zuber [Fri, 2 Oct 2009 21:41:40 +0000 (23:41 +0200)]
Use string.ascii_letters instead of string.letters in utils._generate_string to prevent the server from blowing up when locale is other than C.

15 years agoFixed some formatting
Chris Williams [Wed, 18 Mar 2009 05:09:33 +0000 (01:09 -0400)]
Fixed some formatting

15 years agoAdditional documentation and cleaned up imports in views.py
Chris Williams [Wed, 18 Mar 2009 05:07:21 +0000 (01:07 -0400)]
Additional documentation and cleaned up imports in views.py

15 years agoAdded some documentation and a license
Chris Williams [Wed, 18 Mar 2009 00:10:12 +0000 (20:10 -0400)]
Added some documentation and a license

15 years agoRemoved some old SVN junk
Chris Williams [Tue, 17 Mar 2009 23:06:53 +0000 (19:06 -0400)]
Removed some old SVN junk

15 years agoFirst commit
Chris Williams [Tue, 17 Mar 2009 23:05:57 +0000 (19:05 -0400)]
First commit