summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sebastian Annies [Mon, 17 Oct 2011 13:26:16 +0000 (15:26 +0200)]
service == service if host, port and path are euqal. Do not mind url params
testing the now corrected construction of the proxyCallbackUrl
Sebastian Annies [Mon, 10 Oct 2011 18:10:49 +0000 (21:10 +0300)]
corrected formatting
Sebastian Annies [Mon, 10 Oct 2011 17:59:12 +0000 (19:59 +0200)]
Upgrade help
Sebastian Annies [Mon, 10 Oct 2011 17:41:51 +0000 (19:41 +0200)]
using south for db migrations
Sebastian Annies [Mon, 10 Oct 2011 11:14:40 +0000 (13:14 +0200)]
proxy chaining is now working
Sebastian Annies [Mon, 10 Oct 2011 13:17:32 +0000 (16:17 +0300)]
Edited README.rst via GitHub
Sebastian Annies [Mon, 10 Oct 2011 13:16:36 +0000 (16:16 +0300)]
Edited README.rst via GitHub
Sebastian Annies [Sun, 9 Oct 2011 21:23:26 +0000 (23:23 +0200)]
added an example to be able to easily run the unittests
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
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.
Gunnlaugur Thor Briem [Wed, 8 Jun 2011 21:26:41 +0000 (21:26 +0000)]
Fix: use the correct ValidationError class
Gunnlaugur Thor Briem [Wed, 8 Jun 2011 21:25:31 +0000 (21:25 +0000)]
Restore Py2.5 compatibility
Alex Kamedov [Wed, 27 Apr 2011 16:13:24 +0000 (22:13 +0600)]
Merge branch 'develop'
Alex Kamedov [Wed, 27 Apr 2011 15:52:30 +0000 (21:52 +0600)]
add CAS_AUTO_REDIRECT_AFTER_LOGOUT settings option
Alex Kamedov [Wed, 27 Apr 2011 15:40:37 +0000 (21:40 +0600)]
Merge branch 'vshulyak' into develop
Alex Kamedov [Wed, 27 Apr 2011 14:58:20 +0000 (20:58 +0600)]
update gitignore
Alex Kamedov [Wed, 27 Apr 2011 14:49:43 +0000 (20:49 +0600)]
Merge branch 'develop'
Alex Kamedov [Wed, 27 Apr 2011 14:49:20 +0000 (20:49 +0600)]
added some meta data to package
Alex Kamedov [Wed, 27 Apr 2011 14:48:09 +0000 (20:48 +0600)]
Now you can use custom formatters to custom user attributes
vladimir [Tue, 26 Apr 2011 08:17:39 +0000 (12:17 +0400)]
added autologout param to logout view
Alex Kamedov [Sun, 24 Apr 2011 16:38:23 +0000 (22:38 +0600)]
check service in service ticket validation
Alex Kamedov [Sun, 24 Apr 2011 15:48:31 +0000 (21:48 +0600)]
improve templates
Alex Kamedov [Sun, 24 Apr 2011 15:26:33 +0000 (21:26 +0600)]
Merge branch 'develop'
Alex Kamedov [Sun, 24 Apr 2011 15:24:50 +0000 (21:24 +0600)]
improve tests and documentation
Alex Kamedov [Sun, 24 Apr 2011 14:20:26 +0000 (20:20 +0600)]
replace \r\n in CAS v.1 validate response to \n
Alex Kamedov [Sun, 24 Apr 2011 14:02:36 +0000 (20:02 +0600)]
process warn GET argument on login page
Alex Kamedov [Sun, 24 Apr 2011 12:52:53 +0000 (18:52 +0600)]
add tests for service validate URL (CAS v.2)
Alex Kamedov [Sun, 24 Apr 2011 11:14:59 +0000 (17:14 +0600)]
simplify logic for login success redirect URL
Alex Kamedov [Sun, 24 Apr 2011 10:56:59 +0000 (16:56 +0600)]
small refactoring
Alex Kamedov [Sun, 24 Apr 2011 07:59:56 +0000 (13:59 +0600)]
add tests, fix LOGIN_REDIRECT_URL settings support
Alex Kamedov [Sat, 23 Apr 2011 20:35:30 +0000 (02:35 +0600)]
Added basic CAS 2.0 protocol support (only validation for now).
Alex Kamedov [Sat, 23 Apr 2011 20:14:29 +0000 (02:14 +0600)]
allow URLs without trailing slashes: not all CAS clients follow redirects
Alex Kamedov [Mon, 18 Apr 2011 17:08:17 +0000 (23:08 +0600)]
update documentation
Alex Kamedov [Thu, 7 Apr 2011 06:21:27 +0000 (12:21 +0600)]
improve admin area
Alex Kamedov [Thu, 7 Apr 2011 06:11:27 +0000 (12:11 +0600)]
remove unused imports
Alex Kamedov [Thu, 7 Apr 2011 06:07:36 +0000 (12:07 +0600)]
add Russian translation
Alex Kamedov [Thu, 7 Apr 2011 06:07:18 +0000 (12:07 +0600)]
i18n support
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.
zuber [Thu, 15 Oct 2009 22:37:57 +0000 (00:37 +0200)]
Added AUTHORS.txt file.
zuber [Thu, 15 Oct 2009 17:49:47 +0000 (19:49 +0200)]
FIX: Added MANIFEST.in.
zuber [Thu, 15 Oct 2009 17:35:23 +0000 (19:35 +0200)]
FIX: Changed ET references (which was undefined) to etree in etree module.
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.
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.
zuber [Mon, 12 Oct 2009 18:24:40 +0000 (20:24 +0200)]
Fixed a syntax error in lxml namespace registration code.
zuber [Mon, 5 Oct 2009 19:02:37 +0000 (21:02 +0200)]
Added more exclude patterns to .gitignore.
zuber [Mon, 5 Oct 2009 17:59:15 +0000 (19:59 +0200)]
Uncommented code responsible for deleting tickets.
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).
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.
zuber [Mon, 5 Oct 2009 11:34:01 +0000 (13:34 +0200)]
Changed imports to absolute.
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.
zuber [Mon, 5 Oct 2009 11:25:37 +0000 (13:25 +0200)]
Added basic CAS 2.0 protocol support (only validation for now).
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.
Chris Williams [Wed, 18 Mar 2009 05:09:33 +0000 (01:09 -0400)]
Fixed some formatting
Chris Williams [Wed, 18 Mar 2009 05:07:21 +0000 (01:07 -0400)]
Additional documentation and cleaned up imports in views.py
Chris Williams [Wed, 18 Mar 2009 00:10:12 +0000 (20:10 -0400)]
Added some documentation and a license
Chris Williams [Tue, 17 Mar 2009 23:06:53 +0000 (19:06 -0400)]
Removed some old SVN junk
Chris Williams [Tue, 17 Mar 2009 23:05:57 +0000 (19:05 -0400)]
First commit