16 years agoAdded auto_update feature - for updating user information on checkin -
Jay Kuri [Tue, 9 Oct 2007 19:48:12 +0000]
Added auto_update feature - for updating user information on checkin -
and checking that the store can auto_create and auto_update when requested

16 years agoMaking Realm a bonafide object. No change to docs yet, but passes all
Jay Kuri [Sun, 7 Oct 2007 04:06:33 +0000]
Making Realm a bonafide object.  No change to docs yet, but passes all
tests I throw at it (including those from Store::DBIx::Class) so I think we are good.

16 years agoupdated changes + version
Brian Cassidy [Fri, 5 Oct 2007 18:41:08 +0000]
updated changes + version

16 years agopod updates
Brian Cassidy [Fri, 5 Oct 2007 14:50:53 +0000]
pod updates

16 years agoadding a null store for typekey and openid credentials. docs to come later.
Brian Cassidy [Fri, 5 Oct 2007 02:19:18 +0000]
adding a null store for typekey and openid credentials. docs to come later.

16 years agoupdated Changes file
Brian Cassidy [Wed, 3 Oct 2007 15:39:02 +0000]
updated Changes file

16 years agoremove she-bang lines.
Brian Cassidy [Fri, 14 Sep 2007 13:54:44 +0000]
remove she-bang lines.

16 years agoUpdating version for maintenance release.
Jay Kuri [Sun, 22 Jul 2007 03:31:35 +0000]
Updating version for maintenance release.
thanks to waswas for helping track this odd error down.

16 years ago$user->store() should NOT be set by C::P::Auth - if it's needed - it
Jay Kuri [Sun, 22 Jul 2007 03:22:06 +0000]
$user->store() should NOT be set by C::P::Auth - if it's needed - it
should be set by whatever module creates the user.  We use realm for
saving into the session.  that's the important bit

16 years agoquick post-merge fixup
Matt S Trout [Tue, 17 Jul 2007 17:01:09 +0000]
quick post-merge fixup

16 years agoVersion update - to fix dist
Matt S Trout [Tue, 17 Jul 2007 16:59:50 +0000]
Version update - to fix dist
r53922@cain (orig r6540):  jayk | 2007-07-17 16:40:30 +0000

16 years agoUpdating Changes file
Matt S Trout [Tue, 17 Jul 2007 16:59:46 +0000]
Updating Changes file
r53855@cain (orig r6520):  jayk | 2007-07-11 15:13:50 +0000

16 years agoImproving compatibility with the 'store' and 'stores' config options from 0.09
Matt S Trout [Tue, 17 Jul 2007 16:59:43 +0000]
Improving compatibility with the 'store' and 'stores' config options from 0.09
r53854@cain (orig r6519):  jayk | 2007-07-11 15:09:03 +0000

16 years agobump the version
Matt S Trout [Tue, 17 Jul 2007 16:59:39 +0000]
bump the version
r53849@cain (orig r6514):  jayk | 2007-07-07 16:25:02 +0000

16 years agocorrecting comment
Matt S Trout [Tue, 17 Jul 2007 16:59:36 +0000]
correcting comment
r53848@cain (orig r6513):  jayk | 2007-07-07 02:22:11 +0000

16 years agoRemoving invalid reference to deprecated api $user->store
Matt S Trout [Tue, 17 Jul 2007 16:59:32 +0000]
Removing invalid reference to deprecated api $user->store
Thanks again to nilsonsfj.
r53847@cain (orig r6512):  jayk | 2007-07-07 02:18:00 +0000

16 years agoMoving AuthRealmTestApp.pm to proper directory
Matt S Trout [Tue, 17 Jul 2007 16:59:27 +0000]
Moving AuthRealmTestApp.pm to proper directory
Correcting backwards compatibility bug with $user->store()
thanks to nilsonsfj for finding this bug
r53846@cain (orig r6511):  jayk | 2007-07-07 02:05:09 +0000

16 years agoBug fixes and test from nilsonsfj - Cheers!
Matt S Trout [Tue, 17 Jul 2007 16:59:23 +0000]
Bug fixes and test from nilsonsfj - Cheers!
r53844@cain (orig r6509):  jayk | 2007-07-06 02:16:21 +0000

