Closed tobiasKaminsky closed 1 month ago
most important is https://github.com/nextcloud/server/issues/44963#issuecomment-2186666275
with Accept-Language: en,fr,de
we can later localize it, so that response returns correct language.
<d:error
xmlns:d="DAV:"
xmlns:s="http://sabredav.org/ns"
xmlns:o="http://owncloud.org/ns">
<s:exception>OCA\DAV\Connector\Sabre\Exception\InvalidPath</s:exception>
<s:message>Der Dateiname enthält mindestens ein ungültiges Zeichen</s:message>
<o:retry
xmlns:o="o:">false
</o:retry>
<o:reason
xmlns:o="o:">Der Dateiname enthält mindestens ein ungültiges Zeichen
</o:reason>
</d:error>
Capabilities:
"blacklisted_files": [
".htaccess"
],
"forbidden_filename_characters": [
"\\",
"\/",
"?",
"<",
">",
":",
"*",
"|",
"\"",
"",
"\n",
"\r"
],
"Endpoints"
We need to cover the following use-cases for this feature
Desktop client implementation: https://github.com/nextcloud/desktop/pull/6965
Server: https://github.com/nextcloud/server/issues/44963
Bugs