nextcloud/apps/dav
MichaIng cb35794f02 fix(dav): fallback realm for HTTP authentication
By default, the name of the Nextcloud instance is an empty string, until changed by the admin. This leads to an empty realm sent with the WWW-Authenticate header, while the realm is mandatory for Basic HTTP authentication. Some clients have issues with an empty realm, e.g. Thunderbird cannot store passwords in this case.

This commit applies "Nextcloud" as fallback for the realm, in case the name of the Nextcloud instance is not set.

Solves: https://help.nextcloud.com/t/thunderbird-dont-save-caldav-password-because-of-missing-httprealm-or-formsubmiturl/93233

Signed-off-by: MichaIng <micha@dietpi.com>
2024-02-23 20:32:20 +00:00
..
appinfo fix(dav): Rate limit calendar/subscription creation 2024-02-22 10:47:24 +01:00
composer fix(dav): Rate limit calendar/subscription creation 2024-02-22 10:47:24 +01:00
css Include accept / decline links in CalDAV invitation emails 2018-06-29 10:44:44 +02:00
img fix(assets): Optimize SVGs with scour 0.38.2 2023-04-24 08:59:38 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-02-23 00:19:50 +00:00
lib fix(dav): fallback realm for HTTP authentication 2024-02-23 20:32:20 +00:00
src chore(deps): Bump @nextcloud/vue from 7.11.4 to 7.11.6 2023-05-16 15:49:11 -07:00
templates Remove comment and guests option from Invitations UI 2022-12-20 16:31:06 +00:00
tests Merge pull request #43752 from nextcloud/backport/43732/stable27 2024-02-22 16:45:05 +01:00
.gitignore Introducing CardDAV into core 2015-11-06 15:26:51 +01:00
.l10nignore l10n: ignore packed js files from TX sync 2021-08-02 10:47:47 +02:00
openapi.json openapi: Fix wrapping OCS responses that are not DataResponse 2023-06-05 07:05:02 +00:00