nextcloud-server/apps/dav/lib
Robin Appelman f01f393123 fix: use relative paths for upload locks
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-02-15 16:51:00 +07:00
..
AppInfo fix(dav): default calendar and address book not created on first login 2025-01-23 22:30:06 +07:00
Avatars
BackgroundJob fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:40:57 +07:00
BulkUpload perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
CalDAV fix: disable both iTip and iMip messages 2024-12-10 13:29:47 +07:00
CardDAV fix: return 204 instead of 404 2024-12-13 17:33:21 +07:00
Command fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Comments fix: Apply new coding standard to all files 2024-04-04 11:45:22 +07:00
Connector fix: use relative paths for upload locks 2025-02-15 16:51:00 +07:00
Controller perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
DAV fix: replace null character when serializing 2024-12-13 22:00:46 +07:00
Db enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +07:00
Direct perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Events chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Exception
Files Revert "fix(dav): Always respond custom error page on exceptions" 2025-02-15 16:51:00 +07:00
Listener fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +07:00
Migration fix(job): Check if carddata is resource and read it to string 2024-11-19 18:31:18 +07:00
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
Provisioning/Apple fix(dav): cast parameters to string 2024-09-16 09:09:35 +07:00
Search fix: adjust url for task links 2025-01-24 22:25:25 +07:00
Service fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +07:00
Settings chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
SetupChecks fix: Migrate WebDAV endpoint check to SetupCheck API 2024-03-14 16:20:17 +07:00
Storage
SystemTag chore: Break closure call on two lines to make it readable 2024-03-19 16:01:25 +07:00
Traits
Upload fix: Use proper path when trying to check if a file needs to get copied 2024-03-08 10:02:45 +07:00
UserMigration Skip instead of throwing on invalid address book migration 2024-02-23 15:24:46 +07:00
Capabilities.php chore(absence): Add capability for absence api 2024-12-05 23:30:57 +07:00
HookManager.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +07:00
ResponseDefinitions.php fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +07:00
RootCollection.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +07:00
Server.php Revert "fix(dav): Always respond custom error page on exceptions" 2025-02-15 16:51:00 +07:00
ServerFactory.php