[lemonldap-ng] 01/01: Merge tag 'upstream/1.9.3'

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Jun 7 17:38:26 UTC 2016


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

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 1b1e07e7f7448c35e2ee3258e9ff89311f75dfaa
Merge: 5eb05f1 ebcc239
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Jun 7 19:37:51 2016 +0200

    Merge tag 'upstream/1.9.3'
    
    Upstream version 1.9.3

 COPYING                                            |   9 +
 Doxyfile                                           |   2 +-
 _example/etc/portal-apache.conf                    |   6 +
 _example/etc/portal-apache2.4.conf                 |   6 +
 _example/etc/portal-apache2.X.conf                 |   6 +
 _example/etc/portal-apache2.conf                   |   6 +
 _example/etc/portal-nginx.conf                     |   3 +
 _example/etc/test-nginx.conf                       |   9 +
 changelog                                          |  35 ++
 doc/index/alphabetical.html                        |   2 +-
 doc/pages/contact.html                             |  17 +-
 .../documentation/1.9/applications/mediawiki.html  |  20 +-
 doc/pages/documentation/1.9/authfacebook.html      |  22 +-
 doc/pages/documentation/1.9/authldap.html          |   2 +
 doc/pages/documentation/1.9/configlocation.html    |  27 +-
 doc/pages/documentation/1.9/issuerdbget.html       | 113 +++++
 doc/pages/documentation/1.9/prereq.html            |  14 +-
 doc/pages/documentation/1.9/start.html             |  12 +-
 doc/pages/download.html                            |  12 +-
 doc/pages/press.html                               |  27 +-
 e2e-tests/handler/01-redirect.js                   |   2 +-
 e2e-tests/handler/02-headers.js                    |   2 +-
 e2e-tests/handler/10-logout_app.js                 |   2 +-
 e2e-tests/handler/11-logout_app_sso.js             |   2 +-
 e2e-tests/lmConf-1.js                              |   2 +-
 e2e-tests/manager/11-oidcop-config.js              |   2 +-
 e2e-tests/manager/12-oidcrp-config.js              |  59 +++
 lemonldap-ng-common/META.yml                       |   2 +-
 lemonldap-ng-common/lemonldap-ng.ini               |   4 +-
 lemonldap-ng-common/lib/Lemonldap/NG/Common.pm     |   2 +-
 .../lib/Lemonldap/NG/Common/Apache/Session.pm      |   4 +-
 .../lib/Lemonldap/NG/Common/Conf/Constants.pm      |   2 +-
 .../lib/Lemonldap/NG/Common/Conf/DefaultValues.pm  |   7 +-
 .../lib/Lemonldap/NG/Common/Crypto.pm              |   2 +-
 .../lib/Lemonldap/NG/Common/PSGI.pm                |   5 +-
 .../lib/Lemonldap/NG/Common/Safelib.pm             |   4 +-
 .../lib/Lemonldap/NG/Common/Session.pm             |   5 +-
 lemonldap-ng-handler/META.yml                      |   4 +-
 lemonldap-ng-handler/Makefile.PL                   |   2 +-
 lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm   |   2 +-
 .../lib/Lemonldap/NG/Handler/Main/Jail.pm          |  12 +-
 .../lib/Lemonldap/NG/Handler/PSGI/Base.pm          |   2 +-
 lemonldap-ng-manager/MANIFEST                      |   1 +
 lemonldap-ng-manager/META.yml                      |   6 +-
 lemonldap-ng-manager/Makefile.PL                   |   4 +-
 lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm   |   2 +-
 .../lib/Lemonldap/NG/Manager/Attributes.pm         |  79 +++-
 .../lib/Lemonldap/NG/Manager/Build.pm              |  11 +-
 .../lib/Lemonldap/NG/Manager/Build/Attributes.pm   |  76 +++-
 .../lib/Lemonldap/NG/Manager/Build/Tree.pm         |  16 +-
 .../lib/Lemonldap/NG/Manager/Conf.pm               |  22 +-
 .../lib/Lemonldap/NG/Manager/Conf/Parser.pm        |  98 ++++-
 .../lib/Lemonldap/NG/Manager/Constants.pm          |   5 +-
 .../site/static/forms/doubleHash.html              |  42 ++
 lemonldap-ng-manager/site/static/languages/en.json |   9 +-
 lemonldap-ng-manager/site/static/languages/fr.json |   9 +-
 lemonldap-ng-manager/site/static/struct.json       |   2 +-
 lemonldap-ng-manager/t/05-rest-api.t               |   2 -
 lemonldap-ng-manager/t/14-bad-changes-in-conf.t    |   3 +-
 lemonldap-ng-manager/t/jsonfiles/14-bad.json       |   4 +-
 lemonldap-ng-portal/MANIFEST                       |   1 +
 lemonldap-ng-portal/META.yml                       |   6 +-
 lemonldap-ng-portal/Makefile.PL                    |   4 +-
 lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm     |   2 +-
 .../lib/Lemonldap/NG/Portal/AuthAD.pm              |   8 +-
 .../lib/Lemonldap/NG/Portal/AuthFacebook.pm        |  23 +-
 .../lib/Lemonldap/NG/Portal/AuthLDAP.pm            |   8 +-
 .../lib/Lemonldap/NG/Portal/AuthMulti.pm           |   6 +-
 .../lib/Lemonldap/NG/Portal/AuthTwitter.pm         | 209 ++++++---
 .../lib/Lemonldap/NG/Portal/Display.pm             |   4 +-
 .../lib/Lemonldap/NG/Portal/IssuerDBCAS.pm         |  85 +++-
 .../lib/Lemonldap/NG/Portal/IssuerDBGet.pm         | 267 +++++++++++
 .../lib/Lemonldap/NG/Portal/Simple.pm              |   4 +-
 .../lib/Lemonldap/NG/Portal/UserDBDBI.pm           |  44 +-
 .../lib/Lemonldap/NG/Portal/UserDBLDAP.pm          |  29 +-
 .../lib/Lemonldap/NG/Portal/_Choice.pm             |   5 +-
 .../lib/Lemonldap/NG/Portal/_LDAP.pm               |  77 +++-
 .../lib/Lemonldap/NG/Portal/_OpenIDConnect.pm      |   4 +-
 .../lib/Lemonldap/NG/Portal/_Slave.pm              |   4 +-
 .../lib/Lemonldap/NG/Portal/_i18n.pm               | 486 ++++++++++++++++++++-
 omegat.files/fr/fr-level1.tmx                      |  32 --
 omegat.files/fr/fr-level2.tmx                      |  32 --
 omegat.files/fr/fr-omegat.tmx                      |  32 --
 omegat.files/fr/omegat/project_stats.txt           |  48 +-
 po-doc/fr/index/alphabetical.html                  |   2 +-
 po-doc/fr/pages/contact.html                       |  18 +-
 .../documentation/1.9/applications/mediawiki.html  |  26 +-
 .../fr/pages/documentation/1.9/authfacebook.html   |  22 +-
 po-doc/fr/pages/documentation/1.9/authldap.html    |   2 +
 .../fr/pages/documentation/1.9/configlocation.html |  27 +-
 po-doc/fr/pages/documentation/1.9/issuerdbget.html | 123 ++++++
 po-doc/fr/pages/documentation/1.9/prereq.html      |  14 +-
 po-doc/fr/pages/documentation/1.9/start.html       |  12 +-
 po-doc/fr/pages/download.html                      |  12 +-
 po-doc/fr/pages/press.html                         |  27 +-
 scripts/changelibversion                           |   2 +-
 96 files changed, 2048 insertions(+), 530 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.git



More information about the Pkg-perl-cvs-commits mailing list