Update versions

This commit is contained in:
Xavier Guimard 2019-04-05 09:54:43 +02:00
parent 553f4eb95e
commit 2159957c34
35 changed files with 35 additions and 36 deletions

View File

@ -5,7 +5,7 @@ use Lemonldap::NG::Common::Conf::Constants; #inherits
use YAML qw(); use YAML qw();
use Encode; use Encode;
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
our $initDone; our $initDone;
$YAML::Numify = 1; $YAML::Numify = 1;

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import'; use Exporter 'import';
use base qw(Exporter); use base qw(Exporter);
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
# CONSTANTS # CONSTANTS

View File

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues; package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
sub defaultValues { sub defaultValues {
return { return {

View File

@ -5,7 +5,7 @@ use strict;
use Exporter 'import'; use Exporter 'import';
use base qw(Exporter); use base qw(Exporter);
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $doubleHashKeys $specialNodeKeys $casAppMetaDataNodeKeys $casSrvMetaDataNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash $authParameters $issuerParameters $samlServiceParameters $oidcServiceParameters $casServiceParameters)] ); our %EXPORT_TAGS = ( 'all' => [qw($simpleHashKeys $doubleHashKeys $specialNodeKeys $casAppMetaDataNodeKeys $casSrvMetaDataNodeKeys $oidcOPMetaDataNodeKeys $oidcRPMetaDataNodeKeys $samlIDPMetaDataNodeKeys $samlSPMetaDataNodeKeys $virtualHostKeys $specialNodeHash $authParameters $issuerParameters $samlServiceParameters $oidcServiceParameters $casServiceParameters)] );
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

View File

@ -14,7 +14,7 @@ use MIME::Base64;
use Safe; use Safe;
use Encode; use Encode;
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
my $dataStart = tell(DATA); my $dataStart = tell(DATA);

View File

@ -6,7 +6,7 @@ use JSON;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;
use Lemonldap::NG::Common::PSGI::Request; use Lemonldap::NG::Common::PSGI::Request;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
our $_json = JSON->new->allow_nonref; our $_json = JSON->new->allow_nonref;

View File

@ -7,7 +7,7 @@ use JSON;
use Plack::Request; use Plack::Request;
use URI::Escape; use URI::Escape;
our $VERSION = '2.0.1'; our $VERSION = '2.0.3';
our @ISA = ('Plack::Request'); our @ISA = ('Plack::Request');

View File

@ -4,7 +4,7 @@ use Mouse;
use Lemonldap::NG::Common::PSGI; use Lemonldap::NG::Common::PSGI;
use Lemonldap::NG::Common::PSGI::Constants; use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Common::PSGI'; extends 'Lemonldap::NG::Common::PSGI';

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::Main::Init; package Lemonldap::NG::Handler::Main::Init;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
package Lemonldap::NG::Handler::Main; package Lemonldap::NG::Handler::Main;

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Handler::PSGI::Main;
extends 'Lemonldap::NG::Handler::Lib::PSGI', 'Lemonldap::NG::Common::PSGI'; extends 'Lemonldap::NG::Handler::Lib::PSGI', 'Lemonldap::NG::Common::PSGI';
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
sub init { sub init {
my ( $self, $args ) = @_; my ( $self, $args ) = @_;

View File

@ -7,7 +7,7 @@ require Lemonldap::NG::Handler::PSGI::Main;
extends 'Lemonldap::NG::Handler::Lib::PSGI', extends 'Lemonldap::NG::Handler::Lib::PSGI',
'Lemonldap::NG::Common::PSGI::Router'; 'Lemonldap::NG::Common::PSGI::Router';
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
sub init { sub init {
$_[0]->api('Lemonldap::NG::Handler::PSGI::Main'); $_[0]->api('Lemonldap::NG::Handler::PSGI::Main');

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Handler::PSGI::Try;
use strict; use strict;
use Mouse; use Mouse;
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Handler::PSGI::Router'; extends 'Lemonldap::NG::Handler::PSGI::Router';

View File

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand # This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Manager::Attributes; package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
sub types { sub types {
return { return {

View File

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Build::Attributes; package Lemonldap::NG::Manager::Build::Attributes;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
use strict; use strict;
use Regexp::Common qw/URI/; use Regexp::Common qw/URI/;

View File

@ -14,7 +14,7 @@
package Lemonldap::NG::Manager::Build::CTrees; package Lemonldap::NG::Manager::Build::CTrees;
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
sub cTrees { sub cTrees {
return { return {

View File

@ -17,7 +17,7 @@
package Lemonldap::NG::Manager::Build::Tree; package Lemonldap::NG::Manager::Build::Tree;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
# TODO: Missing: # TODO: Missing:
# * activeTimer # * activeTimer

View File

@ -162,7 +162,7 @@ sub zeroConf {
}, },
"manager.$domain" => { "manager.$domain" => {
'default' => '$uid eq "dwho" or $uid eq "rtyler"', 'default' => '$uid eq "dwho" or $uid eq "rtyler"',
'(?#Configuration)^/(manager\.html|$)' => '$uid eq "dwho"', '(?#Configuration)^/(manager\.html|conf|$)' => '$uid eq "dwho"',
'(?#Sessions)/sessions' => '$uid eq "dwho" or $uid eq "rtyler"', '(?#Sessions)/sessions' => '$uid eq "dwho" or $uid eq "rtyler"',
'(?#Notifications)/notifications' => '(?#Notifications)/notifications' =>
'$uid eq "dwho" or $uid eq "rtyler"', '$uid eq "dwho" or $uid eq "rtyler"',

View File

@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_MUSTHAVEMAIL PE_MUSTHAVEMAIL
); );
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::SecondFactor', extends 'Lemonldap::NG::Portal::Main::SecondFactor',
'Lemonldap::NG::Portal::Lib::SMTP'; 'Lemonldap::NG::Portal::Lib::SMTP';

View File

@ -12,7 +12,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE PE_SENDRESPONSE
); );
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Auth'; extends 'Lemonldap::NG::Portal::Main::Auth';

View File

@ -24,7 +24,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SENDRESPONSE PE_SENDRESPONSE
); );
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Auth', 'Lemonldap::NG::Portal::Lib::SAML'; extends 'Lemonldap::NG::Portal::Main::Auth', 'Lemonldap::NG::Portal::Lib::SAML';

View File

@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK PE_OK
); );
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Auth'; extends 'Lemonldap::NG::Portal::Main::Auth';

View File

@ -19,7 +19,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_MALFORMEDUSER PE_MALFORMEDUSER
); );
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Auth'; extends 'Lemonldap::NG::Portal::Main::Auth';

View File

@ -12,7 +12,7 @@ use Unicode::String qw(utf8);
use Scalar::Util 'weaken'; use Scalar::Util 'weaken';
use utf8; use utf8;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
our $ppLoaded = 0; our $ppLoaded = 0;
BEGIN { BEGIN {

View File

@ -19,7 +19,7 @@ use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_REDIRECT); use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_REDIRECT);
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
# OpenID Connect standard claims # OpenID Connect standard claims
use constant PROFILE => [ use constant PROFILE => [

View File

@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_SAML_SLO_ERROR PE_SAML_SLO_ERROR
); );
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
# PROPERTIES # PROPERTIES

View File

@ -2,7 +2,7 @@
# Display functions for LemonLDAP::NG Portal # Display functions for LemonLDAP::NG Portal
package Lemonldap::NG::Portal::Main::Display; package Lemonldap::NG::Portal::Main::Display;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
package Lemonldap::NG::Portal::Main; package Lemonldap::NG::Portal::Main;
use strict; use strict;

View File

@ -8,7 +8,7 @@
# of lemonldap-ng.ini) and underlying handler configuration # of lemonldap-ng.ini) and underlying handler configuration
package Lemonldap::NG::Portal::Main::Init; package Lemonldap::NG::Portal::Main::Init;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
package Lemonldap::NG::Portal::Main; package Lemonldap::NG::Portal::Main;

View File

@ -6,7 +6,7 @@ use strict;
use Mouse; use Mouse;
use Clone 'clone'; use Clone 'clone';
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Common::Module'; extends 'Lemonldap::NG::Common::Module';

View File

@ -5,9 +5,8 @@ package Lemonldap::NG::Portal::Main::Plugin;
use strict; use strict;
use Mouse; use Mouse;
use HTML::Template; use HTML::Template;
use Data::Dumper;
our $VERSION = '2.0.3'; our $VERSION = '2.0.2';
extends 'Lemonldap::NG::Common::Module'; extends 'Lemonldap::NG::Common::Module';

View File

@ -2,7 +2,7 @@
# into "plugins" list in lemonldap-ng.ini, section "portal" # into "plugins" list in lemonldap-ng.ini, section "portal"
package Lemonldap::NG::Portal::Main::Plugins; package Lemonldap::NG::Portal::Main::Plugins;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
package Lemonldap::NG::Portal::Main; package Lemonldap::NG::Portal::Main;

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Portal::Main::Process; package Lemonldap::NG::Portal::Main::Process;
our $VERSION = '2.0.2'; our $VERSION = '2.0.3';
package Lemonldap::NG::Portal::Main; package Lemonldap::NG::Portal::Main;

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_BADCREDENTIALS PE_BADCREDENTIALS
); );
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Plugin'; extends 'Lemonldap::NG::Portal::Main::Plugin';

View File

@ -7,7 +7,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK PE_OK
); );
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Common::Module'; extends 'Lemonldap::NG::Common::Module';

View File

@ -15,7 +15,7 @@ use strict;
use Mouse; use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_FORMEMPTY); use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_FORMEMPTY);
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Plugin', extends 'Lemonldap::NG::Portal::Main::Plugin',
'Lemonldap::NG::Common::Conf::AccessLib'; 'Lemonldap::NG::Common::Conf::AccessLib';

View File

@ -8,7 +8,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED PE_TOKENEXPIRED
); );
our $VERSION = '2.0.0'; our $VERSION = '2.0.3';
extends 'Lemonldap::NG::Portal::Main::Plugin'; extends 'Lemonldap::NG::Portal::Main::Plugin';