This is an automated email from the git hooks/post-receive script.

fsfs pushed a change to branch master
in repository libmojolicious-plugin-authentication-perl.

      from  50b2855   update changelog
       new  94b7087   Add debian/upstream/metadata
       new  c51ebcf   Update debian/changelog
      adds  61e5073   Initial Import
      adds  3fc73da   Fixed a mistake in the pod
      adds  0d261e6   Doc fixes and some related bits
      adds  557bcb3   Removed dependency on MojoX::Session and 
Mojolicious::Plugin::Session Switched to using Module::Build instead of 
MakeMaker
      adds  abcb06a   Added tag 0.04 for changeset 14e7342d23e6
      adds  5ead08d   Might as well remove this from being tracked
      adds  bd64fc4   *   Changed version number (again) due to earlier module 
using version and qv(0.03) resulting in     a version number 0.3.0. !   Fixed a 
bunch of bugs induced by coding-while-asleep, courtesy of Andre Parker +   
Added functional test using Test::Mojo so we can all be sure the damn plugin    
 works the way it should :)
      adds  3794873   Added tag 0.5.0 for changeset 995fbfca87e4
      adds  1afcb59   Took Changes out of version control
      adds  8c6caaf   Made this plugin rely on Mojolicious' built-in sessions a 
bit more. Session expiry is now handled with 
$app->sessions->default_expires(...)
      adds  525cef7   Updated documentation
      adds  703e888   Added tag 1.10 for changeset bfdb5a23c38e
      adds  83a1ae8   Release
      adds  f04dde9   Time to join the real world and move from 
Bitbucket/Mercurial to Github/Git. Also took the chance to convert to using 
Dist::Zilla
      adds  45f0185   Sorted
      adds  fc95ca8   tagging
      adds  9c62aee   Code cleanup and added Pod::Weaver
      adds  3e5cc90   weaver
      adds  d03f3a9   check on load_user/validate_user for actually being code 
refs
      adds  a927afe   critic: whitespace
      adds  67ba94f   Documentation cleanup
      adds  2433f65   .gitignored vim swap files
      adds  5bbcc01   Mojo::Base exports strict and warnings
      adds  2c651e5   cleanup
      adds  dbeb896   removed redundancy
      adds  22ddefc   "auth_data" is a better default session key than "session"
      adds  98dc827   removed a no-op
      adds  ad3d6cd   renamed load_user_f and validate_user_f to ..._cb because 
they are callbacks and it matches Mojo naming conventions
      adds  45e7c47   typo
      adds  90b67d0   Merged pull request #1 from memowe/master.
      adds  f2a6b57   Merge remote branch 'origin/master'
      adds  ba22236   Documentation cleanup for proper pod rendering memowe's 
code cleanup changes merged
      adds  a644834   Added a README.pod file for Github to display
      adds  2ad92b5   POD cleanup
      adds  25e1814   Fixed bug; newer versions of Mojolicious dont send the 
same parameters to a hook, and it blew up
      adds  ad51fb3   Added option for extra data to validate_user cb
      adds  ada0d96   typo fix
      adds  3b3392f   pod fixes
      adds  9b358d5   Merge pull request #2 from metaperl/master
      adds  716d538   doc fixes and extra_data
      adds  d345146   * Add lazy_mode properties & signature_exists method with 
docs and test
      adds  33c7c95   Merge pull request #3 from Meettya/master
      adds  e0f9894   Merged pull request from meettya for lazy_mode and 
signature_exists, some doc spelling fixes
      adds  f969e27   Added example app courtesy of Ivo Welch
      adds  0978f07   Change ugly API
      adds  aa0712f   Add some comments
      adds  c7e31f5   The lazy parameter is changed to autoload_user to become 
a simple hook which autoloads the user into the stash for us
      adds  97433d2   Introduce a current_user function - dramatically 
simplifies code and almost everything else can be implemented using it. Rename 
the "user" function and stash to "current_user" in line with other auth modules 
(!BREAKS COMPATIBILITY!). Additionally rename user_exists to 
is_user_authenticated to better represent what it does.
      adds  4248107   Actually, changing the stash item name is not that 
helpful. Probably makes sense to leave it as "user"
      adds  a0d3a97   Make current_user helper name configurable so that it can 
be configured to be "user" for backward compatibility
      adds  0ea6d69   There is no benefit in the autoload_user feature. Default 
it off and consider it deprecated with a view to removing it. All public access 
should be via current_user() method which handles automatically loading the 
user object as needed.
      adds  c54a88d   Merge pull request #4 from ewildgoose/master
      adds  b703bad   Merged in Ed W's changes
      adds  e7d894c   Typo's, how I hate thee...
      adds  b4a8fe6   Fix for issue #5
      adds  5a929b3   Removed example app due to giving some conflicts with 
building of RPM files, it will return in the next release.
      adds  48f3ce9   Fixed test case depreciated usage of post_form_ok
      adds  b3b1e6f   Merge pull request #8 from kthakore/master
      adds  30e2d75   Added 'auto_validate' option to authentication sub
      adds  024459a   typo
      adds  d931064   added small warning in comment
      adds  9bdaace   typo fix
      adds  bd27169   Merge pull request #9 from dsteinbrunner/patch-1
      adds  747ebbb   docs fix. updated mention of "bridge" to "under". mojo 
deprecated "bridge" in favour of "under"
      adds  8cf592c   Merge pull request #11 from hernan604/master
      adds  5d52697   Merge branch 'master' of 
https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication
      adds  bfe272b   fixing
      adds  044fa1b   Check for defined instead of thruthy to allow falsy uid 
values like 0
      adds  d0aceb4   Merge pull request #12 from carragom/master
      adds  0436cd4   fix for defined-but-false value bug, closes issue #13
      adds  474f17e   Readme generation
      adds  c0ab182   Remove trailing white spaces
      adds  6627419   Implements `fail_render` parameter to control routing via 
condition.
      adds  b33a559   Merge pull request #14 from carragom/master
      adds  9493935   Added travis CI
      adds  15f7f73   Removed pod file, it's auto generated by dzil
      adds  dad813b   Imported Upstream version 1.29
       new  63ed885   Merge tag 'upstream/1.29'
       new  6af8bf6   Update debian/changelog
       new  56a7c3a   Update upstream copyright years
       new  40cc930   Bump dh compat to level 9
       new  1200ca4   Declare compliance with Debian Policy 3.9.6
       new  983457d   Mark package autopkgtest-able
       new  a55a4aa   prepare changelog for release

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                  |  11 +++
 LICENSE                                  |   8 +-
 MANIFEST                                 |   2 +-
 META.json                                |  14 ++--
 META.yml                                 |  20 ++---
 Makefile.PL                              |  59 +++++---------
 README                                   | 127 +++++++++++++++++++------------
 README.pod                               |  25 ------
 debian/changelog                         |  14 +++-
 debian/compat                            |   2 +-
 debian/control                           |   5 +-
 debian/copyright                         |   2 +-
 debian/upstream/metadata                 |   7 ++
 lib/Mojolicious/Plugin/Authentication.pm |  46 ++++++-----
 t/01-functional.t                        |  39 +++++++++-
 15 files changed, 220 insertions(+), 161 deletions(-)
 delete mode 100644 README.pod
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmojolicious-plugin-authentication-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to