16 years agoswitch to Module::Install
Matt S Trout [Tue, 17 Jul 2007 16:59:18 +0000]
switch to Module::Install
r42033@cain (orig r6318):  bricas | 2007-04-26 19:14:11 +0000

16 years agoAdding 'None' option to password_type - allowing 'retrieve only' authentication
Matt S Trout [Tue, 17 Jul 2007 16:59:13 +0000]
Adding 'None' option to password_type - allowing 'retrieve only' authentication
r42000@cain (orig r6285):  jayk | 2007-04-14 03:10:47 +0000

16 years agoAdded overview - to clarify how the system really works.
Matt S Trout [Tue, 17 Jul 2007 16:59:09 +0000]
Added overview - to clarify how the system really works.
r36290@cain (orig r6171):  jayk | 2007-03-13 17:16:13 +0000

16 years agoDocumentation changes
Matt S Trout [Tue, 17 Jul 2007 16:59:03 +0000]
Documentation changes
r36212@cain (orig r6093):  jayk | 2007-02-21 18:30:13 +0000

16 years agomaking debug call during setup conditional.
Matt S Trout [Tue, 17 Jul 2007 16:59:00 +0000]
making debug call during setup conditional.
r36209@cain (orig r6090):  jayk | 2007-02-19 19:11:03 +0000

16 years agofix _auth_realms check to actually work now that we create the classdata in
Matt S Trout [Tue, 17 Jul 2007 16:58:57 +0000]
fix _auth_realms check to actually work now that we create the classdata in
the initialize routine
r36208@cain (orig r6089):  jayk | 2007-02-19 18:35:25 +0000

16 years agomany documentation updates
Matt S Trout [Tue, 17 Jul 2007 16:58:53 +0000]
many documentation updates
r36178@cain (orig r6059):  jayk | 2007-02-06 05:45:22 +0000

16 years agofixing bug in compatibility mode - when no 'authentication' config defined
Matt S Trout [Tue, 17 Jul 2007 16:58:45 +0000]
fixing bug in compatibility mode - when no 'authentication' config defined
r35881@cain (orig r5998):  jayk | 2007-01-20 03:47:13 +0000

16 years agoMajor modifications
Matt S Trout [Tue, 17 Jul 2007 16:58:41 +0000]
Major modifications
Class::Accessor::Fast now used
Storename::Backend class naming dropped in favor of simply Storename
Password modified to remove the password field when requesting user from storage - to avoid mismatches when the storage uses all fields provided in matching
Removing Wrapper.pm - Not neccessary
Added user_in_realm method - which is similar to user_exists, except will only return true if the user exists and came from the realm provided
r35585@cain (orig r5864):  jayk | 2006-12-16 20:14:41 +0000

16 years agominor updates
Matt S Trout [Tue, 17 Jul 2007 16:58:27 +0000]
minor updates
r34289@cain (orig r5694):  jayk | 2006-12-05 18:22:25 +0000

16 years agoremoving extra junk at the end of the doc.
Matt S Trout [Tue, 17 Jul 2007 16:58:24 +0000]
removing extra junk at the end of the doc.
r34157@cain (orig r5600):  jayk | 2006-11-27 08:24:26 +0000

16 years agoVarious minor adjustments to code and a WHOLE lot of documentation
Matt S Trout [Tue, 17 Jul 2007 16:58:17 +0000]
Various minor adjustments to code and a WHOLE lot of documentation
r34155@cain (orig r5598):  jayk | 2006-11-27 08:21:47 +0000

16 years agomore doc updates
Matt S Trout [Tue, 17 Jul 2007 16:58:09 +0000]
more doc updates
r33948@cain (orig r5498):  jayk | 2006-11-12 06:19:21 +0000

16 years agoUpdating Documentation on Password
Matt S Trout [Tue, 17 Jul 2007 16:58:03 +0000]
Updating Documentation on Password
r33947@cain (orig r5497):  jayk | 2006-11-12 06:04:54 +0000

16 years agoTweaks to documentation and spelling / capitalization fixes
Matt S Trout [Tue, 17 Jul 2007 16:58:00 +0000]
Tweaks to documentation and spelling / capitalization fixes
r33945@cain (orig r5495):  jayk | 2006-11-11 22:16:16 +0000

