[lemonldap-ng] branch master updated (b626c59 -> 4ad304d)

Xavier Guimard xguimard-guest at moszumanska.debian.org
Tue Sep 12 11:40:08 UTC 2017


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

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

      from  b626c59   Bump Standards-Version to 4.1.0
      adds  9ce991e   New upstream version 1.9.12
       new  4e24e37   Updated version 1.9.12 from 'upstream/1.9.12'
       new  2a907f8   Update patches
       new  4ad304d   Update d/ch

The 3 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:
 .gitignore                                         |   1 -
 COPYING                                            |   5 +
 Doxyfile                                           |   2 +-
 Makefile                                           |   2 +-
 _example/etc/handler-apache.conf                   |   3 +-
 _example/etc/handler-apache2.4.conf                |   3 +-
 _example/etc/handler-apache2.X.conf                |   3 +-
 _example/etc/handler-apache2.conf                  |   3 +-
 _example/etc/portal-apache2.4.conf                 |   2 +-
 _example/etc/portal-apache2.X.conf                 |   2 +-
 _example/etc/portal-apache2.conf                   |   2 +-
 changelog                                          |  26 ++
 debian/changelog                                   |   6 +-
 debian/patches/replace-mouse-by-moose.patch        |   2 +-
 doc/pages/documentation/current/applications.html  |  22 +-
 .../documentation/current/applications/django.html |   2 +-
 .../{roundcube.html => fusiondirectory.html}       |  71 ++---
 .../current/applications/img/icons.png             |   4 +-
 .../current/applications/img/loader.gif            |   4 +-
 doc/pages/documentation/current/authdbi.html       |  20 ++
 doc/pages/documentation/current/authldap.html      |   2 +-
 .../current/{authnull.html => authlinkedin.html}   |  51 +--
 .../bootswatch/3.3.4/flatly/bootstrap.min.css      |   4 +-
 doc/pages/documentation/current/idpsaml.html       |   2 +-
 doc/pages/documentation/current/installrpm.html    |  30 +-
 doc/pages/documentation/current/resetpassword.html |  40 +--
 .../documentation/current/selfmadeapplication.html |  32 +-
 doc/pages/documentation/current/selinux.html       |  15 +-
 doc/pages/documentation/current/start.html         |  65 ++--
 doc/pages/documentation/current/upgrade.html       |  24 +-
 .../current/writingrulesand_headers.html           |   9 +-
 lemonldap-ng-common/META.yml                       |   2 +-
 lemonldap-ng-common/lib/Lemonldap/NG/Common.pm     |   2 +-
 .../NG/Common/Apache/Session/Serialize/JSON.pm     |   6 +-
 .../lib/Lemonldap/NG/Common/Conf/CDBI.pm           |   6 +-
 .../lib/Lemonldap/NG/Common/Conf/Constants.pm      |   2 +-
 .../lib/Lemonldap/NG/Common/Conf/DefaultValues.pm  |  10 +-
 .../lib/Lemonldap/NG/Common/Conf/File.pm           |   6 +-
 .../lib/Lemonldap/NG/Common/Conf/RDBI.pm           |   7 +-
 .../lib/Lemonldap/NG/Common/Conf/SOAP.pm           |  14 +-
 .../lib/Lemonldap/NG/Common/PSGI.pm                |   4 +-
 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.pm               |  35 ++-
 lemonldap-ng-manager/META.yml                      |   6 +-
 lemonldap-ng-manager/Makefile.PL                   |   4 +-
 lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm   |  11 +-
 .../lib/Lemonldap/NG/Manager/Attributes.pm         |  58 +++-
 .../lib/Lemonldap/NG/Manager/Build/Attributes.pm   |  35 ++-
 .../lib/Lemonldap/NG/Manager/Build/Tree.pm         |  27 +-
 .../lib/Lemonldap/NG/Manager/Conf.pm               |  17 +-
 .../lib/Lemonldap/NG/Manager/Conf/Parser.pm        |   3 +-
 .../lib/Lemonldap/NG/Manager/Constants.pm          |   2 +-
 .../bwr/angular-bootstrap/ui-bootstrap-tpls.js     | 253 +++++++++------
 .../bwr/angular-bootstrap/ui-bootstrap-tpls.min.js |  10 +-
 .../bwr/angular-ui-tree/dist/angular-ui-tree.js    |  75 +++--
 .../angular-ui-tree/dist/angular-ui-tree.min.css   |   2 +-
 .../angular-ui-tree/dist/angular-ui-tree.min.js    |   6 +-
 lemonldap-ng-manager/site/static/languages/en.json |  12 +
 lemonldap-ng-manager/site/static/languages/fr.json |  14 +-
 lemonldap-ng-manager/site/static/struct.json       |   2 +-
 lemonldap-ng-manager/t/40-sessions.t               |   9 +-
 lemonldap-ng-portal/META.yml                       |   6 +-
 lemonldap-ng-portal/Makefile.PL                    |   4 +-
 .../example/openid-configuration.pl                |   2 +-
 .../example/skins/common/LinkedIn.png              | Bin 0 -> 2395 bytes
 lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm     |   4 +-
 .../lib/Lemonldap/NG/Portal/AuthLinkedIn.pm        | 228 ++++++++++++++
 .../lib/Lemonldap/NG/Portal/AuthMulti.pm           |   4 +-
 .../lib/Lemonldap/NG/Portal/AuthTwitter.pm         |   3 +-
 lemonldap-ng-portal/lib/Lemonldap/NG/Portal/CDA.pm |   2 +-
 .../lib/Lemonldap/NG/Portal/IssuerDBCAS.pm         |  22 +-
 .../lib/Lemonldap/NG/Portal/IssuerDBSAML.pm        |  36 ++-
 .../lib/Lemonldap/NG/Portal/SharedConf.pm          |   2 +-
 .../lib/Lemonldap/NG/Portal/Simple.pm              |   5 +-
 .../lib/Lemonldap/NG/Portal/_Browser.pm            |   2 +-
 .../lib/Lemonldap/NG/Portal/_Choice.pm             |  24 +-
 .../lib/Lemonldap/NG/Portal/_DBI.pm                | 343 ++++++++++++++++++++-
 .../lib/Lemonldap/NG/Portal/_OpenIDConnect.pm      |   4 +-
 .../lib/Lemonldap/NG/Portal/_Proxy.pm              |   4 +-
 .../lib/Lemonldap/NG/Portal/_SAML.pm               |   3 +-
 omegat.files/fr/fr-level1.tmx                      | 160 ----------
 omegat.files/fr/fr-level2.tmx                      | 160 ----------
 omegat.files/fr/fr-omegat.tmx                      | 160 ----------
 omegat.files/fr/omegat/project_stats.txt           |  36 ++-
 .../pages/documentation/current/applications.html  |  22 +-
 .../documentation/current/applications/django.html |   3 +-
 .../current/applications/fusiondirectory.html      | 120 +++++++
 .../current/applications/img/icons.png             |   4 +-
 .../current/applications/img/loader.gif            |   4 +-
 po-doc/fr/pages/documentation/current/authdbi.html |  23 ++
 .../fr/pages/documentation/current/authldap.html   |   2 +-
 .../current/{authnull.html => authlinkedin.html}   |  57 ++--
 .../bootswatch/3.3.4/flatly/bootstrap.min.css      |   4 +-
 po-doc/fr/pages/documentation/current/idpsaml.html |   2 +-
 .../fr/pages/documentation/current/installrpm.html |  30 +-
 .../pages/documentation/current/resetpassword.html |  40 +--
 .../documentation/current/selfmadeapplication.html |  32 +-
 po-doc/fr/pages/documentation/current/selinux.html |  15 +-
 po-doc/fr/pages/documentation/current/start.html   |  65 ++--
 po-doc/fr/pages/documentation/current/upgrade.html |  28 +-
 .../current/writingrulesand_headers.html           |  10 +-
 103 files changed, 1676 insertions(+), 1106 deletions(-)
 delete mode 100644 .gitignore
 copy doc/pages/documentation/current/applications/{roundcube.html => fusiondirectory.html} (50%)
 copy doc/pages/documentation/current/{authnull.html => authlinkedin.html} (54%)
 create mode 100644 lemonldap-ng-portal/example/skins/common/LinkedIn.png
 create mode 100644 lemonldap-ng-portal/lib/Lemonldap/NG/Portal/AuthLinkedIn.pm
 create mode 100644 po-doc/fr/pages/documentation/current/applications/fusiondirectory.html
 copy po-doc/fr/pages/documentation/current/{authnull.html => authlinkedin.html} (53%)

-- 
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