nextcloud/apps/settings/src/store
Ferdinand Thiessen 6e52a19b96
fix(settings): Use axios directly for health check to preven URL sanitizing
When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash.
But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem
that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-07-03 15:10:44 +02:00
..
admin-security.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
api.js Fix unresponsive legacy password confirmation dialog with new dialog in Vue 2022-09-14 17:23:22 +00:00
apps.js fix(settings): Use axios directly for health check to preven URL sanitizing 2024-07-03 15:10:44 +02:00
authtoken.ts fix(settings): Disable renaming for tokens marked to be wiped 2024-01-29 17:47:46 +00:00
index.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
oc.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
settings.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
users.js feat: Add back searching in disabled user list 2024-05-27 15:03:03 +02:00