16 years agoFinished updating main authentication POD. Added Changes entry
Matt S Trout [Tue, 17 Jul 2007 16:57:57 +0000]
Finished updating main authentication POD.  Added Changes entry
to indicate changes between 0.09 and 0.10
r33944@cain (orig r5494):  jayk | 2006-11-11 21:56:05 +0000

16 years agoMore documentation fixes.
Matt S Trout [Tue, 17 Jul 2007 16:57:52 +0000]
More documentation fixes.
r33943@cain (orig r5493):  jayk | 2006-11-11 07:14:40 +0000

16 years agomore documentation
Matt S Trout [Tue, 17 Jul 2007 16:57:49 +0000]
more documentation
r33942@cain (orig r5492):  jayk | 2006-11-11 06:44:28 +0000

16 years agomostly doc fixes and a little Minimal Bug fix involving the hash passed in.
Matt S Trout [Tue, 17 Jul 2007 16:57:45 +0000]
mostly doc fixes and a little Minimal Bug fix involving the hash passed in.
r33941@cain (orig r5491):  jayk | 2006-11-11 00:00:03 +0000

16 years agoAdding Wrapper class, missed in the last one
Matt S Trout [Tue, 17 Jul 2007 16:57:39 +0000]
Adding Wrapper class, missed in the last one
r33940@cain (orig r5490):  jayk | 2006-11-10 22:31:16 +0000

16 years agoUpdates to authentication system. Initial import of modifications.
Matt S Trout [Tue, 17 Jul 2007 16:57:33 +0000]
Updates to authentication system.  Initial import of modifications.
POD documentation NOT complete yet... so this is a RTFS import
r33939@cain (orig r5489):  jayk | 2006-11-10 22:29:07 +0000

17 years agorefactoring + claco's bug fix
Yuval Kogman [Sat, 20 Jan 2007 04:02:17 +0000]
refactoring + claco's bug fix

17 years agoafter the break: when overloaded objects lie about themselves
Yuval Kogman [Wed, 20 Sep 2006 14:26:44 +0000]
after the break: when overloaded objects lie about themselves

17 years agomake auth depend on session 0.10 v0.09
Yuval Kogman [Tue, 1 Aug 2006 08:11:02 +0000]
make auth depend on session 0.10

17 years agoReleng for auth 0.09
Yuval Kogman [Tue, 1 Aug 2006 08:07:41 +0000]
Releng for auth 0.09

17 years agopossibly fix frang's problem
Yuval Kogman [Tue, 1 Aug 2006 05:40:26 +0000]
possibly fix frang's problem

17 years agoSkip Build.PL v0.08
Yuval Kogman [Sat, 29 Jul 2006 16:26:13 +0000]
Skip Build.PL

17 years agoChangelog, aesthetic cleanup
Yuval Kogman [Sat, 29 Jul 2006 15:54:25 +0000]
Changelog, aesthetic cleanup

17 years agoOops, didn't :w fix
Yuval Kogman [Sat, 29 Jul 2006 13:38:40 +0000]
Oops, didn't :w fix

17 years agoLazify $c->user_exists and $c->user a bit more
Yuval Kogman [Sat, 29 Jul 2006 13:37:42 +0000]
Lazify $c->user_exists and $c->user a bit more

17 years agoCorrect Auth/Session test
Yuval Kogman [Wed, 19 Jul 2006 12:37:54 +0000]
Correct Auth/Session test

17 years agoSkip test unless Digest::SHA1 is installed
Yuval Kogman [Thu, 22 Jun 2006 16:23:03 +0000]
Skip test unless Digest::SHA1 is installed

17 years agoSmall (but personally bothersome) typo
Jesse Sheidlower [Sun, 18 Jun 2006 20:04:29 +0000]
Small (but personally bothersome) typo

18 years agoFactor test applications out to separate files due to change in Catalyst::Test in...
Daniel Westermann-Clark [Sun, 30 Apr 2006 14:46:44 +0000]
Factor test applications out to separate files due to change in Catalyst::Test in [4031]

18 years agoFix dates in the changelog (2006 not 2005)
Yuval Kogman [Sun, 26 Mar 2006 12:02:49 +0000]
Fix dates in the changelog (2006 not 2005)

18 years agoPrepared for release v0.07
Cory G Watson [Fri, 17 Mar 2006 17:34:53 +0000]
Prepared for release

