nextcloud/apps/dav
Ferdinand Thiessen b4255a9652
fix(dav): allow uploading of files with long filenames
A filename must be less or equal 255 characters, but when adding the
`.part` and `.ocfiletransfer` extensions we might overflow this limit.
So we should also use filename hashes for uploading when the file has a
long filename, similar like when we are uploading to the user storage
directly.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-04-22 11:09:25 +02:00
..
appinfo Merge pull request #51715 from nextcloud/allowUnderCustLink 2025-04-07 09:48:15 +02:00
composer feat: add example contact on first login 2025-03-26 10:57:39 +01:00
css feat: Add bidi support in core directory 2024-08-29 08:32:47 +00:00
img chore: Add SPDX header 2024-05-28 14:41:28 +02:00
l10n fix(l10n): Update translations from Transifex 2025-04-19 00:22:46 +00:00
lib fix(dav): allow uploading of files with long filenames 2025-04-22 11:09:25 +02:00
src chore(dav): update vitest snapshots 2025-04-02 18:21:23 +02:00
templates feat: add example contact on first login 2025-03-26 10:57:39 +01:00
tests Merge pull request #51729 from nextcloud/artonge/support_oc_checksum_in_bulk_upload 2025-04-15 09:49:38 +02:00
.gitignore chore: Add SPDX header 2024-05-28 14:41:28 +02:00
.l10nignore chore: Add SPDX header 2024-05-28 14:41:28 +02:00
openapi.json fix(dav): Use IUser::getDisplayName directly 2025-03-05 10:35:38 +00:00
openapi.json.license chore: Add SPDX header 2024-05-28 14:41:28 +02:00