aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api/utils/upload.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-22fix: Dont attempt to remove uploaded tmp file if it's already removedMohamedBassem1-1/+7
2025-08-22fix: Sanitize uploaded file names. #1765MohamedBassem1-1/+2
2025-07-06feat: Add per user storage quotaMohamed Bassem1-1/+16
2025-07-04feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem1-1/+1
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API (...Mohamed Bassem1-39/+25
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-6/+6
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
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem1-1/+16
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 sqliteMohamedBassem1-13/+11
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-0/+52