nextcloud-server/apps/settings/src
Ferdinand Thiessen 5dfbac867f 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>
2025-04-25 14:39:03 +07:00
..
components fix(settings): Handle email change restriction separately from display name change restriction 2025-04-02 19:06:25 +07:00
composables WIP: migrate to Pinia, minor fixes 2024-10-29 20:54:08 +07:00
constants fix(settings): Also sanitize fediverse and twitter handle in the frontend 2025-02-06 11:58:24 +07:00
mixins fix(settings): Allow searching for groups in user row 2025-03-28 14:12:52 +07:00
router fix(settings): disable Discover when appstore is disabled 2024-09-16 16:28:04 +07:00
service chore: migrate types to `@simplewebauthn/browser` (changes package layout) 2025-04-18 23:56:06 +07:00
store fix(settings): Use axios directly for health check to preven URL sanitizing 2025-04-25 14:39:03 +07:00
utils fix(settings): Natural order groups 2025-03-28 14:12:52 +07:00
views perf(settings): Make scrolling smooth when a large number of groups are rendered 2025-03-28 14:12:52 +07:00
admin-settings-sharing.ts chore: Add SPDX header 2024-06-03 20:33:31 +07:00
admin.js fix(setupchecks): Treat information messages as success 2025-03-24 17:53:21 +07:00
app-types.ts feat(app_api): Advanced deploy options 2025-01-20 19:26:29 +07:00
apps.js chore: Add SPDX header 2024-06-03 20:33:31 +07:00
logger.ts chore: Add SPDX header 2024-06-03 20:33:31 +07:00
main-admin-ai.js fix: adjust webpack nonce generation 2025-04-07 14:44:53 +07:00
main-admin-basic-settings.js chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible 2024-08-13 17:54:47 +07:00
main-admin-delegation.js chore: Add SPDX header 2024-06-03 20:33:31 +07:00
main-admin-security.js fix: adjust webpack nonce generation 2025-04-07 14:44:53 +07:00
main-apps-users-management.ts fix(app-store): Add back legacy store API used for update and removal 2024-11-11 21:52:31 +07:00
main-declarative-settings-forms.ts fix(code-style): Adjust JS code to our code style 2024-10-16 22:11:59 +07:00
main-nextcloud-pdf.js chore: Add SPDX header 2024-06-03 20:33:31 +07:00
main-personal-info.js feat: add profile pronouns 2024-09-17 22:20:36 +07:00
main-personal-password.js fix: adjust webpack nonce generation 2025-04-07 14:44:53 +07:00
main-personal-security.js chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible 2024-08-13 17:54:47 +07:00
main-personal-webauth.js fix: adjust webpack nonce generation 2025-04-07 14:44:53 +07:00
webpack.shim.d.ts chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible 2024-08-13 17:54:47 +07:00