Commit Graph

10825 Commits

Author SHA1 Message Date
Maxime Besson c96d5cc58c Add ctags file to gitignore 2021-01-05 15:10:38 +01:00
Maxime Besson fdbe713e1f Unit test for #2430 2021-01-04 21:16:52 +01:00
Maxime Besson 5ed0677d35 Fix password update in session (#2430) 2021-01-04 21:16:52 +01:00
Maxime Besson 85e9d4e400 Add upgrade note for #2429 2021-01-04 21:16:52 +01:00
Clément OUDOT 33a3a965c0 Force deletion of corrupted sessions in LDAP backends (#2404) 2021-01-03 18:50:50 +01:00
Clément OUDOT f021df37e4 Force deletion of corrupted sessions in DBI backends (#2404) 2021-01-03 18:17:46 +01:00
Christophe Maudoux 726b327bda Update doc (#2385) 2021-01-01 20:54:23 +01:00
Maxime Besson 49905d4759 Remove debug log 2020-12-30 16:34:40 +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
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 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
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 076a84764e Make manifest 2020-12-22 22:52:41 +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
Maxime Besson 18bd97bdf3 Update mattermost doc (#2330) 2020-12-22 10:40:33 +01:00
Maxime Besson cf351a53e4 Fix lemonldap-ng-sessions error message 2020-12-21 21:33:51 +01:00
Maxime Besson 860545dd27 Deprecate llngDeleteSession (#2351) 2020-12-21 21:33:51 +01:00
Maxime Besson f221a5bdfb Unit test for #2351 2020-12-21 21:33:51 +01:00
Maxime Besson 48b96dbaae Documentation for #2351 2020-12-21 21:33:51 +01:00
Maxime Besson ec0c8214f7 Add a mass-delete feature to lemonldap-ng-sessions (#2351) 2020-12-21 21:33:51 +01:00
Christophe Maudoux b0df4a0f5c Append unit tests dependency 2020-12-21 20:22:42 +01:00
Christophe Maudoux 249d20f369 Merge branch 'v2.0' into 'v2.0'
V2.0

See merge request lemonldap-ng/lemonldap-ng!172
2020-12-21 20:07:55 +01:00
Alexandre KARIM 3a55051ce0 V2.0 2020-12-21 20:07:55 +01:00
Maxime Besson b501d528b9 Fix manager api url in docs (#2348) 2020-12-21 17:56:01 +01:00
Clément OUDOT fc16426ca9 Add alt attribute to images (#2422) 2020-12-21 16:46:03 +01:00
Maxime Besson ed0be42c93 Merge branch 'WIP-plugin-hooks-2359' into 'v2.0'
Plugin hook system to extend issuers (and maybe more)

See merge request lemonldap-ng/lemonldap-ng!166
2020-12-21 16:35:03 +01:00
Maxime Besson cbb800cdba Documentation for SELinux package (#2401) 2020-12-21 16:17:32 +01:00