Commit Graph

7986 Commits

Author SHA1 Message Date
Clément OUDOT
af09943a7f Merge branch 'quickfix-smtp-port-conf-save' into 'master'
Use specified port when testing SMTP conf

See merge request lemonldap-ng/lemonldap-ng!52
2019-02-03 14:31:35 +01:00
Clément OUDOT
6f2f263c9f Merge branch 'el7' into 'v2.0'
Improve RPM Requires: filtering

See merge request lemonldap-ng/lemonldap-ng!54

(cherry picked from commit bc100d059e)

c305da5c Split Fedora requires filtering from EL filtering
35919e8d Sentry::Raven is available for Fedora
36985b50 Net::OpenID::Server is available in Fedora
bf8de0a7 Don't filter Requires on XML::LibXSLT
c88b9cf3 Don't filter Requires on XML::LibXML
8a6e4d61 Web::ID is available in Fedora
aee9ee3f Lasso is available in Fedora 29+
eb4c7357 Fix Lasso Requires filtering
afc7c8e2 Use macro to define httpd log dir
d5827c6f Net::OpenID::Server is available in EPEL7
bb9e0ef8 Drop EL6 support, perl in EL6 is too old for the code base anyway
bda04bf5 XML::LibXSLT is already BR:'ed, no need to filter the corresponding Requires:
056ff5ba XML::LibXML is available for EL7
7fadd39c Fix Lasso Requires filtering (EL7)
5abb193c Fix Version:, 2.0.2 has not been tagged yet
023cfb1d Fix %preun to not erroneously wipe httpd conf files
2019-02-03 14:14:48 +01:00
Clément OUDOT
bdfc905a59 Use make json to rebuild Manager files (#1601) 2019-02-02 15:55:55 +01:00
Clément OUDOT
125ca51998 Add translation (#1601) 2019-02-02 15:54:30 +01:00
Clément OUDOT
14c8e125a6 Add option in Manager Build modules (#1601) 2019-02-02 15:54:30 +01:00
Clément OUDOT
ed7eeeba88 Use an option to decode group searched value (#1601) 2019-02-02 15:54:30 +01:00
Xavier Guimard
22a54210dd Merge branch 'fix-plaintext-email' into 'master'
Fix plaintext email

See merge request lemonldap-ng/lemonldap-ng!53
2019-02-01 15:37:00 +01:00
Clément OUDOT
918508c37e Remove STDERR message in Handler.pm (#1618) 2019-02-01 11:24:17 +01:00
Clément OUDOT
b79c7112fc Revert "Fix handler namespace"
This reverts commit 01ba3b6e13.
2019-02-01 11:23:36 +01:00
Xavier Guimard
d550f3172d Merge branch 'v2.0' 2019-02-01 07:19:18 +01:00
Xavier Guimard
27c7e3750e Add libipc-run-perl in portal recomended deps. Fixes autopkgtest 2019-02-01 07:19:00 +01:00
Xavier Guimard
17e351df29 Merge branch 'v2.0' 2019-01-31 23:21:22 +01:00
Xavier Guimard
c77317fef7 Update versions 2019-01-31 23:20:57 +01:00
Xavier Guimard
c60ba130b8 Replace rand() by Crypt::URandom::urandom() 2019-01-31 23:16:52 +01:00
Xavier Guimard
01ba3b6e13 Fix handler namespace 2019-01-31 23:16:52 +01:00
Christophe Maudoux
fd88d68591 Fix SAML attribute default value (#1635) 2019-01-31 22:55:15 +01:00
Christophe Maudoux
73bba9f600 Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-01-31 21:23:40 +01:00
Christophe Maudoux
c4b018ee68 Fix SAML attribute default value (#1635) 2019-01-31 21:23:27 +01:00
Clément OUDOT
b63dd14746 Update module version (#1634) 2019-01-31 15:40:54 +01:00
Clément OUDOT
7703b993dc Clean code that manages templates parameters (#1634, #1631) 2019-01-31 15:39:24 +01:00
Clément OUDOT
059d5320cb Clean code that manages templates parameters (#1634, #1631) 2019-01-31 15:38:58 +01:00
Clément OUDOT
1f107db9a4 Allow to display env in password reset and register templates (#1631) 2019-01-31 14:22:38 +01:00
Clément OUDOT
d7c252d554 Allow to display env in password reset and register templates (#1631) 2019-01-31 14:22:15 +01:00
Clément OUDOT
2362db3c99 Allow to display env in main templates (#1631) 2019-01-31 14:08:14 +01:00
Clément OUDOT
efb7f667c4 Allow to display env in main templates (#1631) 2019-01-31 14:05:24 +01:00
Christophe Maudoux
84913b36eb Delete SSO cookie with Nginx (#1630) 2019-01-30 23:10:33 +01:00
Christophe Maudoux
5a03e518c8 Delete SSO cookie with Nginx (#1630) 2019-01-30 23:02:08 +01:00
Christophe Maudoux
72daca2f8f Fix regex (#1630) 2019-01-30 19:36:36 +01:00
Christophe Maudoux
1ffc9fe01d Typo 2019-01-30 19:31:25 +01:00
Maxime Besson
6890b290b1 Fix plaintext email
For the few of us who like plain text email better.

Before this commit, the mail body would not be correctly pulled from
config, and then the portal would error 500 due to MIME::Entity objects
not having an "attr" accessor, unlike the previously used MIME::Lite
objects
2019-01-30 12:06:05 +01:00
Maxime Besson
2f93799faa Use specified port when testing SMTP conf
When saving the configuration in the manager, the SMTP test would fail
if your SMTP server is not on the standard port 25

The test now takes the port into account
2019-01-30 10:45:50 +01:00
Christophe Maudoux
950dd0a9ad WIP - Improve e2e tests (#1600) 2019-01-26 18:41:19 +01:00
Christophe Maudoux
47ffd3dab6 WIP - Improve e2e tests (#1600) 2019-01-26 18:33:06 +01:00
Christophe Maudoux
f6afc78836 WIP - Improve e2e tests (#1600) 2019-01-26 18:32:54 +01:00
Christophe Maudoux
6cb03669e0 WIP - Improve e2e tests (#1600) 2019-01-26 18:32:39 +01:00
Christophe Maudoux
7bc54a0a16 WIP - Improve e2e tests (#1600) 2019-01-26 17:08:35 +01:00
Christophe Maudoux
df8ff7c86f WIP - Improve e2e tests (#1600) 2019-01-26 17:06:21 +01:00
Christophe Maudoux
7fa2abf788 WIP - Improve e2e tests (#1600) 2019-01-26 17:06:07 +01:00
Christophe Maudoux
f1d6496734 Merge branch 'v2.0' 2019-01-24 21:54:56 +01:00
Christophe Maudoux
f12293eb71 Adapt screen size to selenium display (#1600) 2019-01-24 21:53:12 +01:00
Christophe Maudoux
e388892feb Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-01-24 19:49:31 +01:00
Christophe Maudoux
96b93a56c1 Partial revert rename parameters (#1605) 2019-01-24 19:45:43 +01:00
Maxime Besson
d8a6bf6e3a Fix CAS documentation links
The CAS documentation links were missing or incorrect, this commit
points them back to the correct page and section
2019-01-24 17:43:06 +01:00
Xavier Guimard
a2ba3993ea Merge branch 'fix-cas-doc-link' into 'master'
Fix CAS documentation links

See merge request lemonldap-ng/lemonldap-ng!51
2019-01-24 17:40:45 +01:00
Maxime Besson
99c3df0eed Fix CAS documentation links
The CAS documentation links were missing or incorrect, this commit
points them back to the correct page and section
2019-01-24 17:12:08 +01:00
Clément OUDOT
a7d5dd743f Remove bad version in Debian changelog 2019-01-24 11:55:21 +01:00
Xavier Guimard
af8bc280c7 e2e_test without X server 2019-01-24 11:23:00 +01:00
Christophe Maudoux
a69d19c2c0 Cleaning useless code 2019-01-23 22:47:42 +01:00
Clément OUDOT
eddd54383e merge 2019-01-23 11:36:13 +01:00
Christophe Maudoux
65d3e92108 Improve Manager tree (#1623) 2019-01-22 22:35:57 +01:00