Port from NEXT to C3.
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication /
2010-01-22 Florian Ragwitz Clean up some more tabs and whitespaces.
2010-01-22 Florian Ragwitz Some formatting and whitespace tweaks.
2010-01-22 Stephan Jauernick Fixed RT Bug 47106; Code used the wrong Object to Retri...
2010-01-03 Caleb Cushing Clean up documentation errors
2009-12-30 Tomas Doran Fix hard tabs (by converting to 4 space soft tabs)...
2009-12-30 Caleb Cushing minor code example fix in documentation
2009-10-16 Tomas Doran Add AUTOLOAD nicked from the dbic store to base class
2009-10-15 Tomas Doran Note here
2009-10-15 Tomas Doran Not needed in BEGIN
2009-10-14 Tomas Doran If this wasn't a patch in RT, I wouldn't be applying it
2009-10-14 Tomas Doran Change example configs to fit in with recent DBIC store
2009-09-08 Tomas Doran Small doc fixes
2009-08-25 Tomas Doran Change default username_field back to 'username', as...
2009-08-24 Tomas Doran Stop forcing $authinfo->{id} to be passed down to the...
2009-06-19 Tomas Doran Make Credential::Remote have a username_field config...
2009-06-06 Tomas Doran Fix all the ->config invocations in docs to be more...
2009-06-06 Tomas Doran Make POD Coverage happy
2009-06-06 Tomas Doran Merge kmx's remote_credential branch
2009-03-28 Jay Kuri Fixing Progressive to have it's own new(), since it...
2009-03-28 Jay Kuri A better fix for the realm class name warning problem.
2009-03-28 Jay Kuri Add obj() as shorthand method for get_object()
2009-03-04 Tomas Doran Check for session method, not ISA C::P::Session for...
2009-02-05 Tomas Doran Actually error in the appropriate way
2009-02-05 Tomas Doran Stop accidentally blowing up if we can't restore the...
2009-02-04 Marcus Ramberg Add changelog entry, use , not
2009-02-04 Jay Kuri Adding failed_user_restore hook for bypassing the dead...
2009-01-28 Jay Kuri tweak progressive realm documentation and add check...
2009-01-24 Tomas Doran Fix bug with cleartext password_type (bug reported...
2009-01-09 Tomas Doran POD stubs to make coverage pass
2009-01-07 Tomas Doran Fix broken POD
2009-01-04 Tomas Doran Chop up - move backcompat code into the ::Plugin::...
2009-01-04 Tomas Doran Back out -r 8999:8998, this breaks everything decended...
2009-01-03 Tomas Doran Unsure this is a sane renaming, but makes auth work...
2008-11-27 Jay Kuri adding progressive realm. planning for launch
2008-11-07 J. Shirley Adding a progressive realm to try multiple realms in...
2008-10-26 Jay Kuri Changes to allow for dropping of the 'realms' config...
2008-09-17 Tomas Doran Small POD fix
2008-08-17 Jay Kuri fully documenting new user persistance routines
2008-07-21 Jay Kuri Bark loudly if we are told we can restore from session...
2008-06-05 Jos Boumans fixed a nasty bug in compat mode with store::minimal...
2008-05-27 Tomas Doran Add some stubby docs to make the POD Coverage test...
2008-05-23 Brian Cassidy pod update (RT #36062). VERSION fix.
2008-03-20 Jay Kuri allow the realm to use session even if main auth module...
2008-03-17 Jay Kuri Decoupling of Session and Auth-
2008-01-24 Jay Kuri Update to correct behavior when using the new 'Plugin...
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...