0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-01 20:40:30 +00:00
nextcloud_server/build/integration/dav_features
Ferdinand Thiessen 744a4394fe 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-23 15:19:36 +00:00
..
caldav.feature Revert "fix(dav): Always respond custom error page on exceptions" 2025-02-15 14:42:51 +01:00
carddav.feature Revert "fix(dav): Always respond custom error page on exceptions" 2025-02-15 14:42:51 +01:00
dav-v2-public.feature fix(dav): Public WebDAV endpoint should allow GET requests 2024-10-09 17:40:50 +02:00
dav-v2.feature fix(dav): allow uploading of files with long filenames 2025-04-23 15:19:36 +00:00
webdav-related.feature fix: block moving files to it's own parent with dav 2025-01-07 09:26:05 +00:00