Files
opencloud/services
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
..
2026-09-06 23:16:18 +00:00
2026-08-18 17:17:30 +02:00
2026-06-03 16:28:44 +02:00
2026-08-03 13:20:03 +02:00
2026-09-03 23:17:09 +00:00
2026-07-14 18:12:24 +02:00
2026-09-06 23:16:18 +00:00
2026-06-18 15:05:49 +02:00
2026-08-25 09:55:39 +02:00