Normal login now pull the service off the session, if it doesn't exist already.
[django-cas-provider.git] / cas_provider /
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-24 deykTweaked to use emails instead of usernames.
2011-10-15 Marek StępniowskiChanged `<CR><LF>` line endings to `<LF>` in `views...
2011-10-15 Marek StępniowskiRemoved unneeded imports.
2011-02-02 Chris WilliamsFixed an issue raised by realyze on github where CRLF...
2009-10-02 zuberUse string.ascii_letters instead of string.letters...
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