django-cas-provider.git
2023-03-03 Radek CzajkaSupport Django 4.1, drop 1.11. master 23.3
2022-04-21 Radek CzajkaSupport for Python 3.10 and Django 4.0, drop Python... 22.4
2021-08-20 Radek CzajkaSupport for Django 3.2
2021-03-30 Radek CzajkaSupport for Django up to 3.1. Dropped support for Djang...
2019-03-12 Radek CzajkaExtend the service URL field.
2019-03-12 Radek CzajkaMerge branch 'master' of https://github.com/ryanbagwell...
2019-01-09 Radek CzajkaCompatibility up to Django 2.1, dropped < 1.8. Removed...
2019-01-09 Radek CzajkaJust upgrade versions.
2015-10-06 Ryan Bagwellremoving default for foreign key field because it throw...
2015-03-17 Radek CzajkaUpdated setup.py
2015-03-17 Radek CzajkaDjango 1.8(b2) support.
2014-09-21 Radek CzajkaAdd South migrations back, use in tests in Django<1.7.
2014-09-21 Radek CzajkaMerge branch 'elep'
2014-09-21 Radek CzajkaCompatibility fixes.
2014-09-21 Radek CzajkaTest: Remove unnecessary and unsupported in Py2.6 ...
2014-09-21 Radek CzajkaMove unit tests out of the app.
2014-09-20 Radek CzajkaCan't have ForeignKey from PGT to ST, if ST is deleted...
2014-09-20 Radek CzajkaAdd Django migrations.
2014-09-20 Radek CzajkaMerge remote-tracking branch 'gstrat/elep' into elep
2014-09-20 Radek CzajkaAdd tests for double ticket validation.
2014-09-20 Radek CzajkaCustom URL opener instead of monkey-patching for tests.
2014-09-19 Radek CzajkaMissing manage.py for example project.
2014-09-19 Radek CzajkaPython 3.4 compatibility & fixed some of the tests.
2014-09-19 Radek CzajkaDjango 1.7 compatibility fix.
2014-03-27 Radek Czajkadjango 1.6 comp fix
2013-12-01 gstrattranslating error messages
2013-06-06 ppetriddelete .svn
2013-05-27 ppetriddjango.conf.urls.defaults is deprecated
2013-05-27 ppetriddjango.conf.urls.defaults is deprecated
2013-04-15 Radek Czajkai18n, l10n-pl, minor gitignore fix
2013-02-02 ppetridremoved wrong migrations
2013-01-29 ppetridremove unused import
2013-01-28 ppetridfix login form
2013-01-28 ppetridignore files
2013-01-28 ppetridupdated gitignore
2013-01-20 gstrattemplate updates
2013-01-15 gstratdjango1.5 compatibility fixes
2013-01-15 gstratinitial commit
2012-10-17 dwickwireAdding placeholder text for login form
2012-07-06 deykFixed never_cache decorator to, well, never cache.
2012-06-19 deykFixed naming of `identifier` attribute tags.
2012-05-15 deykAdded some protective decorators.
2012-05-15 deykNow tracking login success.
2012-05-15 deykAdded new signal
2012-04-18 deykFixed handling of iterables inside attribute_formatters.
2012-04-18 deykGuess we should unpack the iterables.
2012-04-18 deykInstead of checking for list type, check for collection...
2012-04-16 deykAdded identifier history support to CAS 2.0 validation...
2012-04-16 deykHey, it's probably not a good idea to clobber the respo...
2012-04-16 deykOK, why isn't that working?
2012-04-16 deykLet's get that send() invocation right, shall we?
2012-04-16 deykChanged from custom attribute callback to signal for...
2012-04-16 deykBeter speling.
2012-04-16 deykFixed socialauth-login url.
2012-04-16 deykDeleting ticket after successful validation.
2012-04-16 deykAdded missing comma.
2012-04-13 deykWhoops, we really don't want to use the Authentication...
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...
next