nextcloud/apps/dav/lib
Joas Schilling 737ae015b7
Some checks are pending
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (8.2, stable29, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (8.2, stable29, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Merge pull request #56962 from nextcloud/backport/56925/stable29
[stable29] fix(dav): handle HTML in CalDAV invitations
2025-12-11 09:54:41 +01:00
..
AppInfo fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-21 14:57:56 +01:00
Avatars Convert isset ternary to null coalescing operator 2023-09-28 12:18:41 +03:30
BackgroundJob fix(BackgroundJobs): Adjust intervals and time sensitivities 2024-11-25 08:40:57 +01:00
BulkUpload perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
CalDAV fix(dav): handle HTML in CalDAV invitations 2025-12-10 16:48:17 +01:00
CardDAV fix(contacts): Do not expose SAB in /contactsmenu 2025-10-14 17:44:40 +02:00
Command fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Comments fix(comments): Check comment object 2025-12-11 08:42:50 +01:00
Connector feat(config): add maximum.supported.desktop.version 2025-10-24 16:37:50 +02:00
Controller fix(dav): Handle long absence status earlier 2025-03-05 13:20:57 +01:00
DAV fix(dav): Allow array of array of scalars, and fix error message 2025-10-20 09:06:17 +00:00
Db enh(userstatus): add OOO automation and remove calendar automation 2023-11-28 10:28:06 +01:00
Direct perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
Events chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Exception Don't spam the log with fatals when maintenance mode is enabled or an upgrade has to be done 2022-06-10 00:36:52 +02:00
Files perf(dav): Preload dav search with tags/favorites 2025-07-07 20:10:27 +02:00
Listener fix(dav): add missing database index for dav_shares resourceid, type and access 2024-06-26 19:04:15 +00:00
Migration fix(dav): add repair step to queue job to update rooms and resources 2025-05-16 13:29:25 +02:00
Profiler chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Provisioning/Apple fix(dav): cast parameters to string 2024-09-16 09:09:35 +00:00
Search fix: adjust url for task links 2025-01-24 22:25:25 +00:00
Service fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +01:00
Settings chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
SetupChecks fix: Migrate WebDAV endpoint check to SetupCheck API 2024-03-14 16:20:17 +01:00
Storage Update php licenses 2021-06-04 22:02:41 +02:00
SystemTag chore: Break closure call on two lines to make it readable 2024-03-19 16:01:25 +01:00
Traits Update php licenses 2021-06-04 22:02:41 +02:00
Upload fix: Use proper path when trying to check if a file needs to get copied 2024-03-08 10:02:45 +01:00
UserMigration Skip instead of throwing on invalid address book migration 2024-02-23 15:24:46 +01:00
Capabilities.php chore(absence): Add capability for absence api 2024-12-05 23:30:57 +01:00
HookManager.php fix(dav): clean up user's addressbook shares on deletion 2025-09-26 15:34:11 +02:00
ResponseDefinitions.php fix(dav): Make current ooo info time-dependent 2023-12-05 08:36:50 +01:00
RootCollection.php perf: switch places that always use the first getById result to getFirstNodeById 2024-03-04 13:57:31 +01:00
Server.php perf(dav): Preload dav search with tags/favorites 2025-07-07 20:10:27 +02:00
ServerFactory.php feat(caldav): Create personal event for out-of-office messages 2023-11-14 13:57:12 +01:00