nextcloud-server/apps/dav/lib
Ferdinand Thiessen 25b4c7dccd fix(dav): Handle end of stream in `File::put`
If the stream is aborted and the callback wrapper returns false (or
null as it happened in some cases), we should not try to write to the
storage but abort the operation.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-02-28 09:38:11 +07:00
..
AppInfo fix(dav): default calendar and address book not created on first login 2025-01-23 22:54:02 +07:00
Avatars fix(psalm): Fix some newly detected issues 2024-10-21 12:37:59 +07:00
BackgroundJob feat(dav): increase default calendar subscription refresh rate to one day 2024-11-20 10:07:29 +07:00
BulkUpload refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
CalDAV fix: Fix regression in calendar invitation sending 2025-02-13 20:10:23 +07:00
CardDAV fix(activity): Fix activity parameter types 2025-02-17 16:35:29 +07:00
Command fix: use self failure for consistency 2025-01-16 21:49:30 +07:00
Comments refactor: Use Http framework where possible 2024-12-14 11:23:29 +07:00
Connector fix(dav): Handle end of stream in `File::put` 2025-02-28 09:38:11 +07:00
Controller fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +07:00
DAV Merge pull request #49867 from nextcloud/useHttpFramework 2024-12-16 10:36:17 +07:00
Db Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support 2024-10-18 19:05:08 +07:00
Direct refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Events refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Exception
Files Revert "fix(dav): Always respond custom error page on exceptions" 2024-11-22 11:55:25 +07:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration fix: Use the new countUsersTotal method where it makes sense 2025-01-14 12:38:02 +07:00
Paginate feat(dav): introduce paginate with custom headers 2024-12-20 09:16:18 +07:00
Profiler refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Provisioning/Apple refactor: Use Http framework where possible 2024-12-14 11:23:29 +07:00
Search fix: adjust url for task links 2025-01-24 23:46:13 +07:00
Service
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
SetupChecks
Storage refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
SystemTag feat(systemtags): add setting to block non admin to create system tags 2025-01-22 20:07:24 +07:00
Traits
Upload refactor: Use Http framework where possible 2024-12-14 11:23:29 +07:00
UserMigration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Capabilities.php chore(absence): Add capability for absence replacement support 2024-12-01 23:15:32 +07:00
HookManager.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
ResponseDefinitions.php
RootCollection.php feat(dav): add systemtag object IDs listing 2024-10-29 09:08:30 +07:00
Server.php feat(dav): introduce paginate with custom headers 2024-12-20 09:16:18 +07:00
ServerFactory.php feat(ocp): add calendar api to retrieve availability of attendees 2025-01-13 10:12:31 +07:00