nextcloud/apps/dav/lib
Benjamin Gaussorgues f2907f133c
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, 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) Waiting to run
Psalm static code analysis / static-code-analysis-security (push) Waiting to run
Psalm static code analysis / static-code-analysis-ocp (push) Waiting to run
Psalm static code analysis / static-code-analysis-ncu (push) Waiting to run
Psalm static code analysis / static-code-analysis-strict (push) Waiting to run
Merge pull request #58282 from nextcloud/carl/refactor-migration
refactor(psalm): Modernize migration doc
2026-02-17 14:58:03 +01:00
..
AppInfo fix: delete CalDav and CardDav shares upon group deletion 2026-02-10 11:14:40 -05:00
Avatars chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
BackgroundJob fix(gc): Implement cache_chunk_gc_ttl 2026-01-13 09:00:32 +01:00
BulkUpload chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
CalDAV fix: obey x-nc-scheduling flag on delete 2026-02-13 09:58:26 -05:00
CardDAV feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Command feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Comments fix(comments): Put a limit to the limit 2026-02-04 08:44:18 +01:00
Connector refactor(Files): Remove deprecated streamCopy method 2026-02-17 06:43:16 +01:00
Controller chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
DAV feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Db fix(caldav): avoid selecting every custom properties from table if we have no calendars to filter 2025-10-10 18:50:31 +02:00
Direct chore(dav): Fix typo in property name 2025-08-16 07:56:54 -04:00
Events refactor: Apply rector refactorings 2025-05-14 15:29:02 +02:00
ExampleContentFiles feat: add example contact on first login 2025-03-26 10:57:39 +01:00
Exception chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Files Merge pull request #58286 from nextcloud/fix/groupfolders-phpstan 2026-02-17 13:30:46 +01:00
Listener fix: delete CalDav and CardDav shares upon group deletion 2026-02-10 11:14:40 -05:00
Migration refactor(psalm): Modernize migration doc 2026-02-12 11:25:55 +01:00
Model feat: create example event when a user logs in for the first time 2025-06-16 11:49:20 +02:00
Paginate fix(pagination): render multistatus to XML before caching 2025-11-04 09:20:30 +01:00
Profiler refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Provisioning/Apple feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Search fix(caldav): encoding inconsistencies in event search provider 2025-10-08 12:14:00 +02:00
Service fix: make sure default contact exists by default 2025-09-17 10:57:36 +02:00
Settings feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
SetupChecks chore: Register system_addressbook_exposed in lexicon 2025-10-10 19:02:41 +02:00
Storage refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +02:00
SystemTag feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
Traits chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Upload fix(dav): catch NotFound exception in UploadHome::childExists() 2025-12-15 10:57:47 -05:00
UserMigration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Capabilities.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
ConfigLexicon.php chore: Register system_addressbook_exposed in lexicon 2025-10-10 19:02:41 +02:00
ResponseDefinitions.php feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +02:00
RootCollection.php perf(caldav): preload publish statuses for a whole calendar home at once 2025-08-28 14:00:18 +02:00
Server.php refactor(dav): Remove dead property 2026-01-13 14:09:05 +01:00
ServerFactory.php feat(ocp): add calendar api to retrieve availability of attendees 2025-01-13 10:12:31 +01:00