aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-01refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem1-1/+1
2025-12-29feat: Add open telemetry (#2318)Mohamed Bassem2-1/+17
2025-12-27fix: reject spoofed content types on uploadsMohamed Bassem2-1/+12
2025-12-24refactor: move assets to their own model (#2301)Mohamed Bassem1-35/+4
2025-12-14fix: move trpc error logging inside the dev checkMohamed Bassem1-1/+1
2025-12-12fix!: changing default for includeContent to be false in the APIMohamed Bassem1-2/+1
2025-12-10fix: Add cache control header on asset endpointsMohamed Bassem1-0/+1
2025-11-29feat: Add automated bookmark backup feature (#2182)Mohamed Bassem2-1/+47
2025-11-23feat: add GET /api/version endpoint (#2167)Mohamed Bassem2-0/+18
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem1-3/+30
2025-11-16deps: upgrade hono and playwrightMohamed Bassem1-1/+1
2025-11-10feat: correct default prom metrics from web and worker containersMohamed Bassem1-0/+1
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem1-1/+5
2025-10-11fix(api): Return 200 when bookmark already exists instead of 200Mohamed Bassem1-1/+1
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem1-3/+20
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem1-5/+6
2025-08-27fix: fix move the admin route to the /v1 prefixMohamed Bassem1-1/+1
2025-08-23fix(security): Add CSP policies on asset serving pathMohamedBassem1-2/+19
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-08-22feat: generate a random prometheus token on startupMohamedBassem2-35/+7
2025-07-27fix(tests): Load plugins on API package entrypointMohamedBassem2-0/+4
2025-07-27feat: Support NO_COLOR for logging. Fixes #1778MohamedBassem1-2/+7
2025-07-27chore: More turbo fixesMohamedBassem1-2/+2
2025-07-27fix: Fix package boundary violationsMohamedBassem1-0/+3
2025-07-26fix: Add karakeep_ prefix to hono's metricsMohamed Bassem1-0/+1
2025-07-26deps: Upgrade viteMohamed Bassem1-1/+1
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem2-1/+47
2025-07-12feat(api): Expose the update user API in the openapi specsMohamed Bassem3-0/+48
2025-07-10feat: Add support for email verificationMohamed Bassem1-6/+8
2025-07-10fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709Mohamed Bassem1-0/+6
2025-07-06feat: Add prometheus monitoring. Fixes #758Mohamed Bassem4-1/+54
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 Bassem2-3/+3
2025-07-04refactor: Move the health endpoint to hono as wellMohamed Bassem2-0/+18
2025-07-04refactor: Move the trpc endpoint to honoMohamed Bassem3-0/+31
2025-06-22chore: More oxlint changesMohamed Bassem1-4/+1
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz2-9/+24
2025-06-21fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem1-0/+2
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem1-6/+11
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem2-42/+51
2025-06-01feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem1-1/+68
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem5-54/+113
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem5-2/+126
2025-05-18feat(api): Expose the endpoint to create a new tagMohamed Bassem1-1/+11
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API (...Mohamed Bassem14-0/+882