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 |
2011-04-27 |
Alex Kamedov | added some meta data to package |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Alex Kamedov | Now you can use custom formatters to custom user attributes |
commit | commitdiff | tree | snapshot |
2011-04-26 |
vladimir | added autologout param to logout view |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | check service in service ticket validation |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | improve templates |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | Merge branch 'develop' |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | improve tests and documentation |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | replace \r\n in CAS v.1 validate response to \n |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | process warn GET argument on login page |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | add tests for service validate URL (CAS v.2) |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | simplify logic for login success redirect URL |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | small refactoring |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Alex Kamedov | add tests, fix LOGIN_REDIRECT_URL settings support |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Alex Kamedov | Added basic CAS 2.0 protocol support (only validation... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Alex Kamedov | allow URLs without trailing slashes: not all CAS client... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Alex Kamedov | update documentation |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Alex Kamedov | improve admin area |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Alex Kamedov | remove unused imports |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Alex Kamedov | add Russian translation |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Alex Kamedov | i18n support |
commit | commitdiff | tree | snapshot |
2011-02-02 |
Chris Williams | Fixed an issue raised by realyze on github where CRLF... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
zuber | Added AUTHORS.txt file. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
zuber | FIX: Added MANIFEST.in. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
zuber | FIX: Changed ET references (which was undefined) to... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
zuber | Bumped version to 0.2.dev and added tagging of releases... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
zuber | Changed xml.py module name to etree.py because it was... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
zuber | Fixed a syntax error in lxml namespace registration... |
commit | commitdiff | tree | snapshot |
next |