nextcloud/apps/dav/lib
Ferdinand Thiessen e51978c2a5 fix(dav): properly handle files metadata
`PropFind::handle` expects a callable and fallsback to value,
but if you pass a string like `Date` thats also a callable for PHP.
So always put the value as the return value of a callable.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2026-06-08 16:05:59 +00:00
..
AppInfo fix(caldav-delegation): send notification to delegator 2026-06-03 06:56:36 +00:00
Avatars chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
BackgroundJob chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
BulkUpload chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
CalDAV fix: access shared trashbin objects 2026-06-03 13:44:39 +00:00
CardDAV fix(http): avoid iconv for header ascii fallback 2026-05-26 07:23:29 +00:00
Command chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Comments chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Connector fix(dav): properly handle files metadata 2026-06-08 16:05:59 +00:00
Controller chore: Run rector with new rules for fetch 2025-11-18 17:45:57 +01:00
DAV chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Db chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Direct chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02: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: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Files chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Listener fix(caldav-delegation): send notification to delegator 2026-06-03 06:56:36 +00:00
Migration fix: "than" vs "then" typos 2026-05-28 13:39:37 +00:00
Model feat: create example event when a user logs in for the first time 2025-06-16 11:49:20 +02:00
Paginate chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Profiler chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Provisioning/Apple fix(http): avoid iconv for header ascii fallback 2026-05-26 07:23:29 +00:00
Search chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Service fix:(dav): add note to example contact 2026-03-11 11:21:37 +01:00
Settings chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SetupChecks chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Storage chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
SystemTag chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Traits chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Upload chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
UserMigration chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Capabilities.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ConfigLexicon.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
ResponseDefinitions.php feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +02:00
RootCollection.php refactor: remove long deprecated IServerContainer methods 2026-03-10 10:36:35 +01:00
Server.php fix(dav): Limit share requests 2026-04-21 15:31:36 +02:00
ServerFactory.php feat(ocp): add calendar api to retrieve availability of attendees 2025-01-13 10:12:31 +01:00