18 years agoUpdate Changes.
Cory G Watson [Thu, 16 Mar 2006 16:51:40 +0000]
Update Changes.

18 years agoTeach Credential::Password about base64 encoded passwords. Also include a
Cory G Watson [Thu, 16 Mar 2006 16:46:27 +0000]
Teach Credential::Password about base64 encoded passwords.  Also include a
condition for padded base64 such as OpenSSL.

18 years agoupdate Authentication for 0.06
David Kamholz [Tue, 14 Mar 2006 18:23:44 +0000]
update Authentication for 0.06

18 years agoAuthentication: modify get_user to pass on extra args to the store
David Kamholz [Sat, 4 Mar 2006 01:26:19 +0000]
Authentication: modify get_user to pass on extra args to the store

18 years agofix Authentication::User test that is no longer relevant (due to changeset 3101)
David Kamholz [Sun, 26 Feb 2006 19:54:41 +0000]
fix Authentication::User test that is no longer relevant (due to changeset 3101)

18 years agoFudge supported_features in Htpasswd::User, and fix handling in the base class
Yuval Kogman [Wed, 18 Jan 2006 11:39:27 +0000]
Fudge supported_features in Htpasswd::User, and fix handling in the base class

18 years agoFrank Wiegand's debug for auth patch
Yuval Kogman [Sat, 14 Jan 2006 18:35:41 +0000]
Frank Wiegand's debug for auth patch

18 years agoChangelog + version bump + prereq fixing for C::P::Auth v0.05
Yuval Kogman [Sun, 1 Jan 2006 12:07:56 +0000]
Changelog + version bump + prereq fixing for C::P::Auth

18 years agodocument the global 'login' caveat for C::P::Authentication::Credential::Password
Yuval Kogman [Fri, 30 Dec 2005 18:34:22 +0000]
document the global 'login' caveat for C::P::Authentication::Credential::Password

18 years agodoc fix in C::P::Auth + debug messages in C::P::Auth::Cred::Password
Yuval Kogman [Thu, 22 Dec 2005 19:11:53 +0000]
doc fix in C::P::Auth + debug messages in C::P::Auth::Cred::Password

18 years agoFix incorrect method name, thanks cmilfo!
Jess Robinson [Thu, 22 Dec 2005 08:04:48 +0000]
Fix incorrect method name, thanks cmilfo!

18 years agouser_user -> user_exists in POD, thanks to ricket for spotting that.
Ilmari Vacklin [Wed, 14 Dec 2005 08:38:38 +0000]
user_user -> user_exists in POD, thanks to ricket for spotting that.

18 years agoreccomends -> recommends, thanks to lbr for noticing.
Ilmari Vacklin [Mon, 12 Dec 2005 11:55:36 +0000]
reccomends -> recommends, thanks to lbr for noticing.

18 years agoMore spelling fixes + linkification.
Ilmari Vacklin [Mon, 12 Dec 2005 11:53:36 +0000]
More spelling fixes + linkification.

18 years agoSpelling fixes. nothingmuch++ for nice documentation.
Ilmari Vacklin [Mon, 12 Dec 2005 11:45:14 +0000]
Spelling fixes. nothingmuch++ for nice documentation.

18 years agoMore docs - code examples
Yuval Kogman [Sun, 11 Dec 2005 13:32:23 +0000]
More docs - code examples

18 years agoSome docs for Auth
Yuval Kogman [Sun, 11 Dec 2005 13:00:07 +0000]
Some docs for Auth

18 years agodos2unix Credential::Password
Andy Grundman [Fri, 9 Dec 2005 02:21:09 +0000]
dos2unix Credential::Password

18 years agos/LICNESE/LICENSE/g v0.04
Yuval Kogman [Sun, 4 Dec 2005 19:58:43 +0000]
s/LICNESE/LICENSE/g

18 years agoDocumentation update
Jess Robinson [Sun, 4 Dec 2005 16:48:42 +0000]
Documentation update

18 years agoDocumentation cleanup
Jess Robinson [Sun, 4 Dec 2005 16:40:47 +0000]
Documentation cleanup

18 years agoDoc fixes, release engineering
Yuval Kogman [Sun, 4 Dec 2005 12:59:30 +0000]
Doc fixes, release engineering

