Files
opencloud/services/graph/pkg/service/v0
Dominik Schmidt 5807eea186 feat(graph): expose @microsoft.graph.downloadUrl and /content on driveItems
Populates @microsoft.graph.downloadUrl on file driveItems when requested
via $select and implements GET .../items/{item-id}/content as a 302 to
the same URL: a by-id WebDAV URL signed with OC_URL_SIGNING_SECRET,
verified by the proxy, valid for 30 minutes. Folders answer 404 on
/content and never carry the annotation.

The annotation is available on the driveItem stat, the children and
root children listings and the share jail item endpoint.
2026-09-07 12:59:50 +02:00
..
2025-01-16 09:45:46 +01:00
2026-09-07 12:59:08 +02:00
2025-11-07 08:26:09 +01:00
2026-04-23 09:31:11 +02:00