nextcloud/apps/dav/lib
Stephan Orbaugh 4a0961d4f9
Some checks failed
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable31, 8.1, stable31, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Has been cancelled
Psalm static code analysis / static-code-analysis-security (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ocp (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ncu (push) Has been cancelled
Merge pull request #59982 from nextcloud/backport/59312/stable31
[stable31] Fix removed address book items not being synced between federated instances
2026-05-04 15:12:38 +02:00
..
AppInfo feat(dav)!: migrate OCA calendar object events to OCP 2025-03-31 10:26:23 -07:00
Avatars fix(psalm): Fix some newly detected issues 2024-10-21 12:37:59 +02:00
BackgroundJob fix(ooo): don't catch general DB exceptions 2025-10-07 11:37:04 +00:00
BulkUpload refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
CalDAV Merge pull request #59761 from nextcloud/backport/59693/stable31 2026-04-30 15:32:15 +02:00
CardDAV fix: fix initial addressbook sync skipping items due to ordering 2026-04-28 19:14:09 +02:00
Command feat(dav): add occ commands to get and set absences 2025-07-31 10:43:47 +00:00
Comments fix(comments): Put a limit to the limit 2026-02-04 07:46:06 +00:00
Connector feat(recent-search): pass recent_limit config value to getRecentSearch function 2026-03-26 11:53:53 +00:00
Controller fix(dav): Use IUser::getDisplayName directly 2025-03-05 13:05:47 +00:00
DAV fix(dav): Allow array of array of scalars, and fix error message 2025-10-20 08:52:32 +00:00
Db fix: add calendar enable 2025-05-23 10:42:12 +02:00
Direct refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Events fix(caldav): prevent unshare entry creation for owner unsharing 2025-05-19 14:35:04 +02:00
Exception chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Files Merge pull request #58901 from nextcloud/backport/58689/stable31 2026-04-20 11:52:13 +02:00
Listener feat(dav)!: migrate OCA calendar object events to OCP 2025-03-31 10:26:23 -07:00
Migration fix(dav): add repair step to queue job to update rooms and resources 2025-05-16 10:40:12 +00:00
Paginate fix(pagination): render multistatus to XML before caching 2025-11-04 09:53:04 +00:00
Profiler refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Provisioning/Apple refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
Search fix(caldav): encoding inconsistencies in event search provider 2025-10-08 10:56:22 +00:00
Service Fix: Make out of office replacement nullable 2024-07-03 12:31:53 +02:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
SetupChecks feat: Make CheckServerResponseTrait public and provide as OCP\SetupCheck\CheckServerResponseTrait 2024-09-16 14:58:21 +02:00
Storage refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
SystemTag fix(systemtags): catch empty nodes 2025-10-08 19:06:25 +00:00
Traits chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Upload fix(dav): do not list intermediate upload folders 2026-04-22 20:30:12 +02:00
UserMigration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Capabilities.php feat(recent-search): pass recent_limit config value to getRecentSearch function 2026-03-26 11:53:53 +00:00
HookManager.php fix(dav): clean up user's addressbook shares on deletion 2025-09-26 15:26:52 +02:00
ResponseDefinitions.php feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +02:00
RootCollection.php Merge pull request #54276 from nextcloud/backport/50092/stable31 2025-08-15 15:53:18 +02:00
Server.php feat: also send x-user-id for dav responses 2026-01-18 18:48:30 +01:00
ServerFactory.php feat(ocp): add calendar api to retrieve availability of attendees 2025-01-13 10:12:31 +01:00