2014-09-20 |
Radek Czajka | Can't have ForeignKey from PGT to ST, if ST is deleted... |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Radek Czajka | Add Django migrations. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Radek Czajka | Merge remote-tracking branch 'gstrat/elep' into elep |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Radek Czajka | Add tests for double ticket validation. |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Radek Czajka | Custom URL opener instead of monkey-patching for tests. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Radek Czajka | Missing manage.py for example project. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Radek Czajka | Python 3.4 compatibility & fixed some of the tests. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Radek Czajka | Django 1.7 compatibility fix. |
commit | commitdiff | tree | snapshot |
2014-03-27 |
Radek Czajka | django 1.6 comp fix |
commit | commitdiff | tree | snapshot |
2013-12-01 |
gstrat | translating error messages |
commit | commitdiff | tree | snapshot |
2013-06-06 |
ppetrid | delete .svn |
commit | commitdiff | tree | snapshot |
2013-05-27 |
ppetrid | django.conf.urls.defaults is deprecated |
commit | commitdiff | tree | snapshot |
2013-05-27 |
ppetrid | django.conf.urls.defaults is deprecated |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Radek Czajka | i18n, l10n-pl, minor gitignore fix |
commit | commitdiff | tree | snapshot |
2013-02-02 |
ppetrid | removed wrong migrations |
commit | commitdiff | tree | snapshot |
2013-01-29 |
ppetrid | remove unused import |
commit | commitdiff | tree | snapshot |
2013-01-28 |
ppetrid | fix login form |
commit | commitdiff | tree | snapshot |
2013-01-28 |
ppetrid | ignore files |
commit | commitdiff | tree | snapshot |
2013-01-20 |
gstrat | template updates |
commit | commitdiff | tree | snapshot |
2013-01-15 |
gstrat | django1.5 compatibility fixes |
commit | commitdiff | tree | snapshot |
2013-01-15 |
gstrat | initial commit |
commit | commitdiff | tree | snapshot |
2012-10-17 |
dwickwire | Adding placeholder text for login form |
commit | commitdiff | tree | snapshot |
2012-07-06 |
deyk | Fixed never_cache decorator to, well, never cache. |
commit | commitdiff | tree | snapshot |
2012-06-19 |
deyk | Fixed naming of `identifier` attribute tags. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
deyk | Added some protective decorators. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
deyk | Now tracking login success. |
commit | commitdiff | tree | snapshot |
2012-05-15 |
deyk | Added new signal |
commit | commitdiff | tree | snapshot |
2012-04-18 |
deyk | Fixed handling of iterables inside attribute_formatters. |
commit | commitdiff | tree | snapshot |
2012-04-18 |
deyk | Guess we should unpack the iterables. |
commit | commitdiff | tree | snapshot |
2012-04-18 |
deyk | Instead of checking for list type, check for collection... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Added identifier history support to CAS 2.0 validation... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Hey, it's probably not a good idea to clobber the respo... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | OK, why isn't that working? |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Let's get that send() invocation right, shall we? |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Changed from custom attribute callback to signal for... |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Beter speling. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Fixed socialauth-login url. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Deleting ticket after successful validation. |
commit | commitdiff | tree | snapshot |
2012-04-16 |
deyk | Added missing comma. |
commit | commitdiff | tree | snapshot |
2012-04-13 |
deyk | Whoops, we really don't want to use the Authentication... |
commit | commitdiff | tree | snapshot |
2012-04-13 |
deyk | Merge remote-tracking branch 'cas2/master' |
commit | commitdiff | tree | snapshot |
2012-04-12 |
deyk | Changed the signature of the login hijack signal. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Adding the `on_cas_login` signal, which is sent just... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Moved `merge` argument into `**kwargs`. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Removed `views.socialauth_login`, as `views.login`... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Normal login now pull the service off the session,... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Whoops. |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Simplified getting the service off the session for... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Fixed: Service URL was getting built in two different... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Removed duplicated service-related code branches in... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
deyk | Cleaned up long lines, unused imports. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
deyk | Merge branch 'master' of git://github.com/eykd/django... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
deyk | Fixed faulty redirect if user is already logged in... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
dwickwire | Adding autofocus to Email field |
commit | commitdiff | tree | snapshot |
2012-02-03 |
deyk | Clarified logging on validation |
commit | commitdiff | tree | snapshot |
2012-02-03 |
deyk | Clarified validation logging. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
deyk | Made logging of failed validation more explicit. |
commit | commitdiff | tree | snapshot |
2012-02-03 |
deyk | Getting the service off the POST form, like we should... |
commit | commitdiff | tree | snapshot |
2012-01-28 |
dwickwire | Adding class to remember me |
commit | commitdiff | tree | snapshot |
2012-01-24 |
deyk | Removed accounts dependency, using a signal instead. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
dwickwire | Changed the CAS Protocol! A 'yes' or 'no' first line... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
dwickwire | Changed the remember me label |
commit | commitdiff | tree | snapshot |
2012-01-19 |
deyk | Removed some broken logging statements. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
deyk | Fixeed urls.py to match latest usage. Sprinkled logging... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
deyk | Removed usage of LoginTicket, as we get this in a much... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
deyk | Added more specific exception handling. This clears... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
deyk | Specifying merge template for merge url. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
deyk | Corrected behavior of merge/login forms on GET requests. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
dwickwire | Fixing validation always being thrown on first visit. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
deyk | Added support for handling user-merging workflows at... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
dwickwire | Adding basic merge template |
commit | commitdiff | tree | snapshot |
2011-11-23 |
dwickwire | Saving the service protectively. Also using user from... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
dwickwire | Added social authentication hook to generate valid... |
commit | commitdiff | tree | snapshot |
2011-10-28 |
dwickwire | Added 'remember me' functionality to view |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Sebastian Annies | do some logging |
commit | commitdiff | tree | snapshot |
2011-10-24 |
deyk | Tweaked to use emails instead of usernames. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | repair tests |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | new version since db schema changed |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | do not check targetService - that is totally wrong. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | remove unused targetService field |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | add admins for proxy related tickets |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Annies | service == service if host, port and path are euqal... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Marek Stępniowski | Changed `<CR><LF>` line endings to `<LF>` in `views... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Marek Stępniowski | Removed unneeded imports. |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | corrected formatting |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | Upgrade help |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | using south for db migrations |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | proxy chaining is now working |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | Edited README.rst via GitHub |
commit | commitdiff | tree | snapshot |
2011-10-10 |
Sebastian Annies | Edited README.rst via GitHub |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Sebastian Annies | added an example to be able to easily run the unittests |
commit | commitdiff | tree | snapshot |
2011-10-09 |
Sebastian Annies | first try to implement proxy tickets |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Gunnlaugur... | Inherit AuthenticationForm, support form override |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Gunnlaugur... | Fix: use the correct ValidationError class |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Gunnlaugur... | Restore Py2.5 compatibility |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | Merge branch 'develop' |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | add CAS_AUTO_REDIRECT_AFTER_LOGOUT settings option |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | Merge branch 'vshulyak' into develop |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | update gitignore |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | Merge branch 'develop' |
commit | commitdiff | tree | snapshot |
next |