django-cas-provider.git
12 years agoRemoved unneeded imports.
Marek Stępniowski [Sat, 15 Oct 2011 10:22:53 +0000 (12:22 +0200)]
Removed unneeded imports.

12 years agocorrected formatting
Sebastian Annies [Mon, 10 Oct 2011 18:10:49 +0000 (21:10 +0300)]
corrected formatting

12 years agoUpgrade help
Sebastian Annies [Mon, 10 Oct 2011 17:59:12 +0000 (19:59 +0200)]
Upgrade help

12 years agousing south for db migrations
Sebastian Annies [Mon, 10 Oct 2011 17:41:51 +0000 (19:41 +0200)]
using south for db migrations

12 years agoproxy chaining is now working
Sebastian Annies [Mon, 10 Oct 2011 11:14:40 +0000 (13:14 +0200)]
proxy chaining is now working

12 years agoEdited README.rst via GitHub
Sebastian Annies [Mon, 10 Oct 2011 13:17:32 +0000 (16:17 +0300)]
Edited README.rst via GitHub

12 years agoEdited README.rst via GitHub
Sebastian Annies [Mon, 10 Oct 2011 13:16:36 +0000 (16:16 +0300)]
Edited README.rst via GitHub

12 years agoadded an example to be able to easily run the unittests
Sebastian Annies [Sun, 9 Oct 2011 21:23:26 +0000 (23:23 +0200)]
added an example to be able to easily run the unittests

12 years agofirst try to implement proxy tickets
Sebastian Annies [Sun, 9 Oct 2011 21:22:31 +0000 (23:22 +0200)]
first try to implement proxy tickets
 * already issueing pgt and pt
 * not sure what happens when proxies are chained

12 years agoInherit AuthenticationForm, support form override
Gunnlaugur Thor Briem [Wed, 8 Jun 2011 21:29:06 +0000 (21:29 +0000)]
Inherit AuthenticationForm, support form override

... for compatibility with existing form customizations.

12 years agoFix: use the correct ValidationError class
Gunnlaugur Thor Briem [Wed, 8 Jun 2011 21:26:41 +0000 (21:26 +0000)]
Fix: use the correct ValidationError class

12 years agoRestore Py2.5 compatibility
Gunnlaugur Thor Briem [Wed, 8 Jun 2011 21:25:31 +0000 (21:25 +0000)]
Restore Py2.5 compatibility

13 years agoMerge branch 'develop'
Alex Kamedov [Wed, 27 Apr 2011 16:13:24 +0000 (22:13 +0600)]
Merge branch 'develop'

13 years agoadd CAS_AUTO_REDIRECT_AFTER_LOGOUT settings option
Alex Kamedov [Wed, 27 Apr 2011 15:52:30 +0000 (21:52 +0600)]
add CAS_AUTO_REDIRECT_AFTER_LOGOUT settings option

13 years agoMerge branch 'vshulyak' into develop
Alex Kamedov [Wed, 27 Apr 2011 15:40:37 +0000 (21:40 +0600)]
Merge branch 'vshulyak' into develop

13 years agoupdate gitignore
Alex Kamedov [Wed, 27 Apr 2011 14:58:20 +0000 (20:58 +0600)]
update gitignore

13 years agoMerge branch 'develop'
Alex Kamedov [Wed, 27 Apr 2011 14:49:43 +0000 (20:49 +0600)]
Merge branch 'develop'

13 years agoadded some meta data to package
Alex Kamedov [Wed, 27 Apr 2011 14:49:20 +0000 (20:49 +0600)]
added some meta data to package

13 years agoNow you can use custom formatters to custom user attributes
Alex Kamedov [Wed, 27 Apr 2011 14:48:09 +0000 (20:48 +0600)]
Now you can use custom formatters to custom user attributes

13 years agoadded autologout param to logout view
vladimir [Tue, 26 Apr 2011 08:17:39 +0000 (12:17 +0400)]
added autologout param to logout view

13 years agocheck service in service ticket validation
Alex Kamedov [Sun, 24 Apr 2011 16:38:23 +0000 (22:38 +0600)]
check service in service ticket validation

13 years agoimprove templates
Alex Kamedov [Sun, 24 Apr 2011 15:48:31 +0000 (21:48 +0600)]
improve templates

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 agoAdded AUTHORS.txt file.
zuber [Thu, 15 Oct 2009 22:37:57 +0000 (00:37 +0200)]
Added AUTHORS.txt file.

14 years agoFIX: Added MANIFEST.in.
zuber [Thu, 15 Oct 2009 17:49:47 +0000 (19:49 +0200)]
FIX: Added MANIFEST.in.

14 years agoFIX: Changed ET references (which was undefined) to etree in etree module.
zuber [Thu, 15 Oct 2009 17:35:23 +0000 (19:35 +0200)]
FIX: Changed ET references (which was undefined) to etree in etree module.

14 years agoBumped version to 0.2.dev and added tagging of releases with date.
zuber [Thu, 15 Oct 2009 17:22:28 +0000 (19:22 +0200)]
Bumped version to 0.2.dev and added tagging of releases with date.

14 years agoChanged xml.py module name to etree.py because it was conflicting with xml package...
zuber [Thu, 15 Oct 2009 17:09:15 +0000 (19:09 +0200)]
Changed xml.py module name to etree.py because it was conflicting with xml package in python std. Require elementtree or lxml because they have proper namespace handling.

14 years agoFixed a syntax error in lxml namespace registration code.
zuber [Mon, 12 Oct 2009 18:24:40 +0000 (20:24 +0200)]
Fixed a syntax error in lxml namespace registration code.

14 years agoAdded more exclude patterns to .gitignore.
zuber [Mon, 5 Oct 2009 19:02:37 +0000 (21:02 +0200)]
Added more exclude patterns to .gitignore.

14 years agoUncommented code responsible for deleting tickets.
zuber [Mon, 5 Oct 2009 17:59:15 +0000 (19:59 +0200)]
Uncommented code responsible for deleting tickets.

14 years agoAdded support for custom attributes from CAS version 3.0 (see setting CAS_CUSTOM_ATTR...
zuber [Mon, 5 Oct 2009 14:39:52 +0000 (16:39 +0200)]
Added support for custom attributes from CAS version 3.0 (see setting CAS_CUSTOM_ATTRIBUTES_CALLBACK).

14 years agoFixes to README.rst including mention of the partial support for the CAS version...
zuber [Mon, 5 Oct 2009 11:38:11 +0000 (13:38 +0200)]
Fixes to README.rst including mention of the partial support for the CAS version 2.0 protocol.

14 years agoChanged imports to absolute.
zuber [Mon, 5 Oct 2009 11:34:01 +0000 (13:34 +0200)]
Changed imports to absolute.

14 years agoChanged line endings in validate response from <CR><LF> to <LF> to be compatible...
zuber [Mon, 5 Oct 2009 11:28:39 +0000 (13:28 +0200)]
Changed line endings in validate response from <CR><LF> to <LF> to be compatible with CAS 1.0 protocol specification.

14 years agoAdded basic CAS 2.0 protocol support (only validation for now).
zuber [Mon, 5 Oct 2009 11:25:37 +0000 (13:25 +0200)]
Added basic CAS 2.0 protocol support (only validation for now).

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