Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dcoutadeur dcoutadeur
lemonldap-ng
Commits
e7526f32
Commit
e7526f32
authored
Oct 07, 2020
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix versions
parent
4583f3a9
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm
lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm
+1
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm
...nldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm
+1
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm
lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm
+1
-1
lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm
...nldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm
...nldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm
...nldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm
...-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm
...-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm
...-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm
+1
-1
lemonldap-ng-portal/META.yml
lemonldap-ng-portal/META.yml
+1
-1
lemonldap-ng-portal/Makefile.PL
lemonldap-ng-portal/Makefile.PL
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm
...al/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm
...onldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm
+1
-1
No files found.
lemonldap-ng-common/lib/Lemonldap/NG/Common/CliSessions.pm
View file @
e7526f32
...
...
@@ -9,7 +9,7 @@ use Lemonldap::NG::Common::Apache::Session;
use
Lemonldap::NG::Common::
Session
;
use
Lemonldap::NG::Common::
Util
qw/getPSessionID genId2F/
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
has
opts
=>
(
is
=>
'
rw
'
);
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/EmailTransport.pm
View file @
e7526f32
...
...
@@ -5,7 +5,7 @@ use MIME::Entity;
use
Email::Sender::
Simple
qw(sendmail)
;
use
Email::Date::
Format
qw(email_date)
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
sub
new
{
my
(
$class
,
$conf
)
=
@_
;
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/Util.pm
View file @
e7526f32
...
...
@@ -6,7 +6,7 @@ use MIME::Base64 qw/encode_base64/;
use
5.10.0
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
our
@ISA
=
qw(Exporter)
;
our
@EXPORT_OK
=
qw(getSameSite getPSessionID genId2F)
;
...
...
lemonldap-ng-handler/lib/Plack/Middleware/Auth/LemonldapNG.pm
View file @
e7526f32
package
Plack::Middleware::Auth::
LemonldapNG
;
our
$AUTHORITY
=
'
cpan:GUIMARD
';
our
$VERSION
=
'
2.1.0
';
our
$VERSION
=
'
2.1.0
';
our
$llclass
=
'
Lemonldap::NG::Handler::Server
';
use
strict
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api.pm
View file @
e7526f32
...
...
@@ -17,7 +17,7 @@ use Lemonldap::NG::Manager::Api::Providers::CasApp;
use
Lemonldap::NG::Manager::Api::Menu::
Cat
;
use
Lemonldap::NG::Manager::Api::Menu::
App
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
#############################
# I. INITIALIZATION METHODS #
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/2F.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::
2F
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Common.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::
Common
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/App.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::Menu::
App
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Menu/Cat.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::Menu::
Cat
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Misc.pm
View file @
e7526f32
# Miscenalleous endpoints
package
Lemonldap::NG::Manager::Api::
Misc
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/CasApp.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::Providers::
CasApp
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/OidcRp.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::Providers::
OidcRp
;
our
$VERSION
=
'
2.
0.8
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Api/Providers/SamlSp.pm
View file @
e7526f32
package
Lemonldap::NG::Manager::Api::Providers::
SamlSp
;
our
$VERSION
=
'
2.
0.8
';
our
$VERSION
=
'
2.
1.0
';
package
Lemonldap::NG::Manager::
Api
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Plugin.pm
View file @
e7526f32
...
...
@@ -2,7 +2,7 @@ package Lemonldap::NG::Manager::Plugin;
use
strict
;
use
Mouse
;
our
$VERSION
=
'
2.
0.8
';
our
$VERSION
=
'
2.
1.0
';
extends
'
Lemonldap::NG::Common::Module
';
...
...
lemonldap-ng-portal/META.yml
View file @
e7526f32
...
...
@@ -52,7 +52,7 @@ recommends:
Web::ID: '0'
requires
:
Clone
:
'
0'
Lemonldap::NG::Handler: v2.
0.9
Lemonldap::NG::Handler: v2.
1.0
Regexp::Assemble: '0'
resources
:
MailingList
:
mailto:lemonldap-ng-dev@ow2.org
...
...
lemonldap-ng-portal/Makefile.PL
View file @
e7526f32
...
...
@@ -64,7 +64,7 @@ WriteMakefile(
},
PREREQ_PM
=>
{
'Clone'
=>
0,
'Lemonldap::NG::Handler'
=>
'2.
0.9
'
,
'Lemonldap::NG::Handler'
=>
'2.
1.0
'
,
'Regexp::Assemble'
=>
0,
},
(
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/GitHub.pm
View file @
e7526f32
...
...
@@ -8,7 +8,7 @@ use Lemonldap::NG::Common::FormEncode;
use
Lemonldap::NG::Common::
UserAgent
;
use
Lemonldap::NG::Portal::Main::
Constants
qw(PE_OK PE_ERROR PE_REDIRECT)
;
our
$VERSION
=
'
2.
0.9
';
our
$VERSION
=
'
2.
1.0
';
extends
'
Lemonldap::NG::Portal::Main::Auth
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CertificateResetByMail/Demo.pm
View file @
e7526f32
...
...
@@ -4,7 +4,7 @@ use strict;
use
Mouse
;
use
Lemonldap::NG::Portal::Main::
Constants
qw(PE_OK)
;
our
$VERSION
=
'
2.
0.8
';
our
$VERSION
=
'
2.
1.0
';
sub
init
{
1
;
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Net/LDAP.pm
View file @
e7526f32
...
...
@@ -12,7 +12,7 @@ use Unicode::String qw(utf8);
use
Scalar::
Util
'
weaken
';
use
utf8
;
our
$VERSION
=
'
2.1.0
';
our
$VERSION
=
'
2.1.0
';
our
$ppLoaded
=
0
;
BEGIN
{
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/AdaptativeAuthenticationLevel.pm
View file @
e7526f32
...
...
@@ -5,7 +5,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
)
;
our
$VERSION
=
'
2.
0.
10
';
our
$VERSION
=
'
2.1
.
0
';
extends
'
Lemonldap::NG::Portal::Main::Plugin
';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment