django-cas-provider.git
2012-04-13 deykMerge remote-tracking branch 'cas2/master'
2012-04-12 deykChanged the signature of the login hijack signal.
2012-04-11 deykAdding the `on_cas_login` signal, which is sent just...
2012-04-11 deykMoved `merge` argument into `**kwargs`.
2012-04-11 deykRemoved `views.socialauth_login`, as `views.login`...
2012-04-11 deykNormal login now pull the service off the session,...
2012-04-11 deykWhoops.
2012-04-11 deykSimplified getting the service off the session for...
2012-04-11 deykFixed: Service URL was getting built in two different...
2012-04-11 deykRemoved duplicated service-related code branches in...
2012-04-11 deykCleaned up long lines, unused imports.
2012-02-07 deykMerge branch 'master' of git://github.com/eykd/django...
2012-02-07 deykFixed faulty redirect if user is already logged in...
2012-02-06 dwickwireAdding autofocus to Email field
2012-02-03 deykClarified logging on validation
2012-02-03 deykClarified validation logging.
2012-02-03 deykMade logging of failed validation more explicit.
2012-02-03 deykGetting the service off the POST form, like we should...
2012-01-28 dwickwireAdding class to remember me
2012-01-24 deykRemoved accounts dependency, using a signal instead.
2012-01-20 dwickwireChanged the CAS Protocol! A 'yes' or 'no' first line...
2012-01-19 dwickwireChanged the remember me label
2012-01-19 deykRemoved some broken logging statements.
2012-01-19 deykFixeed urls.py to match latest usage. Sprinkled logging...
2012-01-18 deykRemoved usage of LoginTicket, as we get this in a much...
2012-01-18 deykAdded more specific exception handling. This clears...
2012-01-18 deykSpecifying merge template for merge url.
2012-01-18 deykCorrected behavior of merge/login forms on GET requests.
2012-01-18 dwickwireFixing validation always being thrown on first visit.
2012-01-18 deykAdded support for handling user-merging workflows at...
2012-01-18 dwickwireAdding basic merge template
2011-11-23 dwickwireSaving the service protectively. Also using user from...
2011-11-16 dwickwireAdded social authentication hook to generate valid...
2011-10-28 dwickwireAdded 'remember me' functionality to view
2011-10-26 Sebastian Anniesdo some logging
2011-10-24 deykTweaked to use emails instead of usernames.
2011-10-17 Sebastian Anniesrepair tests
2011-10-17 Sebastian Anniesnew version since db schema changed
2011-10-17 Sebastian Anniesdo not check targetService - that is totally wrong.
2011-10-17 Sebastian Anniesremove unused targetService field
2011-10-17 Sebastian Anniesadd admins for proxy related tickets
2011-10-17 Sebastian Anniesservice == service if host, port and path are euqal...
2011-10-15 Marek StępniowskiChanged `<CR><LF>` line endings to `<LF>` in `views...
2011-10-15 Marek StępniowskiRemoved unneeded imports.
2011-10-10 Sebastian Anniescorrected formatting
2011-10-10 Sebastian AnniesUpgrade help
2011-10-10 Sebastian Anniesusing south for db migrations
2011-10-10 Sebastian Anniesproxy chaining is now working
2011-10-10 Sebastian AnniesEdited README.rst via GitHub
2011-10-10 Sebastian AnniesEdited README.rst via GitHub
2011-10-09 Sebastian Anniesadded an example to be able to easily run the unittests
2011-10-09 Sebastian Anniesfirst try to implement proxy tickets
2011-06-08 Gunnlaugur... Inherit AuthenticationForm, support form override
2011-06-08 Gunnlaugur... Fix: use the correct ValidationError class
2011-06-08 Gunnlaugur... Restore Py2.5 compatibility
2011-04-27 Alex KamedovMerge branch 'develop'
2011-04-27 Alex Kamedovadd CAS_AUTO_REDIRECT_AFTER_LOGOUT settings option
2011-04-27 Alex KamedovMerge branch 'vshulyak' into develop
2011-04-27 Alex Kamedovupdate gitignore
2011-04-27 Alex KamedovMerge branch 'develop'
2011-04-27 Alex Kamedovadded some meta data to package
2011-04-27 Alex KamedovNow you can use custom formatters to custom user attributes
2011-04-26 vladimiradded autologout param to logout view
2011-04-24 Alex Kamedovcheck service in service ticket validation
2011-04-24 Alex Kamedovimprove templates
2011-04-24 Alex KamedovMerge branch 'develop'
2011-04-24 Alex Kamedovimprove tests and documentation
2011-04-24 Alex Kamedovreplace \r\n in CAS v.1 validate response to \n
2011-04-24 Alex Kamedovprocess warn GET argument on login page
2011-04-24 Alex Kamedovadd tests for service validate URL (CAS v.2)
2011-04-24 Alex Kamedovsimplify logic for login success redirect URL
2011-04-24 Alex Kamedovsmall refactoring
2011-04-24 Alex Kamedovadd tests, fix LOGIN_REDIRECT_URL settings support
2011-04-23 Alex KamedovAdded basic CAS 2.0 protocol support (only validation...
2011-04-23 Alex Kamedovallow URLs without trailing slashes: not all CAS client...
2011-04-18 Alex Kamedovupdate documentation
2011-04-07 Alex Kamedovimprove admin area
2011-04-07 Alex Kamedovremove unused imports
2011-04-07 Alex Kamedovadd Russian translation
2011-04-07 Alex Kamedovi18n support
2011-02-02 Chris WilliamsFixed an issue raised by realyze on github where CRLF...
2009-10-15 zuberAdded AUTHORS.txt file.
2009-10-15 zuberFIX: Added MANIFEST.in.
2009-10-15 zuberFIX: Changed ET references (which was undefined) to...
2009-10-15 zuberBumped version to 0.2.dev and added tagging of releases...
2009-10-15 zuberChanged xml.py module name to etree.py because it was...
2009-10-12 zuberFixed a syntax error in lxml namespace registration...
2009-10-05 zuberAdded more exclude patterns to .gitignore.
2009-10-05 zuberUncommented code responsible for deleting tickets.
2009-10-05 zuberAdded support for custom attributes from CAS version...
2009-10-05 zuberFixes to README.rst including mention of the partial...
2009-10-05 zuberChanged imports to absolute.
2009-10-05 zuberChanged line endings in validate response from <CR...
2009-10-05 zuberAdded basic CAS 2.0 protocol support (only validation...
2009-10-02 zuberUse string.ascii_letters instead of string.letters...
2009-03-18 Chris WilliamsFixed some formatting
2009-03-18 Chris WilliamsAdditional documentation and cleaned up imports in...
2009-03-18 Chris WilliamsAdded some documentation and a license
2009-03-17 Chris WilliamsRemoved some old SVN junk
2009-03-17 Chris WilliamsFirst commit