feat: migrate content APIs to unified authorization (#534)

Agent-Profile: https://agent-kanban.dev/agents/b0abe6cd7aeba133

Co-authored-by: Noah Reed <noah-reed@mails.agent-kanban.dev>
This commit is contained in:
agent-kanban[bot]
2026-07-29 02:11:08 -04:00
committed by GitHub
parent bba443817a
commit 4817afecdb
24 changed files with 836 additions and 185 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const LEGACY_SCOPE_MAP: Record<string, Record<string, string[]>> = {
},
webdav: {
read: ['objects:read'],
write: ['objects:create', 'objects:update', 'objects:delete', 'objects:move'],
write: ['objects:create', 'objects:update', 'objects:delete'],
},
remoteDownload: {
read: ['download-tasks:read'],