18 years agoVersion bump Auth, Auth::Store::DBIC, Authz::{ACL,Roles}
Yuval Kogman [Sun, 4 Dec 2005 12:26:47 +0000]
Version bump Auth, Auth::Store::DBIC, Authz::{ACL,Roles}

18 years agoChangelog C::P::Authentication
Yuval Kogman [Sun, 4 Dec 2005 12:23:41 +0000]
Changelog C::P::Authentication

18 years agoFix session+user::hash
Yuval Kogman [Sun, 4 Dec 2005 12:20:06 +0000]
Fix session+user::hash

18 years agoUser::Hash prefers id/store based serialization if it's possible
Yuval Kogman [Sun, 4 Dec 2005 12:01:28 +0000]
User::Hash prefers id/store based serialization if it's possible

18 years agoMake User::Hash->supports check less fatal
Yuval Kogman [Sun, 4 Dec 2005 11:27:49 +0000]
Make User::Hash->supports check less fatal

18 years agoAuth 0.03, user_exists and a few pod fixes v0.03
Andy Grundman [Sat, 3 Dec 2005 22:34:18 +0000]
Auth 0.03, user_exists and a few pod fixes

18 years agoDoc + prereq fixes
Yuval Kogman [Fri, 2 Dec 2005 19:11:31 +0000]
Doc + prereq fixes

18 years agoC::P::Authentication:
David Kamholz [Fri, 2 Dec 2005 02:04:57 +0000]
C::P::Authentication:
- add NEXT to logout so it can be overriden regardless of plugin loading order
C::P::Session::PerUser:
- clear _user_session on logout
- change RETAINMENT_PRECEDENT to RIGHT_PRECEDENT for sane merge behavior (will be config-able)

18 years agoMore docs
Jess Robinson [Tue, 29 Nov 2005 21:50:30 +0000]
More docs

18 years agoDocumentation improvments
Jess Robinson [Tue, 29 Nov 2005 21:47:25 +0000]
Documentation improvments

18 years agoImproved documentation
Jess Robinson [Tue, 29 Nov 2005 08:26:48 +0000]
Improved documentation

18 years agoUpdate authors
Jess Robinson [Mon, 28 Nov 2005 23:08:45 +0000]
Update authors

18 years agoDocs, yet again..
Jess Robinson [Mon, 28 Nov 2005 22:54:25 +0000]
Docs, yet again..

18 years agoTiny example for register_auth_stores
Yuval Kogman [Mon, 28 Nov 2005 22:48:02 +0000]
Tiny example for register_auth_stores

18 years agoMore documentation fiddling
Jess Robinson [Mon, 28 Nov 2005 22:33:12 +0000]
More documentation fiddling

18 years agoImprove documentation
Jess Robinson [Mon, 28 Nov 2005 22:06:35 +0000]
Improve documentation

18 years agouser_exists for C::P::Authen
Yuval Kogman [Mon, 28 Nov 2005 22:01:43 +0000]
user_exists for C::P::Authen

18 years agorenamed 06_user.t.t to 06_user.t
Brian Cassidy [Mon, 28 Nov 2005 18:00:44 +0000]
renamed 06_user.t.t to 06_user.t

18 years agofixed pod
Brian Cassidy [Mon, 28 Nov 2005 14:57:41 +0000]
fixed pod
added pod and pod_coverage tests

18 years agoVersion bump plus changelog for C::P::Authentication v0.02
Yuval Kogman [Mon, 28 Nov 2005 12:54:12 +0000]
Version bump plus changelog for C::P::Authentication

18 years agoDon't try to load Want now that it's not used
Yuval Kogman [Mon, 28 Nov 2005 12:50:45 +0000]
Don't try to load Want now that it's not used

18 years agoFix test so that it can restore properly
Yuval Kogman [Mon, 28 Nov 2005 12:49:09 +0000]
Fix test so that it can restore properly

18 years agoTest for ningu's bug
Yuval Kogman [Mon, 28 Nov 2005 12:42:23 +0000]
Test for ningu's bug

18 years ago- fix catastrophic typo in Authentication.pm
David Kamholz [Mon, 28 Nov 2005 11:48:10 +0000]
- fix catastrophic typo in Authentication.pm
- back out Want::want change for now (seems broken)