aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api/utils/upload.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Extract quota logic into its own classMohamed Bassem2025-09-061-5/+6
|
* fix: Dont attempt to remove uploaded tmp file if it's already removedMohamedBassem2025-08-221-1/+7
|
* fix: Sanitize uploaded file names. #1765MohamedBassem2025-08-221-1/+2
|
* feat: Add per user storage quotaMohamed Bassem2025-07-061-1/+16
|
* feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem2025-07-041-1/+1
| | | | | | | | | * feat: Add support for S3 as an asset storage layer. Fixes #305 * some minor fixes * use bulk deletion api * stream the file to s3
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-181-0/+110
(#1432) * Setup Hono and migrate the highlights API there * Implement the tags and lists endpoint * Implement the bookmarks and users endpoints * Add the trpc error code adapter * Remove the old nextjs handlers * fix api key not found handling * Fix trpc error handling * Fix 204 handling * Fix search ordering * Implement the singlefile endpoint * Implement the asset serving endpoints * Implement webauth * Add hono as a catch all route under api * fix tests