Commit Graph

8061 Commits

Author SHA1 Message Date
Xavier Guimard
f8942d156d Override templateDir before calling sendHtml (fixes: #1642) 2019-02-05 19:04:06 +01:00
Xavier Guimard
24ef6d3905 Revert "Override templateDir before calling sendHtml (#1642)"
This reverts commit 0466bf2784.
2019-02-05 19:00:01 +01:00
Clément OUDOT
0466bf2784 Override templateDir before calling sendHtml (#1642) 2019-02-05 18:46:14 +01:00
Xavier Guimard
0ddcaa5dc9 Update versions 2019-02-05 18:44:38 +01:00
Clément OUDOT
8ca60a9238 Do not set portal background in CSS if no value is configured (#1643) 2019-02-05 18:39:43 +01:00
Xavier Guimard
deac8a7f92 Add GPG in Choice template (#1569) 2019-02-05 13:55:39 +01:00
Xavier Guimard
ac01e63caf Update translations 2019-02-05 13:51:02 +01:00
Xavier Guimard
74ab16a3cb Remove old Auth::Google parameters 2019-02-05 12:08:53 +01:00
Xavier Guimard
a549e62657 Add Auth::GPG parameters (#1569) 2019-02-05 11:51:39 +01:00
Xavier Guimard
cd8146a172 Add test to check if vhostOptions are read (#1613) 2019-02-05 11:25:26 +01:00
Xavier Guimard
8d40de133f Update cpan deps 2019-02-05 11:25:26 +01:00
Xavier Guimard
75994f726d Missing dep 2019-02-05 11:25:26 +01:00
Xavier Guimard
9582ef82d5 Fix little warning 2019-02-05 11:25:26 +01:00
Clément OUDOT
93d52bce27 Update module version (#1639) 2019-02-05 10:42:48 +01:00
Clément OUDOT
3d5969f9d6 Fix AD attributes read (#1639) 2019-02-05 10:42:07 +01:00
Xavier Guimard
95c87d3b13 Improve test skips 2019-02-05 10:34:39 +01:00
Christophe Maudoux
29b293395a Improve unit test (#1628) 2019-02-04 19:20:28 +01:00
Christophe Maudoux
37cb923422 Fix error msg (#1628) 2019-02-04 19:15:58 +01:00
Christophe Maudoux
5ccb86dc77 Tidy (#1628) 2019-02-04 19:15:21 +01:00
Christophe Maudoux
7f2d126579 Fix grant rules display issue (#1627) 2019-02-04 19:00:39 +01:00
Christophe Maudoux
6a732ba2eb Cleaning code (#1628) 2019-02-04 18:59:37 +01:00
Christophe Maudoux
8c409fc51d Fix error msg & Improve unit test (#1628) 2019-02-04 17:40:18 +01:00
Christophe Maudoux
9fa7f58c76 Cleaning code (#1636) 2019-02-04 17:38:14 +01:00
Christophe Maudoux
53a9d0a459 Merge branch 'revert-8b9c47d6' into 'v2.0'
Revert "Catch error msg if Id doesn t exist (#1628)"

See merge request lemonldap-ng/lemonldap-ng!57
2019-02-04 13:13:15 +01:00
Christophe Maudoux
b70d8ea673 Revert "Catch error msg if Id doesn t exist (#1628)"
This reverts commit 8b9c47d6eb
2019-02-04 13:02:29 +01:00
Christophe Maudoux
8b9c47d6eb Catch error msg if Id doesn t exist (#1628) 2019-02-04 12:58:30 +01:00
Christophe Maudoux
7ce7db37af Rename unit test (#1629) 2019-02-04 12:17:10 +01:00
Christophe Maudoux
d14f0ff384 Improve RexEp (#1629) 2019-02-04 12:14:31 +01:00
Xavier Guimard
2a7171381b Accept old gpg syntax (Closes: #1569) 2019-02-03 23:10:12 +01:00
Xavier Guimard
c5a3687040 Merge remote-tracking branch 'max/fix-redir' into v2.0 2019-02-03 22:48:43 +01:00
Christophe Maudoux
e41be10a23 Improve RegExp (#1629) 2019-02-03 21:48:49 +01:00
Maxime Besson
1cd0a069b6 Fix unit tests 2019-02-03 20:12:53 +01:00
Maxime Besson
e028088f88 Add the ability to detect HTTPS from web server env
This commit adds a new "Default" option for the global HTTPS setting. In
this mode, the handler will refer to the HTTPS env variable to know if it's
being accessed over HTTPS or not. An administrator is of course still
free to force HTTPS by setting it either globally or per-VHost
2019-02-03 20:12:53 +01:00
Christophe Maudoux
fcac69fe7a Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-02-03 20:05:40 +01:00
Christophe Maudoux
153084118f Fix SSL/Kerberos Auth with Choice & Improve unit tests (#1636) 2019-02-03 20:05:28 +01:00
Christophe Maudoux
d70d7e11a9 Fix warning mgs 2019-02-03 20:05:14 +01:00
Maxime Besson
f35a7c305a Add Mail second factor plugin 2019-02-03 14:46:40 +01:00
Clément OUDOT
622df5b5df Merge branch 'feature-mail2f' into 'master'
Add Mail second factor plugin

See merge request lemonldap-ng/lemonldap-ng!55
2019-02-03 14:43:44 +01:00
Maxime Besson
faa748f68f Add Mail second factor plugin 2019-02-03 14:43:44 +01:00
Maxime Besson
01724a95d0 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-02-03 14:32:55 +01:00
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
bc100d059e Merge branch 'el7' into 'v2.0'
Improve RPM Requires: filtering

See merge request lemonldap-ng/lemonldap-ng!54
2019-02-03 14:12:34 +01:00
Xavier Bachelot
023cfb1de6 Fix %preun to not erroneously wipe httpd conf files 2019-02-03 13:07:25 +01:00
Christophe Maudoux
3021e998a7 Fix SSL/Kerberos Auth with Choice (#1636) 2019-02-03 00:17:53 +01:00
Christophe Maudoux
a084ba3c84 Improve unit tests (#1605) 2019-02-02 22:23:56 +01:00
Christophe Maudoux
9987d28ac3 Fix SSL/Kerberos Auth with Choice & Improve unit tests (#1636) 2019-02-02 21:31:37 +01:00
Christophe Maudoux
dba550b6a9 Fix SSL/Kerberos Auth with Choice (#1636) 2019-02-02 19:06:18 +01:00
Christophe Maudoux
7fb6923fda Delete unused constant 2019-02-02 19:04:59 +01:00
Christophe Maudoux
f648bddcc6 Improve code (#1636) 2019-02-02 17:34:44 +01:00