catagits/Catalyst-Plugin-Authentication.git
2006-07-29 Yuval Kogman Changelog, aesthetic cleanup
2006-07-29 Yuval Kogman Oops, didn't :w fix
2006-07-29 Yuval Kogman Lazify $c->user_exists and $c->user a bit more
2006-07-19 Yuval Kogman Correct Auth/Session test
2006-06-22 Yuval Kogman Skip test unless Digest::SHA1 is installed
2006-06-18 Jesse Sheidlower Small (but personally bothersome) typo
2006-04-30 Daniel Westermann... Factor test applications out to separate files due...
2006-03-26 Yuval Kogman Fix dates in the changelog (2006 not 2005)
2006-03-17 Cory G Watson Prepared for release v0.07
2006-03-16 Cory G Watson Update Changes.
2006-03-16 Cory G Watson Teach Credential::Password about base64 encoded passwor...
2006-03-14 David Kamholz update Authentication for 0.06
2006-03-04 David Kamholz Authentication: modify get_user to pass on extra args...
2006-02-26 David Kamholz fix Authentication::User test that is no longer relevan...
2006-01-18 Yuval Kogman Fudge supported_features in Htpasswd::User, and fix...
2006-01-14 Yuval Kogman Frank Wiegand's debug for auth patch
2006-01-01 Yuval Kogman Changelog + version bump + prereq fixing for C::P:... v0.05
2005-12-30 Yuval Kogman document the global 'login' caveat for C::P::Authentica...
2005-12-22 Yuval Kogman doc fix in C::P::Auth + debug messages in C::P::Auth...
2005-12-22 Jess Robinson Fix incorrect method name, thanks cmilfo!
2005-12-14 Ilmari Vacklin user_user -> user_exists in POD, thanks to ricket for...
2005-12-12 Ilmari Vacklin reccomends -> recommends, thanks to lbr for noticing.
2005-12-12 Ilmari Vacklin More spelling fixes + linkification.
2005-12-12 Ilmari Vacklin Spelling fixes. nothingmuch++ for nice documentation.
2005-12-11 Yuval Kogman More docs - code examples
2005-12-11 Yuval Kogman Some docs for Auth
2005-12-09 Andy Grundman dos2unix Credential::Password
2005-12-04 Yuval Kogman s/LICNESE/LICENSE/g v0.04
2005-12-04 Jess Robinson Documentation update
2005-12-04 Jess Robinson Documentation cleanup
2005-12-04 Yuval Kogman Doc fixes, release engineering
2005-12-04 Yuval Kogman Version bump Auth, Auth::Store::DBIC, Authz::{ACL,Roles}
2005-12-04 Yuval Kogman Changelog C::P::Authentication
2005-12-04 Yuval Kogman Fix session+user::hash
2005-12-04 Yuval Kogman User::Hash prefers id/store based serialization if...
2005-12-04 Yuval Kogman Make User::Hash->supports check less fatal
2005-12-03 Andy Grundman Auth 0.03, user_exists and a few pod fixes v0.03
2005-12-02 Yuval Kogman Doc + prereq fixes
2005-12-02 David Kamholz C::P::Authentication:
2005-11-29 Jess Robinson More docs
2005-11-29 Jess Robinson Documentation improvments
2005-11-29 Jess Robinson Improved documentation
2005-11-28 Jess Robinson Update authors
2005-11-28 Jess Robinson Docs, yet again..
2005-11-28 Yuval Kogman Tiny example for register_auth_stores
2005-11-28 Jess Robinson More documentation fiddling
2005-11-28 Jess Robinson Improve documentation
2005-11-28 Yuval Kogman user_exists for C::P::Authen
2005-11-28 Brian Cassidy renamed 06_user.t.t to 06_user.t
2005-11-28 Brian Cassidy fixed pod
2005-11-28 Yuval Kogman Version bump plus changelog for C::P::Authentication v0.02
2005-11-28 Yuval Kogman Don't try to load Want now that it's not used
2005-11-28 Yuval Kogman Fix test so that it can restore properly
2005-11-28 Yuval Kogman Test for ningu's bug
2005-11-28 David Kamholz - fix catastrophic typo in Authentication.pm
2005-11-27 Yuval Kogman notes.pod is no longer necessary v0.01
2005-11-27 Yuval Kogman Boilerplate for C::P::Authentication
2005-11-27 Yuval Kogman $user->supports("foo") will also return true for User...
2005-11-27 Yuval Kogman Add small example to Store.pod
2005-11-27 Yuval Kogman Oops... Store.pod was uncommitted
2005-11-27 Yuval Kogman Defatalize $c->login when there are no params
2005-11-27 Yuval Kogman Be extra specially lazy with $c->user if Want is available
2005-11-27 Yuval Kogman Lots of doc for C::P::Authentication
2005-11-27 Yuval Kogman Don't attempt to restore in auth_restore_user unless...
2005-11-27 Yuval Kogman Allow plugins loaded after C::P::Authentication to...
2005-11-26 Yuval Kogman Also check hex digests in Cred::Password
2005-11-23 Yuval Kogman eliminate a silly warning with void context and stuff
2005-11-21 Yuval Kogman Refactor Authentication + some slight doc + perltidy
2005-11-21 Yuval Kogman $c->user lazy restores from session
2005-11-21 Yuval Kogman Refactor + perltidy of Authentication
2005-11-21 Yuval Kogman Auth store registration
2005-11-15 Sascha Kiefer added Crypt::SaltedHash support
2005-11-09 Yuval Kogman Can't deref an array field if it doesn't exist
2005-11-09 Yuval Kogman ACL + tests
2005-11-08 David Kamholz - $c -> $_ in Authentication::Credential::Password
2005-11-08 Yuval Kogman Add some dwim to Credential::Password (arg less $c...
2005-11-08 Yuval Kogman Test auth/session integration
2005-11-08 Yuval Kogman Unit test for Authentication::User
2005-11-07 Yuval Kogman Perltidy User/Hash.pm
2005-11-07 Yuval Kogman $c->request->user --> $c->request->{user}
2005-11-07 Andy Grundman Auth: Put the user data in req->user
2005-11-07 Andy Grundman Fixed typo in Auth: supperts -> supports
2005-11-07 Yuval Kogman Support e.g. ->roles in User::Hash if set appropriately
2005-11-05 Yuval Kogman Authentication releng (version, Build.PL)
2005-11-05 Yuval Kogman Changes to Authentication to support Authentication...
2005-11-04 Yuval Kogman Test + fixes for new auth draft
2005-11-04 Yuval Kogman updates to auth draft
2005-11-04 Yuval Kogman Initial draft of auth modules
2005-11-03 Yuval Kogman Document distinction of store plugins and store models...
2005-11-03 Yuval Kogman Authentication plugin placeholder and notes.pod