Commit Graph

10706 Commits

Author SHA1 Message Date
Christophe Maudoux
7a7751e569 Code refactoring & typos (#2334) 2020-11-25 21:59:49 +01:00
Christophe Maudoux
47151b608a Log level 2020-11-25 21:58:40 +01:00
Christophe Maudoux
b04bb6ab84 Test if Vhost is HTTP or HTTPS & improve unit test (#2386) 2020-11-25 19:09:33 +01:00
Christophe Maudoux
f963afd812 Logs more explicit (#2334) 2020-11-25 17:17:36 +01:00
Xavier Guimard
74f582baf4 Add zh_TW translation (portal) 2020-11-23 15:43:13 +01:00
Christophe Maudoux
0a4fabb4e4 Use strict & fix warnings 2020-11-21 19:24:04 +01:00
Christophe Maudoux
d22bb7bc32 Improve unit test (#2381) 2020-11-20 12:56:31 +01:00
Christophe Maudoux
6060a54536 Use whatToTrace in log (#2393) 2020-11-19 21:51:58 +01:00
Christophe Maudoux
a19d229cd3 Use whatToTrace in log (#2393) 2020-11-19 21:28:52 +01:00
Paul Curie
9bf0537811 Update wekan.rst, added details to map username/fullname/email inside wekan via OIDC. 2020-11-18 15:16:03 +01:00
Maxime Besson
185b30e621 typo 2020-11-18 14:35:10 +01:00
Maxime Besson
fd1aac2bd1 Make sure cache module is loaded (#2387) 2020-11-18 14:29:38 +01:00
Maxime Besson
8756a2dd68 Fix cache remove on logout (#2387) 2020-11-18 14:03:59 +01:00
Maxime Besson
66eb7efd67 Documentation for has2f function (#2391) 2020-11-18 10:10:51 +01:00
Maxime Besson
62c0f9a8b7 unit test for has2f (#2391) 2020-11-18 10:10:51 +01:00
Maxime Besson
b18350703d Add has2f function (#2391) 2020-11-18 10:10:51 +01:00
Christophe Maudoux
433d0f1259 Fix warnings 2020-11-17 23:23:17 +01:00
Maxime Besson
17f1b474c1 Allow custom logo for sslChoice (#2388)
CHOICENAME.png now works if the file exists in common/modules
2020-11-17 22:30:47 +01:00
Christophe Maudoux
fa4577411c Merge remote-tracking branch 'origin/v2.0' into v2.0 2020-11-17 22:04:17 +01:00
Christophe Maudoux
0294df1cc8 URI are case sensitive (#2386) 2020-11-17 22:03:55 +01:00
Christophe Maudoux
df99148b68 Fix wildcarded VHost & improve unit test (#2386) 2020-11-17 22:03:55 +01:00
Christophe Maudoux
56d485cc6f URI are case sensitive (#2387) 2020-11-17 21:50:05 +01:00
Christophe Maudoux
8bf42fac4b Fix wildcarded VHost & improve unit test (#2387) 2020-11-17 21:35:24 +01:00
Christophe Maudoux
dfc68f9f98 Use Mouse instead of Exporter 2020-11-16 21:54:54 +01:00
Maxime Besson
0bf14c4709 Unit test for #2382 2020-11-16 18:38:53 +01:00
Maxime Besson
8f1b30b6d0 Return an error if http session could not be found (#2382) 2020-11-16 18:38:53 +01:00
Maxime Besson
4ceb75c970 Add urlencode helper to test lib 2020-11-16 18:38:53 +01:00
Maxime Besson
ad4a79e9de Add http/https option to test lib 2020-11-16 18:38:53 +01:00
Christophe Maudoux
c9c72e7d27 Improve doc (#2381) 2020-11-16 17:51:01 +01:00
Christophe Maudoux
d8a3569ed0 Merge branch '2381' into 'v2.0'
2381

See merge request lemonldap-ng/lemonldap-ng!170
2020-11-16 17:22:26 +01:00
Xavier Guimard
30583e3f0f Add Chinese (Taiwan) translation of mail.json 2020-11-16 09:58:56 +01:00
Xavier Guimard
e5924b1d9e Update translations 2020-11-16 09:58:19 +01:00
Christophe Maudoux
0e27767872 Resize modules logo 2020-11-15 23:05:39 +01:00
Christophe Maudoux
a8eaa59670 Encode uri (#2383) 2020-11-15 16:50:37 +01:00
Christophe Maudoux
d356455ed8 Merge branch 'v2.0' into 2381 2020-11-15 16:31:49 +01:00
Christophe Maudoux
ce54774ee7 Improve unit test (#2381) 2020-11-15 16:23:25 +01:00
Christophe Maudoux
1fdf5fbad1 Revert file 2020-11-15 14:58:46 +01:00
Christophe Maudoux
7e162f3468 Replace % char in URL with multi valued forms (#2383) 2020-11-15 14:18:58 +01:00
Christophe Maudoux
c330347f3c Replace % char in URL (#2383) 2020-11-15 13:43:35 +01:00
Christophe Maudoux
b40ae547f4 Update langs & test conf (#2381) 2020-11-12 19:52:48 +01:00
Maxime Besson
f1e2848e08 doc: create keytab for all supported enc types 2020-11-12 18:09:28 +01:00
Xavier Guimard
362659cd01 Merge branch 'manager_xhtml_angular_1_8' into 'v2.0'
manager: Adapt html to stricter rules in angularjs >= 1.8.0

See merge request lemonldap-ng/lemonldap-ng!167
2020-11-12 17:57:04 +01:00
Olof Johansson
2cf4da6a15 manager: Adapt html to stricter rules in angularjs >= 1.8.0
label 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.

Reference: https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
2020-11-12 16:44:19 +01:00
Clément OUDOT
d6aa13897b Add stayconnected plugin doc in toctree (#2368) 2020-11-12 16:00:52 +01:00
Maxime Besson
0263865faa Add CORS headers to error pages (#2380) 2020-11-12 14:34:16 +01:00
Christophe Maudoux
a0feeae9a1 Append accessToTrace parameter (#2381) 2020-11-12 13:43:41 +01:00
Maxime Besson
dcfd2a8968 Remove warning when using special session keys in whatToTrace #2232 2020-11-12 09:48:30 +01:00
Maxime Besson
5ada67bf47 Unit test for #2378 2020-11-11 13:39:37 +01:00
Maxime Besson
c8248e1dd3 Add groups for test suite users 2020-11-11 13:39:04 +01:00
Maxime Besson
808f6e870b Fix inGroup expansion (#2378) 2020-11-11 13:30:11 +01:00