catagits/Catalyst-Plugin-Authentication.git
2009-02-05 Tomas Doran Checking in changes prior to tagging of version 0.10009... v0.100092_01
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-20 Tomas Doran Bump versions and changelogging for dist v0.100092
2009-01-09 Tomas Doran Checking in changes prior to tagging of version 0.10009... v0.10009_01
2009-01-09 Tomas Doran POD stubs to make coverage pass
2009-01-09 Tomas Doran Dinks pre release
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-10-18 Tomas Doran Add plans to tests so that aggregate smoke results...
2008-09-29 Jesse Sheidlower Punctuation and spelling tweaks
2008-09-17 Tomas Doran Small POD fix
2008-08-21 Brian Cassidy pod fix
2008-08-17 Jay Kuri fully documenting new user persistance routines
2008-08-05 Jesse Sheidlower typo fixing
2008-07-28 Peter Karman LDAP plugin is up to date
2008-07-21 Jay Kuri Bark loudly if we are told we can restore from session...
2008-06-13 Brian Cassidy Update tests prereqs to include Test::Exception (RT...
2008-06-05 Jos Boumans add changes for 0.10007_01
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 fix (RT #36063)
2008-05-23 Brian Cassidy pod update (RT #36062). VERSION fix.
2008-04-29 Kieren Diment a couple of documentation fixes
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-29 Jess Robinson POD doc pokingses
2008-01-24 Jay Kuri Update to correct behavior when using the new 'Plugin...
2007-12-05 Brian Cassidy updated changes file
2007-12-05 Jay Kuri update version
2007-12-05 Jay Kuri Compatibility shims
2007-12-03 Brian Cassidy update release date
2007-12-03 Jay Kuri Adding a bit of info about realm classes
2007-11-23 Jay Kuri Convert everything not actually a plugin to now live...
2007-11-22 Jay Kuri Changing module naming from Catalyst::Plugin::Authentic...
2007-11-21 Jay Kuri Changing authentication config to support Plugin::Authe...
2007-10-30 Brian Cassidy make realm class spec work like other class specs ...
2007-10-26 Brian Cassidy add test::more prereq. add missing "if $c->debug"
2007-10-25 Brian Cassidy fix pod errors and add stub pod for pod_coverage
2007-10-25 Brian Cassidy add docs to realm class
2007-10-25 Brian Cassidy doc updates
2007-10-24 Brian Cassidy auto_update|create => auto_update|create_user
2007-10-24 Brian Cassidy auto generate readme if MANIFEST.SKIP exists
2007-10-24 Brian Cassidy use Null store by default
2007-10-24 Brian Cassidy changes update plus some stub docs
2007-10-09 Brian Cassidy send $res to auto_update
2007-10-09 Jay Kuri Added auto_update feature - for updating user informati...
2007-10-07 Jay Kuri Making Realm a bonafide object. No change to docs...
2007-10-05 Brian Cassidy updated changes + version
2007-10-05 Brian Cassidy pod updates
2007-10-05 Brian Cassidy adding a null store for typekey and openid credentials...
2007-10-03 Brian Cassidy updated Changes file
2007-09-14 Brian Cassidy remove she-bang lines.
2007-07-22 Jay Kuri Updating version for maintenance release.
2007-07-22 Jay Kuri $user->store() should NOT be set by C::P::Auth - if...
2007-07-17 Matt S Trout quick post-merge fixup
2007-07-17 Matt S Trout Version update - to fix dist
2007-07-17 Matt S Trout Updating Changes file
2007-07-17 Matt S Trout Improving compatibility with the 'store' and 'stores...
2007-07-17 Matt S Trout bump the version
2007-07-17 Matt S Trout correcting comment
2007-07-17 Matt S Trout Removing invalid reference to deprecated api $user...
2007-07-17 Matt S Trout Moving AuthRealmTestApp.pm to proper directory
2007-07-17 Matt S Trout Bug fixes and test from nilsonsfj - Cheers!
2007-07-17 Matt S Trout switch to Module::Install
2007-07-17 Matt S Trout Adding 'None' option to password_type - allowing 'retri...
2007-07-17 Matt S Trout Added overview - to clarify how the system really works.
2007-07-17 Matt S Trout Documentation changes
2007-07-17 Matt S Trout making debug call during setup conditional.
2007-07-17 Matt S Trout fix _auth_realms check to actually work now that we...
2007-07-17 Matt S Trout many documentation updates
2007-07-17 Matt S Trout fixing bug in compatibility mode - when no 'authenticat...
2007-07-17 Matt S Trout Major modifications
2007-07-17 Matt S Trout minor updates
2007-07-17 Matt S Trout removing extra junk at the end of the doc.
2007-07-17 Matt S Trout Various minor adjustments to code and a WHOLE lot of...
2007-07-17 Matt S Trout more doc updates
2007-07-17 Matt S Trout Updating Documentation on Password
2007-07-17 Matt S Trout Tweaks to documentation and spelling / capitalization...
2007-07-17 Matt S Trout Finished updating main authentication POD. Added Chang...
2007-07-17 Matt S Trout More documentation fixes.
2007-07-17 Matt S Trout more documentation
2007-07-17 Matt S Trout mostly doc fixes and a little Minimal Bug fix involving...
2007-07-17 Matt S Trout Adding Wrapper class, missed in the last one
2007-07-17 Matt S Trout Updates to authentication system. Initial import of...
2007-01-20 Yuval Kogman refactoring + claco's bug fix
2006-09-20 Yuval Kogman after the break: when overloaded objects lie about...
2006-08-01 Yuval Kogman make auth depend on session 0.10 v0.09
2006-08-01 Yuval Kogman Releng for auth 0.09
2006-08-01 Yuval Kogman possibly fix frang's problem
2006-07-29 Yuval Kogman Skip Build.PL v0.08
next