Commit Graph

1263 Commits

Author SHA1 Message Date
Olof Johansson
054e87c1f9 manager: Adapt html to stricter rules in angularjs >= 1.8.0
label and textarea elements in XHTML must have a matching closing tag
for strict XHTML conformity; when upgrading to angularjs 1.8.0, this
became mandatory even when used with angular because of some potential
XSS issue.

Without this change, the rendering of the modal save form of the manager
web interface will "break" halfway through, and only the text "Summary"
is visible under the "Saving configuration" header. (This is similar to
what is described in #2197, but with that fixed applied.)

Reference: https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
2020-07-01 16:37:26 +02:00
Olof Johansson
5571e22a55 manager: Adapt html to stricter rules in angularjs >= 1.8.0
label and textarea elements in XHTML must have a matching closing tag
for strict XHTML conformity; when upgrading to angularjs 1.8.0, this
became mandatory even when used with angular because of some potential
XSS issue.

Without this change, the rendering of the modal save form of the manager
web interface will "break" halfway through, and only the text "Summary"
is visible under the "Saving configuration" header. (This is similar to
what is described in #2197, but with that fixed applied.)

Reference: https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
2020-06-30 16:36:03 +02:00
Maxime Besson
768a7b0ecb Fix translation mistake in manager down arrow 2020-06-24 11:19:18 +02:00
Maxime Besson
d1cbb7263f Remove default value of ldapPort 2020-06-23 17:42:00 +02:00
Christophe Maudoux
b04b2076de Preserve real_hGroups (#2229) 2020-06-06 23:27:37 +02:00
Maxime Besson
e246bfd137 Fix pl translation after merge 2020-06-01 17:15:39 +02:00
Maxime Besson
3d92ab15dd Merge branch 'v2.0' 2020-06-01 16:42:58 +02:00
Xavier Guimard
767b4ceeef Some little things 2020-05-31 09:23:40 +02:00
Maxime Besson
0757f0af28 Add manager option for external yubikey ID provisionning (#2189) 2020-05-25 18:57:07 +02:00
Christophe Maudoux
532ffe3fea Merge branch 'v2.0' 2020-05-23 23:38:06 +02:00
Xavier Guimard
061a37d508 Update Polish translation 2020-05-20 22:00:58 +02:00
Christophe Maudoux
eb65264d5d Append Impersonation unrestrictedUsers rule & Update langs (#2207) 2020-05-19 23:33:07 +02:00
Xavier Guimard
66588175f2 Fix textarea usage in manager forms (fixes: #2196) 2020-05-16 21:45:36 +02:00
Xavier Guimard
3b066f1710 Disable jquery (#2197) 2020-05-15 15:07:26 +02:00
Xavier Guimard
308e87a3fb Disable jquery (#2197) 2020-05-15 15:05:33 +02:00
Maxime Besson
4688c2debc Add pl translation for proxy rest settings 2020-05-09 20:12:04 +02:00
Maxime Besson
db9e862843 Merge branch 'feature-userdb-password-restserver' into v2.0 2020-05-09 20:07:24 +02:00
Xavier Guimard
7d50814038 Add polish translation in manager (#2193) 2020-05-09 08:40:28 +02:00
Christophe Maudoux
097ddc4251 Fix OIDC default value 2020-05-08 22:06:25 +02:00
Xavier Guimard
b217f529a6 Fix sourcemaps 2020-05-06 15:31:10 +02:00
Xavier Guimard
234da90be9 Update JS libs (fixes at least a low-level jQuery CVE) 2020-05-06 15:09:17 +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
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
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
Christophe Maudoux
7014327232 Append an option to display sfManager link (#2185) 2020-04-30 20:50:10 +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
Christophe Maudoux
763eb04b4b Update tree (#2178) 2020-04-27 20:39:02 +02:00
Maxime Besson
7e502af391 Add option to remove "Refresh my rights" from menu 2020-04-27 17:19:41 +02:00
Xavier Guimard
2312f5b225 Update translations 2020-04-26 08:52:36 +02:00
Christophe Maudoux
d2d9988b61 Merge branch 'v2.0' 2020-04-25 23:16:21 +02:00
Maxime Besson
df9525095e Integrate API Documentation 2020-04-24 16:56:16 +02:00
Maxime Besson
e607d8281f OIDC: do not advertise missing functionality (#1194)
Back-Channel logout is not supported yet
2020-04-24 12:15:51 +02:00
Maxime Besson
ce49bad847 Add link to OIDC RP doc (#2175) 2020-04-24 11:18:17 +02:00
Maxime Besson
00e9e2ec57 Add manager option for additional audiences (#2177) 2020-04-24 11:10:44 +02:00
Maxime Besson
ada6e9f056 Reorganize OIDC options (#2175) 2020-04-24 11:10:44 +02:00
Christophe Maudoux
6018610196 Make checkUser option rules (#2173) 2020-04-24 00:25:10 +02:00
Xavier Guimard
c8c50d2575 Update translation 2020-04-23 22:33:21 +02:00
Xavier Guimard
3023ffebc2 Update translations 2020-04-23 22:27:16 +02:00
Maxime Besson
64d023b731 Add manager option for password grant (#2155) 2020-04-23 17:49:25 +02:00
Maxime Besson
42b650247b Change singleSession options to allow a rule (#2164) 2020-04-22 11:02:59 +02:00
Maxime Besson
956afaee44 Fix manager labels for SingleSession (#2159) 2020-04-21 10:19:09 +02:00
Maxime Besson
51e1d3651e Remove unused singleSessionUserByIP option (#2159) 2020-04-21 10:17:44 +02:00
Christophe Maudoux
57c8c37732 Change sfRequired option label (#2156) 2020-04-19 18:59:27 +02:00
Clément OUDOT
8a5a93d6ac Fix GitHub parameters in Manager (#2154) 2020-04-18 00:26:24 +02:00
Clément OUDOT
a5eadc49d3 Add GitHub parameters in Manager (#2154) 2020-04-18 00:08:43 +02:00
Christophe Maudoux
3dba4b4ee5 Sort login history custom keys with Sessions explorer 2020-04-15 23:26:41 +02:00
Christophe Maudoux
c83f5c203f Make json 2020-04-15 23:25:57 +02:00
Maxime Besson
4bcb391121 Add an easy way to set level of additional second factors (#2149) 2020-04-15 17:20:27 +02:00
Xavier Guimard
5dc1bc0a49 Merge branch 'v2.0' 2020-04-12 20:40:24 +02:00
Christophe Maudoux
80187b8a52 Do not translate session attributes (#2146) 2020-04-12 11:14:42 +02:00
Christophe Maudoux
e97937ae96 Set application icon sizes (#2132) 2020-04-12 10:54:06 +02:00
Christophe Maudoux
082d12ca5f Append customParam to globalLogout plugin (#2145) 2020-04-11 22:34:29 +02:00
Christophe Maudoux
01424a71ac Merge branch 'v2.0' 2020-04-08 23:34:49 +02:00
Christophe Maudoux
13bb55a818 Append an option to define apps tooltip & Improve unit test (#2140) 2020-04-08 22:40:28 +02:00
Christophe Maudoux
5804a11099 Merge branch 'v2.0' 2020-04-03 19:35:19 +02:00
Christophe Maudoux
a8d2ca2cc6 Update langs (#2133) 2020-04-03 14:33:46 +02:00
Christophe Maudoux
28dc89796c Merge branch 'v2.0' 2020-04-03 11:22:28 +02:00
Christophe Maudoux
71ba189edc Append special characters password policy (#2130) 2020-04-02 12:14:05 +02:00
Christophe Maudoux
b924b96176 WIP - Append PP special characters options (#2130) 2020-04-02 01:03:42 +02:00
Christophe Maudoux
c4ebfc3484 Merge branch 'v2.0' 2020-03-22 22:47:09 +01:00
Xavier Guimard
569d1bf8af Update translations 2020-03-18 21:05:01 +01:00
Christophe Maudoux
8116cf2d63 Improve adaptive view (#2114) 2020-03-18 10:40:38 +01:00
Christophe Maudoux
02cc071c87 Display instance name with adaptive view (#2114) 2020-03-17 21:21:15 +01:00
Christophe Maudoux
256fd92167 Display instance name (#2114) 2020-03-12 22:56:50 +01:00
Maxime Besson
759de594bb Separate API from Manager vhost (#2109) 2020-03-12 15:10:27 +01:00
Christophe Maudoux
e146ea36fa Display instance name (#2114) 2020-03-10 14:46:02 +01:00
Christophe Maudoux
093b4e6817 Typo 2020-03-03 19:52:42 +01:00
Christophe Maudoux
ea9f019bc8 Append debug logs (#2071) 2020-03-03 17:41:19 +01:00
Christophe Maudoux
3ec85e6775 Re-order SAML options 2020-03-02 23:06:38 +01:00
Christophe Maudoux
a81dbb108b Merge branch 'v2.0' 2020-03-02 17:45:20 +01:00
Christophe Maudoux
9559e6fe72 Re-order options (#2106) 2020-02-28 23:21:24 +01:00
Christophe Maudoux
ee8e18642f Typo 'de' lang (#2106) 2020-02-28 22:45:41 +01:00
Christophe Maudoux
8753cc4cf6 Option to hide empty headers with CheckUser (#2106) 2020-02-28 22:24:13 +01:00
Xavier Guimard
8c29111140 Update translations 2020-02-28 11:40:09 +01:00
Christophe Maudoux
d67f32d2b2 Merge branch 'v2.0' 2020-02-25 21:28:07 +01:00
Christophe Maudoux
53d7923cd4 WIP - Increase lock time after each failed login attempt (#2088) 2020-02-23 23:19:32 +01:00
Xavier Guimard
22c1f7270c Add feature to override SOAP Proxy URN (#2100) 2020-02-20 21:49:55 +01:00
Christophe Maudoux
385a1c1f38 Improve code & typo 2020-02-16 22:53:15 +01:00
Christophe Maudoux
6c317b9106 Minor GUI improvements 2020-02-16 21:38:30 +01:00
Christophe Maudoux
8cf9f01e5d Notifications GUI improvements 2020-02-16 14:09:21 +01:00
Xavier Guimard
e26d1da4e6 Update Spanish translation 2020-02-15 08:56:06 +01:00
Christophe Maudoux
79bb7f4138 Minor GUI improvements (Highlight active menu) 2020-02-14 23:23:49 +01:00
Christophe Maudoux
15c12346ab Hide persistent session attributes & Improve unit tests (#2093) 2020-02-14 16:21:31 +01:00
Christophe Maudoux
f12029093c Update langs 2020-02-13 21:30:40 +01:00
Christophe Maudoux
ce65b712b0 Minor GUI improvements 2020-02-13 20:10:27 +01:00
Christophe Maudoux
3b6fbdf92a Remove duplicate entries 2020-02-13 19:22:03 +01:00
Christophe Maudoux
4da346b104 Merge branch 'v2.0' into 2071 2020-02-12 22:22:56 +01:00
Christophe Maudoux
78a5fd3a65 Append date after reload 2020-02-09 23:41:22 +01:00
Christophe Maudoux
ef01060c54 Update langs (#2071) 2020-02-09 18:30:08 +01:00
Christophe Maudoux
2f04ffcc4a WIP - Notifications explorer (#2071) 2020-02-09 17:47:25 +01:00
Christophe Maudoux
ebc4a550d4 Don t parse XML formated notifications (#2087) 2020-02-05 22:08:32 +01:00
Maxime Besson
68be974e51 Add option to compute userdb groups before macros (#1877) 2020-02-05 15:39:45 +01:00
Xavier Guimard
0ae1e81fce Update tr 2020-01-28 16:27:06 +01:00
Xavier Guimard
22a58a6f44 Merge branch 'v2.0' 2020-01-28 15:58:25 +01:00
Clément OUDOT
fc9efb1c11 Set portalCustomCss attribute in Manager (#2076) 2020-01-28 15:24:50 +01:00
Christophe Maudoux
3b3c1bff16 Merge branch 'v2.0' 2020-01-24 22:44:23 +01:00