Version 0.23
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
2013-04-11 Tomas Doran Version 0.23 0.10023
2013-01-08 Tomas Doran Version 0.10022 0.10022
2012-06-30 Tomas Doran Version 0.10021 0.10021
2012-06-30 Tomas Doran Use Try::Tiny rather than eval
2012-06-30 Tomas Doran Fix Pod
2012-05-11 Tomas Doran Fixes to docs and AUTHORITY
2012-05-09 Tomas Doran Pod fix
2012-05-05 Tomas Doran Checking in changes prior to tagging of version 0.10020.
2012-04-14 John Napiorkowski fixed random accidental keystroke error v0.10019
2012-04-14 John Napiorkowski updated copyright and prep for release
2012-04-14 John Napiorkowski switch to using Moose compat layer, so we can silence...
2011-09-30 Oskari Okko Ojala Added Catalyst::Plugin::Authentication::Credential...
2011-07-29 Tomas Doran Checking in changes prior to tagging of version 0.10018. v0.10018
2011-01-24 Tomas Doran Version 0.10017 v0.10017
2010-09-29 David Schmidt clarify user and user_exists behaviour
2010-09-24 David Schmidt updated pod to make manual authentication more understa...
2010-01-22 Florian Ragwitz Version 0.10016. v0.10016
2010-01-22 Florian Ragwitz Prepare release.
2010-01-22 Florian Ragwitz Clean up some more tabs and whitespaces.
2009-12-19 Florian Ragwitz A bit of clarification - logout does not delete the...
2009-10-21 Jonathan Yu Bring copyright statement in sync with the other packages
2009-10-17 Florian Ragwitz Remove debugging code polluting STDERR.
2009-10-14 Tomas Doran Change example configs to fit in with recent DBIC store
2009-09-08 Tomas Doran Small doc fixes
2009-09-01 Tomas Doran Checking in changes prior to tagging of version 0.10015... v0.10015
2009-07-01 Tomas Doran Checking in changes prior to tagging of version 0.10014...
2009-06-29 Tomas Doran Fix issue if you have auth store plugins before authent...
2009-06-19 Tomas Doran Bump versions for release v0.10013
2009-06-19 Tomas Doran Make Credential::Remote have a username_field config...
2009-06-12 Tomas Doran Make error more useful
2009-06-06 Tomas Doran Changelog, bump version v0.10012
2009-06-06 Tomas Doran Fix all the ->config invocations in docs to be more...
2009-06-06 Tomas Doran POD fix
2009-04-09 Tomas Doran Add doc notes
2009-04-03 Tomas Doran Tidy up notes about realms key in configuration, all...
2009-04-03 Tomas Doran Update docs, move boilerplate pod out of wrong section...
2009-03-11 Tomas Doran Add a doc note to help out people browsing on search...
2009-03-08 Tomas Doran Checking in changes prior to tagging of version 0.10011... v0.10011
2009-03-04 Tomas Doran Check for session method, not ISA C::P::Session for...
2009-02-08 Tomas Doran Checking in changes prior to tagging of version 0.10010... v0.10010
2009-02-05 Tomas Doran Stop accidentally blowing up if we can't restore the...
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
2008-11-27 Jay Kuri adding progressive realm. planning for launch
2008-10-26 Jay Kuri Changes to allow for dropping of the 'realms' config...
2008-09-29 Jesse Sheidlower Punctuation and spelling tweaks
2008-08-05 Jesse Sheidlower typo fixing
2008-07-28 Peter Karman LDAP plugin is up to date
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-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 Jay Kuri update version
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-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-25 Brian Cassidy fix pod errors and add stub pod for pod_coverage
2007-10-25 Brian Cassidy doc updates
2007-10-07 Jay Kuri Making Realm a bonafide object. No change to docs...
2007-10-05 Brian Cassidy updated changes + version
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 Improving compatibility with the 'store' and 'stores...
2007-07-17 Matt S Trout bump the version
2007-07-17 Matt S Trout Moving AuthRealmTestApp.pm to proper directory
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 Various minor adjustments to code and a WHOLE lot of...
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 Updates to authentication system. Initial import of...
2007-01-20 Yuval Kogman refactoring + claco's bug fix
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 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-06-18 Jesse Sheidlower Small (but personally bothersome) typo
2006-04-30 Daniel Westermann... Factor test applications out to separate files due...
2006-03-17 Cory G Watson Prepared for release v0.07
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-01-01 Yuval Kogman Changelog + version bump + prereq fixing for C::P:... v0.05
next