catagits/Catalyst-Plugin-Authentication.git
2020-07-26 Graham Knop fix Module::Install without . in @INC master mirror/master
2020-07-26 Graham Knop use core Digest::SHA rather than Digest::SHA1
2020-07-26 Graham Knop only import Test::Exception where it is needed
2020-07-26 Graham Knop Catalyst::Plugin::Session is only used it an optional...
2020-07-26 Graham Knop Class::Inspector is no longer used
2018-04-11 Alexander Hartmaier Don't load password when password_type is 'none'
2013-04-11 Tomas Doran Version 0.23 0.10023
2013-04-11 Tomas Doran Add howto
2013-04-03 Tomas Doran Fix metadata
2013-01-08 Tomas Doran Version 0.10022 0.10022
2013-01-08 Tomas Doran Changelog
2013-01-07 skaufman tidied test fix-nopassword-store mirror/fix-nopassword-store
2013-01-06 skaufman move Credential::NoPassword to new spot
2012-06-30 Tomas Doran Version 0.10021 0.10021
2012-06-30 Tomas Doran Whitespace
2012-06-30 Tomas Doran Kill off Class::Accessor::Fast
2012-06-30 Tomas Doran Use Try::Tiny rather than eval
2012-06-30 Tomas Doran Use String::RewritePrefix, it's already a Cat dep
2012-06-30 Tomas Doran Update Changes
2012-06-30 Tomas Doran Fix author requires
2012-06-30 Tomas Doran Fix Pod
2012-06-30 Tomas Doran Swap tabs for space
2012-06-30 Tomas Doran More whitespace cleanup
2012-06-30 Tomas Doran Trim whitespace
2012-05-11 Tomas Doran Get headings right, castaway++
2012-05-11 Tomas Doran Document optional methods allowing auto_X_user features
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. 0.10020
2012-05-05 Tomas Doran Checking in changes prior to tagging of version 0.10020.
2012-05-05 Tomas Doran Allow user_class to be configured for Catalyst::Authent...
2012-04-17 Tomas Doran Ignore MYMETA files
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 list all the changes I just made
2012-04-14 John Napiorkowski switch to using Moose compat layer, so we can silence...
2012-04-14 John Napiorkowski updated gitignore to ignore system only files commonly...
2011-12-13 Tomas Doran Fix autor deps for Test::NoTabs
2011-09-30 Oskari Okko... Added Catalyst::Plugin::Authentication::Credential...
2011-09-01 Arthur Axel... convert repository to git
2011-07-29 Tomas Doran Add author requires so all the tests get run
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
2011-01-24 Andrew Rodland Patch the live-app tests to work with PSGI-branch Catalyst.
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-03-29 Florian Ragwitz Fix syntax error.
2010-03-17 Caleb Cushing Make debug message clear for users of progressive realms
2010-03-07 Tomas Doran Date in changes
2010-02-15 Jonathan Yu fix typos Debian picked up
2010-01-22 Florian Ragwitz Add a NoTabs test and make it pass.
2010-01-22 Florian Ragwitz Version 0.10016. v0.10016
2010-01-22 Florian Ragwitz Port from NEXT to C3.
2010-01-22 Florian Ragwitz Ignore git files from MANIFEST.
2010-01-22 Florian Ragwitz Add .gitignore.
2010-01-22 Florian Ragwitz Prepare release.
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-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-16 Tomas Doran Epic cleanup and code shuffle in tests to avoid warnings
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-09-01 Tomas Doran Checking in changes prior to tagging of version 0.10015... v0.10015
2009-08-25 Tomas Doran Checking in changes prior to tagging of version 0.10014... v0.10014
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-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 Make POD Coverage happy
2009-06-06 Tomas Doran POD fix
2009-06-06 Tomas Doran Merge kmx's remote_credential branch
2009-05-23 Tomas Doran Add repository resource to all the MI Makefile.PLs
2009-05-07 Tomas Doran Bump required Module::Install version in everything...
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-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-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-03-04 Tomas Doran And back to 29, WTF?
2009-03-04 Tomas Doran Don't run the mech test unless you have new mech. FIXME...
2009-02-08 Tomas Doran Checking in changes prior to tagging of version 0.10010... v0.10010
next