Commit Graph

10323 Commits

Author SHA1 Message Date
Maxime Besson
2054799baf Move cache directory to /var/cache (#2254)
In order to avoid namespace issues, and for better compliance with the
FHS.

Only the default configs are changed.
2020-08-10 15:15:32 +02:00
Maxime Besson
48f8fd16ce Update release notes for #2263 2020-08-10 15:11:29 +02:00
Maxime Besson
b2a2575896 Fix incorrect SOAP content type in SAML issuer (#2263) 2020-08-10 15:06:00 +02:00
Maxime Besson
9aa3b9b03f Add correct secure flag to pdata cookie (#2272) 2020-08-10 12:10:33 +02:00
Maxime Besson
a96820d6f6 Set secure flag when removing cookie (#2272) 2020-08-10 12:10:33 +02:00
Christophe Maudoux
2d4a145a73 Improve unit test (#2273) 2020-08-09 12:36:04 +02:00
Christophe Maudoux
a1ebb0ee02 Fix ContextSwitching redirect & update unit tests (#2273) 2020-08-08 20:00:41 +02:00
Maxime Besson
f4ec555ca0 Fix unit tests for #2271 2020-08-07 10:16:24 +02:00
Maxime Besson
de34b6ed79 Improve labels on login form (#2271) 2020-08-07 09:49:43 +02:00
Maxime Besson
9dd3dcf247 api doc: add missing 'name' param for saml attrs 2020-07-30 18:43:01 +02:00
dcoutadeur
0045daa592 fix increase log level for mail sending and password reset (#2265) 2020-07-28 15:04:55 +02:00
Maxime Besson
9b348f7cf8 Manager HTML cleanup (#2248) 2020-07-28 14:17:33 +02:00
Maxime Besson
dac0300aa5 Remove self closing spans (#2248) 2020-07-28 14:17:33 +02:00
Maxime Besson
c9639d201c Replace URLSearchParams with a simpler method (#2230)
For IE compat :(
2020-07-24 18:11:07 +02:00
Maxime Besson
593e48e63e Add manager test for #2237 2020-07-24 17:10:11 +02:00
Maxime Besson
bef2411132 Allow empty URLs in config values by default (#2253) 2020-07-24 16:54:25 +02:00
Maxime Besson
c6ee9b23c4 doc: delete tmp file 2020-07-24 16:54:05 +02:00
Clément OUDOT
74f530dd28 Fix call to localUnlog (#2258) 2020-07-17 17:22:07 +02:00
Xavier Guimard
9e28948d40 Update Turkish translation from transifex 2020-07-16 20:21:16 +02:00
Clément OUDOT
d1418952eb Convert mutli-valued attributes into arrays for OIDC UserInfo (#2256) 2020-07-16 20:19:41 +02:00
Clément OUDOT
c5db3bc8bd Add country to address claim (#2257) 2020-07-16 19:58:53 +02:00
Maxime Besson
e0511558b2 doc: improve jitsi tutorial 2020-07-15 11:21:26 +02:00
Xavier Guimard
036b919b6b Update translations 2020-07-14 18:35:07 +02:00
Maxime Besson
f30d2f42a4 doc: add examples for lemonldap-ng-sessions (#2205) 2020-07-13 17:12:26 +02:00
Maxime Besson
8b2061dc70 Doc for #2214 2020-07-13 16:56:19 +02:00
Maxime Besson
5788d18a7a convertConfig: be a little more explicit (#2214) 2020-07-13 16:47:28 +02:00
Maxime Besson
0ad30f94fe Doc for #2189 2020-07-13 15:04:29 +02:00
Baptiste Pecatte
5fbf7ae533 Remove useless variable 2020-07-05 13:11:28 +02:00
Baptiste Pecatte
7a3b9250da Document failed log samples 2020-07-05 13:11:28 +02:00
Baptiste Pecatte
2816bed66e Add host to logs for use with fail2ban 2020-07-05 13:11:28 +02:00
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
Clément OUDOT
f2f2bd451a Merge branch 'fix_unowned_dir' into 'v2.0'
Fix unowned directory

See merge request lemonldap-ng/lemonldap-ng!156
2020-06-30 18:15:43 +02:00
Xavier Bachelot
87da2f9a2f Fix unowned directory 2020-06-30 17:45:01 +02:00
Maxime Besson
65e9e5958f Merge branch 'cas-and-apps-api' into 'v2.0'
Manager API: Added menu category and application API (includes openapi spec & tests)

See merge request lemonldap-ng/lemonldap-ng!151
2020-06-26 15:00:40 +02:00
Soisik Froger
3c060b87ca Manager API: Use 'on' & 'off' values for display option in menu application 2020-06-26 12:28:06 +00:00
Soisik Froger
cbe85dd6a2 Manager API: Check confKey is valid when adding a new cat or app to avoid breaking configuration 2020-06-26 10:05:08 +00:00
Soisik Froger
ad09bda8b7 Manager API: Add app might returns a 404 if targeted category not found 2020-06-26 10:03:16 +00:00
Soisik Froger
e558b30628 Manager API: Fixed error when adding an app to non existing category - now returns a 404 2020-06-26 07:46:24 +00:00
Soisik Froger
53cce170d2 Manager API: Added 404 response code to openapi spec, improved error message on category not found when getting/listing application(s) and added tests to ensure 404 is returned on category or apps not found. 2020-06-26 07:30:22 +00:00
Xavier Guimard
de2db0fd5b Add reload test (#2055) 2020-06-26 08:35:49 +02:00
Xavier Guimard
2209bc5977 Update manifest 2020-06-26 08:35:49 +02:00
Clément OUDOT
f79084a08a Documentation for Syslog options (#2251) 2020-06-26 08:35:49 +02:00
Clément OUDOT
d389afd30a Possibility to modify Syslog options (#2251) 2020-06-26 08:35:49 +02:00
Maxime Besson
0b9c843d23 Centos 8.2 is out, reenabling centos8 builds 2020-06-26 08:35:49 +02:00
Maxime Besson
35bac32cd6 doc: change sphinx theme to bootstrap for manager doc (#1646) 2020-06-26 08:35:49 +02:00
Xavier Guimard
6bf1cf8973 Add reload test (#2055) 2020-06-25 15:24:44 +02:00
Xavier Guimard
cb3c6ef779 Update manifest 2020-06-25 15:24:44 +02:00
Clément OUDOT
8b877343b1 Documentation for Syslog options (#2251) 2020-06-25 11:07:49 +02:00
Clément OUDOT
f806e82849 Possibility to modify Syslog options (#2251) 2020-06-25 10:52:07 +02:00
Maxime Besson
196ef49ca4 Centos 8.2 is out, reenabling centos8 builds 2020-06-24 21:42:58 +02:00