[PR #2545] feat(api): adds video asset handler to API #2156

Open
opened 2026-03-02 12:00:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2545
Author: @erik-nilcoast
Created: 3/1/2026
Status: 🔄 Open

Base: mainHead: erik/video-api


📝 Commits (1)

  • eb660a2 feat(api): adds video asset handler to API

📊 Changes

9 files changed (+2183 additions, -11 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 apps/web/components/dashboard/preview/AssetContentSection.tsx (+18 -0)
📝 packages/db/schema.ts (+5 -2)
packages/open-api/hoarder-openapi-spec.json (+2143 -0)
📝 packages/sdk/src/karakeep-api.d.ts (+2 -2)
📝 packages/shared/assetdb.ts (+1 -0)
📝 packages/shared/types/bookmarks.ts (+5 -3)
📝 packages/trpc/models/bookmarks.ts (+2 -1)
📝 packages/trpc/routers/admin.ts (+5 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2545 **Author:** [@erik-nilcoast](https://github.com/erik-nilcoast) **Created:** 3/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `erik/video-api` --- ### 📝 Commits (1) - [`eb660a2`](https://github.com/karakeep-app/karakeep/commit/eb660a263afd09d475b188fec647a11656ccc026) feat(api): adds video asset handler to API ### 📊 Changes **9 files changed** (+2183 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `apps/web/components/dashboard/preview/AssetContentSection.tsx` (+18 -0) 📝 `packages/db/schema.ts` (+5 -2) ➕ `packages/open-api/hoarder-openapi-spec.json` (+2143 -0) 📝 `packages/sdk/src/karakeep-api.d.ts` (+2 -2) 📝 `packages/shared/assetdb.ts` (+1 -0) 📝 `packages/shared/types/bookmarks.ts` (+5 -3) 📝 `packages/trpc/models/bookmarks.ts` (+2 -1) 📝 `packages/trpc/routers/admin.ts` (+5 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2156
No description provided.