nextcloud/apps/settings/src
Ferdinand Thiessen 00c077be56 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>
2024-06-10 21:25:44 +02:00
..
components feat: Add back searching in disabled user list 2024-05-27 14:58:43 +02:00
composables feat(settings): Implement post type for app discover section 2024-03-14 20:45:24 +01:00
constants feat(settings): Allow to sort groups in the account management alphabetically 2024-03-27 12:04:03 +01:00
mixins fix(settings): Expected string aria-label got boolean error 2023-12-07 18:53:33 -08:00
router fix(settings): use correct dynamic component load for apps/users 2024-03-19 15:38:51 +01: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-06-10 21:25:44 +02:00
utils fix(settings): Support order property on App Discover elements and hide future elements 2024-03-19 18:30:56 +01:00
views feat(settings): Allow to sort groups in the account management alphabetically 2024-03-27 12:04:03 +01:00
admin-settings-sharing.ts enh(settings): Migrate admin settings for sharing to vue 2023-11-20 17:07:55 +01:00
admin.js fix: Migrate WebDAV endpoint check to SetupCheck API 2024-03-14 16:20:17 +01:00
app-types.ts fix(settings): Adjust appstore types as releases are not always set 2024-03-18 14:13:42 +01:00
apps.js Fix various errors reported by eslint 2022-05-24 10:12:18 +02:00
logger.ts fix(settings): Refactor logger code to use Typescript 2024-03-05 12:55:31 +01:00
main-admin-ai.js AI admin settings: lint:fix 2023-08-02 12:37:35 +02:00
main-admin-basic-settings.js fix(settings): Refactor logger code to use Typescript 2024-03-05 12:55:31 +01: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.ts feat(settings): Split account management into navigation and content 2024-03-11 16:02:34 +01:00
main-declarative-settings-forms.ts feat: Add declarative settings 2024-03-12 13:56:54 +02: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 2023-12-21 15:15:52 +01:00
main-personal-webauth.js chore(eslint): fix missing import extensions 2023-03-23 08:14:19 +01:00
webpack.shim.d.ts feat(settings): Refactor routing code to use named router views 2024-03-11 16:02:33 +01:00