Commit Graph

269 Commits

Author SHA1 Message Date
David Coutadeur
5fe369c828 display cfgDate in debug logs while handler is loading conf (#2566) 2022-01-27 15:29:09 +00:00
Christophe Maudoux
527a7bda17 Fix debug message 2022-01-11 21:59:25 +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
732c8631eb Append an option in Manager to define RULES_URL param (#2627) 2021-10-01 23:01:14 +02:00
Maxime Besson
036da3e3aa Do not interpret 0 as empty string in substitute (#2595) 2021-08-30 17:49:07 +02:00
Christophe Maudoux
21ba445141 Fix unit test (#2564) & some warnings 2021-07-28 10:38:45 +02:00
Christophe Maudoux
a6ecbf1ec8 Fix version & comment 2021-07-26 22:55:27 +02:00
Maxime Besson
d46a2f5c28 Fix error reporting in Jail (#2568) 2021-07-26 16:44:58 +02:00
Yadd
2e9e16600b Fix version 2021-06-19 18:45:06 +02:00
Yadd
b6a1f946b2 Fix handler cache corruption (#2539) 2021-06-19 18:43:41 +02:00
Christophe Maudoux
469d2a40aa Fix warning (#2538) 2021-06-09 23:06:03 +02:00
Christophe Maudoux
0f40e2d1bb Check conf. timestamp to reload (#2508) 2021-04-26 00:26:33 +02:00
Yadd
96dbbd9ad4 Fix checkTime use (closes: #2515) 2021-04-24 16:04:23 +02:00
Christophe Maudoux
b46259cae9 Enable upgradeSession only if required & Append unit test (#2480) 2021-03-02 19:20:15 +01:00
Christophe Maudoux
5e28f76a64 Restrict session data available for DevOps handler (#2456) 2021-02-05 19:55:22 +01:00
Christophe Maudoux
5d56a88ff3 Use strict & Typo 2021-01-23 18:57:24 +01:00
Maxime Besson
c311438270 Make clientid and scopes available to OAuth2 handler (#2397) 2021-01-19 16:44:06 +01:00
Christophe Maudoux
e2fabf594a Tidy & append release note (#2434) 2021-01-14 22:34:42 +01:00
Christophe Maudoux
25bc6c0dad Revert "Tidy & append release note"
This reverts commit fbf7901d12.
2021-01-14 22:33:58 +01:00
Christophe Maudoux
fbf7901d12 Tidy & append release note 2021-01-14 22:22:15 +01:00
Xavier Guimard
be7a52844b Clean also headers and cookies for conditional skip (#2434) 2021-01-14 13:30:55 +01:00
Christophe Maudoux
6f3938d014 Avoid to match non-Lemon cookie (#2417) 2020-12-18 23:20:54 +01:00
Christophe Maudoux
ff04fc9248 Avoid to match non-Lemon cookie (#2417) 2020-12-18 09:25:08 +01:00
Maxime Besson
185b30e621 typo 2020-11-18 14:35:10 +01:00
Maxime Besson
fd1aac2bd1 Make sure cache module is loaded (#2387) 2020-11-18 14:29:38 +01:00
Maxime Besson
8756a2dd68 Fix cache remove on logout (#2387) 2020-11-18 14:03:59 +01:00
Maxime Besson
b18350703d Add has2f function (#2391) 2020-11-18 10:10:51 +01:00
Christophe Maudoux
d356455ed8 Merge branch 'v2.0' into 2381 2020-11-15 16:31:49 +01:00
Christophe Maudoux
a0feeae9a1 Append accessToTrace parameter (#2381) 2020-11-12 13:43:41 +01:00
Maxime Besson
808f6e870b Fix inGroup expansion (#2378) 2020-11-11 13:30:11 +01:00
Christophe Maudoux
3516f978f5 Purge handler msg (#2354) 2020-10-17 19:46:05 +02:00
Maxime Besson
163c90b42f Use Plack::Request accessors (#2335) 2020-10-01 17:54:02 +02:00
Maxime Besson
f51d597712 Refactor handler auth level detection (#2124) 2020-09-04 17:14:05 +02:00
Clément OUDOT
74f530dd28 Fix call to localUnlog (#2258) 2020-07-17 17:22:07 +02:00
Xavier Guimard
6bf1cf8973 Add reload test (#2055) 2020-06-25 15:24:44 +02:00
Christophe Maudoux
bb9e03d1e5 Tidy 2020-05-24 00:04:33 +02:00
Clément OUDOT
1d36f703f7 URI escape value of url parameter value (#2217) 2020-05-22 17:32:46 +02:00
Xavier Guimard
9663912564 Improve vhost wilcards: add "%" char to match only one subdomain 2020-05-06 17:11:46 +02:00
Xavier Guimard
ab94e7198e Add deterministic order (alphabetical) (#2188) 2020-05-06 13:11:28 +02:00
Xavier Guimard
b7c3221423 Add deterministic order (#2188) 2020-05-06 13:08:58 +02:00
Xavier Guimard
f2e892a44d Fix vhost wildcard order (#2188) 2020-05-06 13:02:57 +02:00
Xavier Guimard
7d35953668 Set precedence order for vhost wildcards (#2188) 2020-05-06 10:49:05 +02:00
Xavier Guimard
411a7de8e7 Improve wildcard system in virtualhosts (#2188) 2020-05-06 10:29:44 +02:00
Xavier Guimard
0baf014e6b Revert "Fix part of circular links (related to #1990)"
This reverts commit c9e7f3a1b0.
2020-04-23 12:00:51 +02:00
Xavier Guimard
c9e7f3a1b0 Fix part of circular links (related to #1990) 2020-04-22 14:13:14 +02:00
Christophe Maudoux
543ac4ed63 Avoid loop with Self protected Portal URLs (#2143) 2020-04-10 14:17:53 +02:00
Christophe Maudoux
9a18f2f553 Fix cache reload error with status (#2127) 2020-04-01 00:33:49 +02:00
Christophe Maudoux
5842bcfc56 Typo 2020-03-28 00:17:25 +01:00
Christophe Maudoux
40fb55f3c4 Prevent to die if Custom Functions package is not found (#2121) 2020-03-20 22:31:50 +01:00