aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api (unfollow)
Commit message (Expand)AuthorFilesLines
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