Commit Graph

10277 Commits

Author SHA1 Message Date
Clément OUDOT
7ed251ce3f Better log messages (#2165) 2020-05-04 21:48:06 +02:00
Xavier Guimard
6caf88a174 Better warning fix 2020-05-04 16:42:41 +02:00
Xavier Guimard
5d10695a79 Fix warning 2020-05-04 16:40:57 +02:00
Xavier Guimard
60127070de Remove debug hook 2020-05-04 16:39:35 +02:00
Xavier Guimard
0f4ed9ecbe Add a test in combination to catch error when combination rule is unstable (#2165) 2020-05-04 16:37:15 +02:00
Maxime Besson
309f0c8f9b Merge branch 'manager-api-documentation' into 'v2.0'
Integrate API Documentation

See merge request lemonldap-ng/lemonldap-ng!140
2020-05-04 16:03:40 +02:00
Xavier Guimard
929d38ab5e Remove empty changelog entry 2020-05-04 16:01:28 +02:00
Xavier Guimard
1ca56d632c Fix scripts/generate-changelog.pl 2020-05-04 16:01:28 +02:00
Maxime Besson
9464bd2503 Merge branch 'fix-oidc-consent-2fa-2142' into 'v2.0'
Fix #2142

See merge request lemonldap-ng/lemonldap-ng!135
2020-05-04 16:00:35 +02:00
Maxime Besson
00a0aac46a Merge branch 'fix-oauth2-handler-2167' into 'v2.0'
Change OAuth2 handler behavior to conform to RFC

See merge request lemonldap-ng/lemonldap-ng!139
2020-05-04 15:56:48 +02:00
Xavier Guimard
317bfcd97d Clean all issuer when issuerTs expires (fixes: #2186) 2020-05-04 15:42:25 +02:00
Xavier Guimard
52938222a5 Fix combination logout if condition changed (Fixes: #2165) 2020-05-04 15:29:16 +02:00
Christophe Maudoux
d7dc218bca Typo (#2184) 2020-05-02 13:31:36 +02:00
Christophe Maudoux
3981ee002c Append unit test (#2184) 2020-05-02 13:20:38 +02:00
Xavier Guimard
20f6fc7072 Revert bad translations 2020-05-01 21:22:13 +02:00
Xavier Guimard
d952ccb80f Restore lost translation fields 2020-05-01 21:18:02 +02:00
Christophe Maudoux
7aadd82400 Typo 2020-05-01 20:00:07 +02:00
Christophe Maudoux
46bb6fea4f Return PE_SESSIONEXPIRED instead of 400 bad request (#2184) 2020-05-01 19:52:32 +02:00
Maxime Besson
98e813fe12 Add unit test for REST auth + REST session 2020-05-01 13:44:23 +02:00
Maxime Besson
dfc4411eae Add UserDB methods to REST server (#1659) 2020-05-01 13:44:23 +02:00
Maxime Besson
b5d461da47 Add password methods to REST server (#1598) 2020-05-01 13:44:23 +02:00
Maxime Besson
6adb0e17b3 Use req->data instead of req->userData to retrieve LDAP dn (#1598) 2020-05-01 13:44:23 +02:00
Maxime Besson
ee2b1a19e5 Add Vhost-level blocking of auth endpoint (#1659/#1598) 2020-05-01 13:44:23 +02:00
Maxime Besson
c687bb63ec Add manager option for password reset REST endpoint (/#1598) 2020-05-01 13:44:23 +02:00
Maxime Besson
444cacf2de Add option to enable REST auth/userdb server (#1659) 2020-05-01 13:44:00 +02:00
Maxime Besson
0c77c0b46d Add missing SetSecurity in UserDB::REST (#1659) 2020-05-01 13:43:12 +02:00
Maxime Besson
172993fcd6 Add useMail to UserDB::REST (#1659) 2020-05-01 13:43:12 +02:00
Maxime Besson
29d44121d7 Add useMail to Password::REST (#1598) 2020-05-01 13:43:12 +02:00
Christophe Maudoux
067d6ca6c4 Improve unit tests (#2185) 2020-04-30 22:26:50 +02:00
Maxime Besson
5d34e1566c Update Gitlab CI config for Centos8 2020-04-30 21:26:40 +02:00
Christophe Maudoux
7014327232 Append an option to display sfManager link (#2185) 2020-04-30 20:50:10 +02:00
Clément OUDOT
ac9769ff69 Prepare release 2.0.8 2020-04-30 19:59:37 +02:00
Xavier Guimard
4eed4a2704 Fix debug leve 2020-04-30 14:14:36 +02:00
Xavier Guimard
d801070a8f Clean also pdata in Main::Issuer::_redirect() ("1939) and add @maxbes test 2020-04-30 12:56:28 +02:00
Xavier Guimard
e8fd3264b2 Update langs 2020-04-30 12:56:28 +02:00
Christophe Maudoux
dc672c2d1f Force FF to submit forms (#2158) 2020-04-30 12:43:06 +02:00
Christophe Maudoux
153971fd45 Append Show/Hide button (#2182) 2020-04-29 23:45:25 +02:00
Maxime Besson
31fea1d66e Add unit test for #2167 2020-04-29 22:28:34 +02:00
Maxime Besson
5eb7c98776 Improve handler test lib 2020-04-29 22:28:34 +02:00
Christophe Maudoux
c8eaf8978d Append unit test (#2180) 2020-04-29 21:15:55 +02:00
Christophe Maudoux
bd28760bd7 Change plugins loading order (#2180) 2020-04-29 19:36:18 +02:00
Maxime Besson
8eb9120af7 RESTServer: Clarify error message when time skew is too great
deab21e091 did only half the job
2020-04-29 18:41:11 +02:00
Christophe Maudoux
393a8f831e Improve unit test (#2179) & Update manifest 2020-04-29 13:20:57 +02:00
Christophe Maudoux
b3b354853b Merge branch '2178-new' into 'v2.0'
Make require old password option configurable by a rule

See merge request lemonldap-ng/lemonldap-ng!143
2020-04-28 18:42:51 +02:00
Christophe Maudoux
a7a0f25321 Update function signature and params list 2020-04-28 18:24:55 +02:00
Christophe Maudoux
591f953d5e Merge branch 'v2.0' into 2178-new 2020-04-28 18:20:49 +02:00
Xavier Guimard
6322527bb8 Import languages from transifex 2020-04-28 14:21:16 +02:00
Maxime Besson
9e841dbf4f Clarify option names involved in certificate reset 2020-04-28 14:03:14 +02:00
Clément OUDOT
9cd079e8fe Manage multi valued attributes in CAS authentication module (#2118) 2020-04-28 12:44:16 +02:00
Maxime Besson
a7e94b5a99 test-ldap: avoid PID race condition when stopping slapd 2020-04-28 11:27:57 +02:00