aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/assets (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem2-8/+8
2025-03-29fix: Dont buffer uploaded files in memory. Fixes #1173Mohamed Bassem1-37/+59
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-25/+50
2025-01-05refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)1-22/+51
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-6/+26
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem2-1/+27
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-2/+2
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20feature: Download images and screenshotsMohamedBassem1-2/+2
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-2/+5
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-1/+1
2024-03-27fix: Allow uploading webp images. Fixes #35MohamedBassem1-1/+5
2024-03-26fix: Reject asset uploads in demo modeMohamedBassem1-0/+8
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2-23/+17
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem2-0/+81