nextcloud/apps/settings/src
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
..
components feat: Add back searching in disabled user list 2024-05-27 15:03:03 +02:00
constants enh(settings): Set main heading for Apps 2023-12-08 16:15:40 +00:00
mixins fix(settings): Expected string aria-label got boolean error 2023-12-08 16:15:40 +00:00
service fix(settings): remove unused savePrimaryEmailScope on Personal Settings page 2023-10-20 20:31:57 +02:00
store fix(settings): Use axios directly for health check to preven URL sanitizing 2024-07-03 15:10:44 +02:00
utils AI admin settings: lint:fix 2023-08-02 12:37:35 +02:00
views fix(settings): users settings cypress 2024-03-08 06:21:11 -08:00
admin-settings-sharing.ts enh(settings): Migrate admin settings for sharing to vue 2023-11-20 17:07:55 +01:00
admin.js enh(settings): Migrate admin settings for sharing to vue 2023-11-20 17:07:55 +01:00
App.vue Bump compiled files 2020-07-31 09:26:43 +02:00
apps.js Fix various errors reported by eslint 2022-05-24 10:12:18 +02:00
logger.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
main-admin-ai.js AI admin settings: lint:fix 2023-08-02 12:37:35 +02:00
main-admin-basic-settings.js chore: Remove unnecessary dialogs css imports 2023-10-18 08:47:17 +02:00
main-admin-delegation.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
main-admin-security.js AI admin settings: lint:fix 2023-08-02 12:37:35 +02:00
main-apps-users-management.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
main-nextcloud-pdf.js Replace license information to SPDX expression 2022-01-11 17:26:40 +01:00
main-personal-info.js chore: Remove unnecessary dialogs css imports 2023-10-18 08:47:17 +02:00
main-personal-password.js Port password settings to vue 2022-08-31 17:42:36 +02:00
main-personal-security.js enh(settings): Refactor frontend for session and app token management 2024-01-17 08:19:06 -06:00
main-personal-webauth.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
router.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00