nextcloud/apps/settings
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
..
appinfo feat(settings): add occ commands to handle admin delegation 2023-12-14 17:51:47 +01:00
composer feat: add setup check for needed mimetype migrations 2024-06-21 11:37:13 +02:00
css chore(assets): Recompile assets 2024-01-11 20:47:52 +00:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img fix(settings): set viewBox on SVG icons 2024-02-01 23:40:51 +01:00
js enh(settings): Add SetupCheck to ensure webserver correctly serves .mjs files 2024-01-15 18:21:53 +01:00
l10n Fix(l10n): Update translations from Transifex 2024-07-02 00:19:36 +00:00
lib fix(setupchecks): skip check when disk_free_space is disabled 2024-07-02 11:59:01 +02:00
src fix(settings): Use axios directly for health check to preven URL sanitizing 2024-07-03 15:10:44 +02:00
templates Add "-i" to sendmail's pipe 2024-02-23 15:15:59 +00:00
tests Migrate fair use of free push service check to new SetupCheck API 2024-03-18 11:11:06 +01:00
.editorconfig
.gitignore
.l10nignore Update .l10nignore for apps to exclude bundled JS files 2020-09-15 12:28:43 +02:00
openapi.json Add single status code descriptions for OpenAPI 2023-09-27 08:05:21 +02:00