0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-05 14:30:48 +00:00
nextcloud_server/apps/dav/lib/Connector
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
..
Sabre fix(dav): allow uploading of files with long filenames 2025-04-22 11:09:25 +02:00
LegacyDAVACL.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
LegacyPublicAuth.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00