Commit Graph

987 Commits

Author SHA1 Message Date
Christophe Maudoux
228a37c0d2 WIP - Append parameters (#1664) 2019-03-03 21:27:27 +01:00
Christophe Maudoux
f9db9a0258 WIP - Append conf. parameters (#1664) 2019-03-03 21:27:27 +01:00
Christophe Maudoux
3bb7f6e664 WIP - Create session (#1664) 2019-03-03 21:27:27 +01:00
Christophe Maudoux
81a37e5bcc Dispatching attributes (#1658) 2019-03-01 12:36:37 +01:00
Christophe Maudoux
1ea6e92533 WIP - checkUser append translations and parameters (#1658) 2019-02-25 20:10:57 +01:00
Christophe Maudoux
557539805a WIP - checkUser hide secret attributes (#1658) 2019-02-23 23:24:13 +01:00
Christophe Maudoux
30148caf2d WIP - checkUser hide secret attributes (#1658) 2019-02-23 23:02:42 +01:00
Christophe Maudoux
697882bd45 WIP - checkUser plugin skeleton (#1658) 2019-02-23 09:35:43 +01:00
Christophe Maudoux
7b22aecd67 Update config. test (#1632) 2019-02-16 22:40:40 +01:00
Christophe Maudoux
fdaa0fb424 Modify parameter type (#1632) 2019-02-14 22:41:18 +01:00
Christophe Maudoux
a0c49a8905 Append parameter (#1632) 2019-02-14 22:10:48 +01:00
Clément OUDOT
a9342c3c59 Fix configuration save with lmConfigEditor (#1649) 2019-02-11 18:00:35 +01:00
Clément OUDOT
8304a48073 Remove trustedProxies option (#1612) 2019-02-08 11:14:22 +01:00
Christophe Maudoux
7bcd09d974 Arrange Manager tree (#1625) 2019-02-07 23:20:28 +01:00
Christophe Maudoux
50f1b20007 Arrange Manager tree (#1625) 2019-02-07 23:08:34 +01:00
Xavier Guimard
c7b4eb5051 tidy with new conf 2019-02-07 09:27:56 +01:00
Christophe Maudoux
9cfef329ee Append PE_ERROR constants (#1625) 2019-02-06 23:10:43 +01:00
Christophe Maudoux
7e874abb91 Typo 2019-02-06 21:29:16 +01:00
Xavier Guimard
5886cbe2a0 Tidy 2019-02-05 23:12:17 +01:00
Clément OUDOT
c77783eb2f Merge branch 'v2.0' 2019-02-05 18:46:40 +01:00
Xavier Guimard
0ddcaa5dc9 Update versions 2019-02-05 18:44:38 +01:00
Xavier Guimard
92b65ae86f Merge branch 'v2.0' 2019-02-05 13:59:22 +01:00
Xavier Guimard
74ab16a3cb Remove old Auth::Google parameters 2019-02-05 12:08:53 +01:00
Xavier Guimard
a549e62657 Add Auth::GPG parameters (#1569) 2019-02-05 11:51:39 +01:00
Christophe Maudoux
b39e6ce99f WIP - Append relative parameters (#1637) 2019-02-04 23:13:54 +01:00
Xavier Guimard
c5a3687040 Merge remote-tracking branch 'max/fix-redir' into v2.0 2019-02-03 22:48:43 +01:00
Christophe Maudoux
e41be10a23 Improve RegExp (#1629) 2019-02-03 21:48:49 +01:00
Maxime Besson
e028088f88 Add the ability to detect HTTPS from web server env
This commit adds a new "Default" option for the global HTTPS setting. In
this mode, the handler will refer to the HTTPS env variable to know if it's
being accessed over HTTPS or not. An administrator is of course still
free to force HTTPS by setting it either globally or per-VHost
2019-02-03 20:12:53 +01:00
Maxime Besson
f35a7c305a Add Mail second factor plugin 2019-02-03 14:46:40 +01:00
Maxime Besson
faa748f68f Add Mail second factor plugin 2019-02-03 14:43:44 +01:00
Maxime Besson
01724a95d0 Use specified port when testing SMTP conf
When saving the configuration in the manager, the SMTP test would fail
if your SMTP server is not on the standard port 25

The test now takes the port into account
2019-02-03 14:32:55 +01:00
Clément OUDOT
af09943a7f Merge branch 'quickfix-smtp-port-conf-save' into 'master'
Use specified port when testing SMTP conf

See merge request lemonldap-ng/lemonldap-ng!52
2019-02-03 14:31:35 +01:00
Clément OUDOT
bdfc905a59 Use make json to rebuild Manager files (#1601) 2019-02-02 15:55:55 +01:00
Clément OUDOT
14c8e125a6 Add option in Manager Build modules (#1601) 2019-02-02 15:54:30 +01:00
Christophe Maudoux
08647bb96a Improve unit test (#1636) 2019-02-02 15:34:24 +01:00
Clément OUDOT
7e09f3738b Add option in Manager Build modules (#1601) 2019-02-02 10:57:21 +01:00
Christophe Maudoux
f33697de06 Fix default value display 2019-02-01 19:55:10 +01:00
Xavier Guimard
c60ba130b8 Replace rand() by Crypt::URandom::urandom() 2019-01-31 23:16:52 +01:00
Maxime Besson
2f93799faa Use specified port when testing SMTP conf
When saving the configuration in the manager, the SMTP test would fail
if your SMTP server is not on the standard port 25

The test now takes the port into account
2019-01-30 10:45:50 +01:00
Christophe Maudoux
e388892feb Merge branch 'v2.0' of gitlab.ow2.org:lemonldap-ng/lemonldap-ng into v2.0 2019-01-24 19:49:31 +01:00
Christophe Maudoux
96b93a56c1 Partial revert rename parameters (#1605) 2019-01-24 19:45:43 +01:00
Maxime Besson
d8a6bf6e3a Fix CAS documentation links
The CAS documentation links were missing or incorrect, this commit
points them back to the correct page and section
2019-01-24 17:43:06 +01:00
Christophe Maudoux
a69d19c2c0 Cleaning useless code 2019-01-23 22:47:42 +01:00
Christophe Maudoux
65d3e92108 Improve Manager tree (#1623) 2019-01-22 22:35:57 +01:00
Christophe Maudoux
87d8e4c1ad Improve manger tree (#1616) 2019-01-19 16:04:03 +01:00
Christophe Maudoux
3d4e317aed Improve manager tree and contextual help (#1616) 2019-01-19 15:03:20 +01:00
Christophe Maudoux
ce809fc80c Improve manager tree (#1616) 2019-01-19 14:27:00 +01:00
Christophe Maudoux
6e5fe91459 Improve manager tree (#1616) 2019-01-18 23:33:47 +01:00
Christophe Maudoux
9150597545 Cleaning useless code 2019-01-17 22:52:07 +01:00
Christophe Maudoux
b7df16a9d9 Create SMTP server entry in Conf. tree (#1616) 2019-01-17 21:43:25 +01:00
Christophe Maudoux
b486735d46 WIP - Split mailReset plugin and SMTP parameters (#1616) 2019-01-16 22:57:35 +01:00
Xavier Guimard
2b51cf0c8d Fix tsv call (#1574) 2019-01-16 11:09:52 +01:00
Xavier Guimard
3cd434eec1 Fix tsv call (#1574) 2019-01-16 11:07:22 +01:00
Xavier Guimard
2f41ad1b47 Tidy 2019-01-16 11:05:58 +01:00
Xavier Guimard
9fa203de2d Fix tsv call (#1574) 2019-01-16 11:02:58 +01:00
Xavier Guimard
2629a8a747 Fix tsv call (#1574) 2019-01-12 08:45:43 +01:00
Christophe Maudoux
507f3c0750 Fix namespace (#1574) 2019-01-12 00:00:38 +01:00
Christophe Maudoux
70289c379c Fix cookie TTL configuration (#1610) 2019-01-10 21:50:23 +01:00
Xavier Guimard
2ab385e2df Update versions 2019-01-09 13:42:30 +01:00
Xavier Guimard
99d68debec Update version (#1608) 2019-01-08 21:54:58 +01:00
Xavier Guimard
a8de799cc6 Set metadatas when using cli (Closes: #1608) 2019-01-08 21:54:13 +01:00
Christophe Maudoux
c121214721 Backport all v2.1 improvements 2018-12-30 20:02:00 +01:00
Christophe Maudoux
33a7a1b12c Append warning if Mailrest plugin is enabled without Token or Captcha (#1602) 2018-12-26 22:55:03 +01:00
Xavier Guimard
9ebc18ca5d Update version 2018-12-18 13:13:15 +01:00
Christophe Maudoux
d4dad48c48 Change order (#1582) 2018-12-16 00:15:47 +01:00
Christophe Maudoux
19eaeef32c Typo (#1582) 2018-12-15 22:32:25 +01:00
Christophe Maudoux
c58dca9c1a Append Combination Conf. tests (#1582) 2018-12-15 22:28:58 +01:00
Christophe Maudoux
aa45cf148a Append bruteForce Protection number of allowed failed Login parameter (#1506) 2018-12-12 23:51:33 +01:00
Christophe Maudoux
aecbf41d0d Fix conf reloadUrls warning 2018-12-01 16:06:34 +01:00
Christophe Maudoux
204614fd63 Avoid warning when saving 2018-11-30 22:06:30 +01:00
Christophe Maudoux
b493fac7be Disable safe warnings (#1561) 2018-11-30 21:45:54 +01:00
Christophe Maudoux
e3999aad6b WIP - Comment safe 2018-11-30 20:36:45 +01:00
Christophe Maudoux
2d8f2d402e Change Manager conf params order 2018-11-29 23:06:10 +01:00
Xavier Guimard
c751a27758 Typo 2018-11-29 21:36:39 +01:00
Xavier Guimard
182a7a6908 Typo 2018-11-29 21:35:00 +01:00
Xavier Guimard
d7e1f9b304 Typo 2018-11-29 21:34:00 +01:00
Xavier Guimard
74fb013e73 Fix some warnings 2018-11-29 21:19:39 +01:00
Clément OUDOT
1ab7826767 Simplify first reload URL configuration (#1560) 2018-11-29 18:48:53 +01:00
Christophe Maudoux
6cd1f7e8db Change advanced params order 2018-11-28 22:24:43 +01:00
Christophe Maudoux
f02c4d8dbe Change servers order 2018-11-28 22:16:14 +01:00
Christophe Maudoux
43d361829a Set default value to fix manager display 2018-11-28 22:12:50 +01:00
Christophe Maudoux
043292fce4 Improve contextual help pages 2018-11-26 21:38:46 +01:00
Xavier Guimard
11857d9f8a make tidy 2018-11-26 14:40:21 +01:00
Clément OUDOT
58ca2d255e Help page for configuration reload (#1553) 2018-11-26 14:18:12 +01:00
Clément OUDOT
9cb56173db Configure timeout for configuration reload (#1553) 2018-11-26 08:21:00 +01:00
Christophe Maudoux
54d73bc110 Fix GUI error (#1550) 2018-11-21 21:07:46 +01:00
Christophe Maudoux
60f16b2183 Fix default value (#1212) 2018-11-21 20:14:31 +01:00
Christophe Maudoux
05aeaf92b3 Fix default value (#1478) 2018-11-20 22:50:44 +01:00
Christophe Maudoux
694c214f92 Improve Manager GUI 2018-11-20 22:36:38 +01:00
Christophe Maudoux
9234585b66 Improve AngularJS recursive limit (#1546) 2018-11-20 12:41:51 +01:00
Christophe Maudoux
724ada48ce Append config. test (#1508) 2018-11-16 22:55:53 +01:00
Christophe Maudoux
fdfeb9331b make json 2018-11-15 22:39:05 +01:00
Christophe Maudoux
32affcc0f3 make json 2018-11-15 22:38:43 +01:00
Christophe Maudoux
72b42a516f Append reset password retries number parameter (#1508) 2018-11-15 21:16:46 +01:00
Xavier Guimard
1979ac092a Move "registerDB" to authParams (#1529) 2018-11-14 07:06:53 +01:00
Christophe Maudoux
d7358b6c57 Fix flag (#1535) 2018-11-10 10:57:08 +01:00
Christophe Maudoux
c3ee16ec28 Append handler internal cache timeout parameter (#1535) 2018-11-09 21:35:51 +01:00
Christophe Maudoux
4f78736340 Improve Manager tree display - Partial revert 2018-11-07 22:09:22 +01:00
Christophe Maudoux
3e543a614c Improve Manager tree display 2018-11-07 21:58:21 +01:00
Christophe Maudoux
87c85c5b01 Append manager option to enable langs display (#1539) 2018-11-07 20:10:31 +01:00