Commit Graph

941 Commits

Author SHA1 Message Date
Christophe Maudoux
fdad83378f Update authors 2022-02-19 18:36:14 +01:00
Clément OUDOT
4be3bde0bf Update version in Makefile.PL 2022-02-19 17:44:51 +01:00
Yadd
b88a72c267 tidy 2022-02-16 17:43:29 +01:00
Yadd
c0472d41db Update version 2022-02-16 17:31:45 +01:00
Yadd
525e6711d6 Merge branch 'improve-log4perl-2565' into 'v2.0'
Enrich Log4Perl placeholders with request details

See merge request lemonldap-ng/lemonldap-ng!234
2022-02-16 16:18:26 +00:00
Yadd
d6c689c1ec Don't fail on bad logLevel value (fixes: #1714) 2022-02-13 14:10:30 +01:00
Yadd
96fbf6cd90 Merge branch 'chrome-form-replay' into 'v2.0'
fix Chrome warns about compromised data when using form replay (#2694)

See merge request lemonldap-ng/lemonldap-ng!251
2022-02-13 12:51:04 +00:00
Christophe Maudoux
028b0823e9 Typos 2022-02-10 22:44:35 +01:00
David Coutadeur
dbf3b00576 fix Chrome warns about compromised data when using form replay (#2694) 2022-02-07 16:04:38 +01:00
Jérémie Pierson
6df19ff183 Update Status to accept SKIP/EXPIRED (Fixes: #2693) 2022-02-05 11:40:17 +01:00
Maxime Besson
0dc995e411 Rename internal has2f method to avoid conflict in perlExpr test (#2691) 2022-02-03 15:58:46 +01:00
Yadd
3f42113229 Remove double slashes in _pdata->{_url} + Don't overwrite $self-portal if already set (#2594) 2022-02-02 11:11:00 +01:00
Maxime Besson
9fb3e2422f Call logger->setRequest in Apache handler (#2565) 2022-02-01 20:00:05 +01:00
Maxime Besson
bb531a5f53 Call logger->setRequest in PSGI apps (#2565) 2022-02-01 20:00:05 +01:00
Yadd
c3724a618f Fix versions 2022-02-01 17:09:31 +01:00
Yadd
3047fa6dd7 Fix !241 for Apache (FCGI client) 2022-02-01 15:15:25 +01:00
Christophe Maudoux
47ea289f5c Fix log level (#2685) 2022-02-01 15:04:14 +01:00
Christophe Maudoux
2b6c478f41 Append redirection params (#2685) 2022-02-01 15:04:14 +01:00
David Coutadeur
5fe369c828 display cfgDate in debug logs while handler is loading conf (#2566) 2022-01-27 15:29:09 +00:00
Maxime Besson
db35ecf877 Merge branch 'fix-handler-psgi-logger-2632' into 'v2.0'
Transmit handler local config to handler psgi server init (#2632)

See merge request lemonldap-ng/lemonldap-ng!232
2022-01-20 14:17:06 +00:00
Christophe Maudoux
527a7bda17 Fix debug message 2022-01-11 21:59:25 +01:00
Christophe Maudoux
940a950996 Update unit tests 2022-01-07 21:28:35 +01:00
Christophe Maudoux
78e86497e8 Harmonize regex bis + doc & update unit tests (#2657) 2021-11-18 22:36:46 +01:00
Christophe Maudoux
2877675ad8 Update manifest & version (#2657) 2021-11-16 23:06:16 +01:00
Christophe Maudoux
5ffd909d7d Harmonize regex (#2657) 2021-11-16 22:45:25 +01:00
Christophe Maudoux
00fd7b1080 Warn if download error (#2644) 2021-10-23 21:24:55 +02:00
Maxime Besson
93c9ae427f tidy 2021-10-08 08:32:33 +02:00
Maxime Besson
b2bcb4dcb9 Transmit handler local config to handler psgi server init (#2632) 2021-10-08 08:32:21 +02:00
Maxime Besson
22a0f1c013 Initialize PATCH routes (#2626)
This prevents the following message from appearing when the portal fails
to initialize

Conflict detected between 2 extensions, aborting 1 route
2021-10-07 08:50:47 +02:00
Christophe Maudoux
c74c478b02 Improve unit test (#2627) 2021-10-02 18:20:20 +02:00
Christophe Maudoux
732c8631eb Append an option in Manager to define RULES_URL param (#2627) 2021-10-01 23:01:14 +02:00
Christophe Maudoux
51ee0fe1a9 Improve debug message (#2618) 2021-09-23 22:26:28 +02:00
Christophe Maudoux
c5c1c76415 Improve unit test (#2618) 2021-09-20 22:00:14 +02:00
Christophe Maudoux
7385a7d033 Code cleaning (#2618) 2021-09-20 21:29:15 +02:00
Christophe Maudoux
fd1557ed37 Build vhost header depending on RULES_URL if defined 2021-09-20 16:18:31 +02:00
Maxime Besson
d8eb44a5ab Add portal status codes for Auth::OIDC errors (#2558) 2021-09-15 19:21:47 +02:00
Alexandre KARIM
d8c512547a Test & code refactoring(#2601) 2021-09-06 17:10:55 +02:00
Christophe Maudoux
eab4d4a31e Append an option to normalize headers & Improve unit tests + doc (#2604) 2021-09-01 21:48:10 +02:00
Maxime Besson
5ea7a0916d Add _oidc_grant_type variable (#2602) 2021-09-01 17:32:15 +02:00
Maxime Besson
35a06011b6 Unit test for #2595 2021-08-30 17:49:56 +02:00
Maxime Besson
036da3e3aa Do not interpret 0 as empty string in substitute (#2595) 2021-08-30 17:49:07 +02:00
Clément OUDOT
14848f9bf1 Set modules version to 2.0.13 2021-08-20 18:30:13 +02:00
Christophe Maudoux
37363971f3 Merge branch 'v2.0' into 2564 2021-08-12 23:46:55 +02:00
Maxime Besson
2fac0d9f47 Update LLNG download URL 2021-08-12 17:02:50 +02:00
Christophe Maudoux
084b9b26f1 Merge branch 'v2.0' into 2564 2021-08-02 10:10:25 +02:00
Yadd
9174a81d6c Add some mission Perl build dependencies 2021-08-01 08:31:37 +02:00
Christophe Maudoux
21ba445141 Fix unit test (#2564) & some warnings 2021-07-28 10:38:45 +02:00
Christophe Maudoux
fbcaacbdf1 Langs (#2564) 2021-07-27 21:47:48 +02:00
Christophe Maudoux
a6ecbf1ec8 Fix version & comment 2021-07-26 22:55:27 +02:00
Maxime Besson
c1b6ca940d Unit tests for jail error reporting (#2568) 2021-07-26 16:45:17 +02:00