nextcloud-server/build/integration/dav_features
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 +07:00
..
caldav.feature fix(dav): default calendar and address book not created on first login 2025-01-23 22:02:52 +07:00
carddav.feature fix(dav): default calendar and address book not created on first login 2025-01-23 22:02:52 +07:00
dav-v2-public.feature fix(dav): Public WebDAV endpoint should allow `GET` requests 2024-10-09 17:10:52 +07:00
dav-v2.feature fix(dav): allow uploading of files with long filenames 2025-04-22 11:09:25 +07:00
webdav-related.feature chore(test): use consistent tabs for indention in behat tests 2025-03-19 20:59:08 +07:00