nextcloud/apps/dav/lib/Connector/Sabre
Ferdinand Thiessen d3fe0826b4 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:53:46 +00:00
..
Exception refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
AnonymousOptionsPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AppleQuirksPlugin.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Auth.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
BearerAuth.php fix(oauth2): retain support for legacy ownCloud clients 2025-04-02 12:05:18 +02:00
BlockLegacyClientPlugin.php chore(config): set min supported desktop to 2.7.0 2024-11-27 22:55:40 +01:00
CachingTree.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ChecksumList.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ChecksumUpdatePlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
CommentPropertiesPlugin.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
CopyEtagHeaderPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
DavAclPlugin.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Directory.php fix: use relative paths for upload locks 2025-02-11 16:29:43 +00:00
DummyGetResponsePlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
ExceptionLoggerPlugin.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
FakeLockerPlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
File.php fix(dav): allow uploading of files with long filenames 2025-04-22 11:53:46 +00:00
FilesPlugin.php feat: Support deleting metadata from WebDAV 2025-03-04 13:12:20 +00:00
FilesReportPlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
LockPlugin.php chore: remove chunking-v1 2024-06-19 16:57:42 +02:00
MaintenancePlugin.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
MtimeSanitizer.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Node.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
ObjectTree.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Principal.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
PropfindCompressionPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
PublicAuth.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
QuotaPlugin.php fix(dav): Give proper HTTP status code on MKCOL when quota exceeded 2025-03-31 11:46:53 +00:00
RequestIdHeaderPlugin.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Server.php fix: Replace the TypeError to prevent exposing the installation path 2025-02-11 16:29:43 +00:00
ServerFactory.php fix(dav): add activity logging for favorites in dav 2024-12-03 20:56:36 +01:00
ShareeList.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
SharesPlugin.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
ShareTypeList.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
TagList.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
TagsPlugin.php refactor(tags): move favorite event dispatching to tags.php 2024-12-03 20:56:36 +01:00
ZipFolderPlugin.php fix: don't have sabre/dav send it's own reponse if we already send the zip response 2025-04-01 17:26:12 +00:00