Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maxime Besson
lemonldap-ng
Commits
9ebc18ca
Commit
9ebc18ca
authored
Dec 18, 2018
by
Yadd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version
parent
7e8bb9bb
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
+1
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/MongoDB.pm
...g-common/lib/Lemonldap/NG/Common/Conf/Backends/MongoDB.pm
+1
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
...p-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
+1
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm
lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm
+1
-1
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
+1
-1
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
...p-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
+1
-1
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Engines/Default.pm
...p-ng-portal/lib/Lemonldap/NG/Portal/2F/Engines/Default.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SSL.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SSL.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
+1
-1
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/BruteForceProtection.pm
...l/lib/Lemonldap/NG/Portal/Plugins/BruteForceProtection.pm
+1
-1
No files found.
lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
View file @
9ebc18ca
package
Lemonldap::NG::
Common
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
1
;
__END__
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/MongoDB.pm
View file @
9ebc18ca
...
...
@@ -5,7 +5,7 @@ use utf8;
use
strict
;
use
Lemonldap::NG::Common::Conf::
Serializer
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
our
$initDone
;
sub
prereq
{
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
View file @
9ebc18ca
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package
Lemonldap::NG::Common::Conf::
DefaultValues
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
sub
defaultValues
{
return
{
...
...
lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm
View file @
9ebc18ca
...
...
@@ -7,7 +7,7 @@ use JSON;
use
Plack::
Request
;
use
URI::
Escape
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
our
@ISA
=
('
Plack::Request
');
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
View file @
9ebc18ca
...
...
@@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
print
STDERR
"
Use the appropriate handler. For Apache, use Lemonldap::NG::Handler::ApacheMP2
";
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
1
;
...
...
lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm
View file @
9ebc18ca
package
Lemonldap::NG::Handler::Main::
Reload
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
package
Lemonldap::NG::Handler::
Main
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
View file @
9ebc18ca
...
...
@@ -17,7 +17,7 @@ use JSON;
use
Lemonldap::NG::Common::Conf::
Constants
;
use
Lemonldap::NG::Common::PSGI::
Constants
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
extends
'
Lemonldap::NG::Common::Conf::AccessLib
',
'
Lemonldap::NG::Handler::PSGI::Router
';
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
View file @
9ebc18ca
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package
Lemonldap::NG::Manager::
Attributes
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
sub
types
{
return
{
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
View file @
9ebc18ca
...
...
@@ -6,7 +6,7 @@
package
Lemonldap::NG::Manager::Build::
Attributes
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
use
strict
;
use
Regexp::
Common
qw/URI/
;
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
View file @
9ebc18ca
...
...
@@ -3,7 +3,7 @@ package Lemonldap::NG::Manager::Conf::Tests;
use
utf8
;
use
Lemonldap::NG::Common::
Regexp
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
## @method hashref tests(hashref conf)
# Return a hash ref where keys are the names of the tests and values
...
...
lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
View file @
9ebc18ca
package
Lemonldap::NG::Manager::Conf::
Zero
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
sub
zeroConf
{
my
(
$domain
,
$sessionDir
,
$persistentSessionDir
,
$notificationDir
)
=
@_
;
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
View file @
9ebc18ca
# Alias for Lemonldap::NG::Portal::Main
package
Lemonldap::NG::
Portal
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
use
Lemonldap::NG::Portal::
Main
;
use
base
'
Lemonldap::NG::Portal::Main
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Engines/Default.pm
View file @
9ebc18ca
...
...
@@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
)
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
extends
'
Lemonldap::NG::Portal::Main::Plugin
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SSL.pm
View file @
9ebc18ca
...
...
@@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
)
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
extends
'
Lemonldap::NG::Portal::Main::Auth
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm
View file @
9ebc18ca
...
...
@@ -5,7 +5,7 @@ use GD::SecurityImage use_magick => 1;
use
Mouse
;
use
MIME::
Base64
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
extends
'
Lemonldap::NG::Common::Module
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
View file @
9ebc18ca
...
...
@@ -7,7 +7,7 @@ use strict;
use
Mouse
;
use
Lemonldap::NG::Portal::Main::
Constants
'
:all
';
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
extends
'
Lemonldap::NG::Common::PSGI::Request
';
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
View file @
9ebc18ca
...
...
@@ -9,7 +9,7 @@
#
package
Lemonldap::NG::Portal::Main::
Run
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
package
Lemonldap::NG::Portal::
Main
;
...
...
lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/BruteForceProtection.pm
View file @
9ebc18ca
...
...
@@ -4,7 +4,7 @@ use strict;
use
Mouse
;
use
Lemonldap::NG::Portal::Main::
Constants
qw(PE_OK PE_WAIT)
;
our
$VERSION
=
'
2.0.
0
';
our
$VERSION
=
'
2.0.
1
';
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