Commit Graph

10844 Commits

Author SHA1 Message Date
Christophe Maudoux
de1be30176 Fix other Backend (#1976) 2021-01-02 19:21:16 +01:00
Christophe Maudoux
b075082970 REST Backend (#1976) 2021-01-02 18:59:30 +01:00
Christophe Maudoux
5e8effcddd Test token (#1976) 2021-01-02 17:46:16 +01:00
Christophe Maudoux
a1700369c5 Merge branch 'v2.0' into findUser 2020-12-29 14:59:36 +01:00
Maxime Besson
6aabba408a Doc for #2427 2020-12-29 14:17:06 +01:00
Maxime Besson
4eeef91588 Add SAML ACS to environment (#2427) 2020-12-29 14:17:06 +01:00
Maxime Besson
ab337a8754 Move plugin writing doc to dev section 2020-12-29 14:17:06 +01:00
Christophe Maudoux
fb525766f4 Improve conf test (#1976) 2020-12-29 00:37:01 +01:00
Maxime Besson
219aeb1547 tidy 2020-12-28 17:48:47 +01:00
Maxime Besson
099b1890bc call reloadUrls when saving config from the api (#2245) 2020-12-28 17:48:09 +01:00
Maxime Besson
279ea39e94 Move applyConf in Manager::Plugin (#2245) 2020-12-28 17:46:38 +01:00
Maxime Besson
13b1097304 Refactor SAML/CAS api to use value translation (#2318) 2020-12-28 15:47:20 +01:00
Maxime Besson
acef2ed5c6 Translate api option values from json bool to int (#2318) 2020-12-28 15:44:47 +01:00
Maxime Besson
ac4866f767 Fix error when updating saml sp via API (#2425) 2020-12-28 15:43:41 +01:00
Maxime Besson
b1545bce5b Revert "Translate incoming JSON bools (#2318)"
This reverts commit 85574cf97e.
2020-12-28 15:18:47 +01:00
Maxime Besson
aac77c2498 Add upgrade note for #2347 2020-12-28 15:16:30 +01:00
Maxime Besson
d2632f094d Update API doc for #2347 2020-12-28 15:13:16 +01:00
Maxime Besson
a41be3511b tidy 2020-12-28 15:11:25 +01:00
Maxime Besson
9595a28d0e Unit test for #2347 2020-12-28 15:11:11 +01:00
Maxime Besson
82c696ea82 Handle postLogoutRedirectUris as array (#2347) 2020-12-28 15:10:35 +01:00
Maxime Besson
6f25d43bdf Refactor attribute handling in OIDC manager api (#2347) 2020-12-28 14:50:45 +01:00
Maxime Besson
667e7f09c4 Rework Browseable docs (#2320) 2020-12-28 12:14:22 +01:00
Maxime Besson
7e48ec702e Improve js syntax (#2399) 2020-12-28 10:35:40 +01:00
Maxime Besson
0c246a7613 Disable password policy check when generating new pw (#2399) 2020-12-28 10:35:40 +01:00
Christophe Maudoux
c2342336c2 Merge branch 'v2.0' into findUser 2020-12-27 23:39:54 +01:00
Christophe Maudoux
597455dfcf FindUser with LDAP & AD & Append unit test (#1976) 2020-12-27 23:37:40 +01:00
Christophe Maudoux
072f68004a Improve debug log & unit tests (#1976) 2020-12-27 18:03:08 +01:00
Christophe Maudoux
0b750fb6cc Append Choice unit tests (#1976) 2020-12-27 14:24:15 +01:00
Christophe Maudoux
c0f71ee0f1 Fix FindUSer with Choice (#1976) 2020-12-27 13:29:10 +01:00
Christophe Maudoux
8a067db554 Merge branch 'v2.0' into 'v2.0'
Update doc

See merge request lemonldap-ng/lemonldap-ng!173
2020-12-26 15:34:54 +01:00
Alexandre KARIM
50c16e5b15 Update doc 2020-12-26 15:34:54 +01:00
Christophe Maudoux
406fdbc54b Append unit test if Impersonation is missing (#1976) 2020-12-26 15:27:25 +01:00
Christophe Maudoux
3219673375 Append unit test with token & Fix error code (#1976) 2020-12-26 14:30:38 +01:00
Christophe Maudoux
23e52fcec2 Append Demo UserDB unit test & Fix code (#1976) 2020-12-26 14:30:38 +01:00
Christophe Maudoux
f30b3c4eb6 Conf test (#1976) 2020-12-23 23:07:22 +01:00
Christophe Maudoux
f956810e48 Redirect to Portal (#1976) 2020-12-23 22:47:08 +01:00
Maxime Besson
fd5568ca2b Add doc index page 2020-12-23 16:39:45 +01:00
Christophe Maudoux
c3d2b2b463 Fix warnings 2020-12-23 16:23:28 +01:00
Christophe Maudoux
0d44ad6933 Merge branch 'code-refactoring-v2' into 'v2.0'
Code refactoring v2

Code refactoring and removing a bad workaround...

```
    # Modify the password TODO: change this
    # Populate $req->{user} for logging purpose
    my $tmp = $self->conf->{portalRequireOldPassword};
    $self->conf->{portalRequireOldPassword} = 0;
.....
    $self->conf->{portalRequireOldPassword} = $tmp;
```

See merge request lemonldap-ng/lemonldap-ng!169
2020-12-23 14:57:56 +01:00
Christophe Maudoux
0236dc00d6 Removing workaround with MailPasswordReset 2020-12-23 14:57:55 +01:00
Christophe Maudoux
60ce68ce23 Use OTT (#1976) 2020-12-23 14:50:36 +01:00
Christophe Maudoux
02aafdeddd Improve unit test DBI (#1976) 2020-12-22 23:04:47 +01:00
Christophe Maudoux
ed8ed39c4f Make manifest 2020-12-22 22:53:04 +01:00
Christophe Maudoux
076a84764e Make manifest 2020-12-22 22:52:41 +01:00
Christophe Maudoux
77c25b98cf FindUser DBI & Append unit test (#1976) 2020-12-22 22:51:37 +01:00
Christophe Maudoux
510a1dc1c2 WIP: UserDB findUser (#1976) 2020-12-22 17:02:51 +01:00
Christophe Maudoux
9dcf70a5ef Code cleaning 2020-12-22 14:05:22 +01:00
Christophe Maudoux
5297337f0b Update upgrade_2_0_x.rst 2020-12-22 13:20:24 +01:00
Maxime Besson
85574cf97e Translate incoming JSON bools (#2318) 2020-12-22 12:21:22 +01:00
Christophe Maudoux
561bc1df9a Update upgrade note 2020-12-22 11:43:01 +01:00