aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-03fix: Trim trailing slashes from nextauth urls. Fixes #1799MohamedBassem1-1/+5
2025-08-03fix: Get rid of the userSetting table completelyMohamedBassem5-56/+2359
2025-08-02refactor: Move webhook, users and tags into modelsMohamedBassem11-1118/+1600
2025-08-02feat: Drop support for time bounded invitationsMohamedBassem7-81/+2370
2025-07-27refactor: Refactor crawlerWorker to use tryCatchMohamedBassem1-0/+24
2025-07-27fix: Use prometheus histogram instead of summaryMohamedBassem1-2/+5
2025-07-27fix: fix hidden env variable parse error. fixes #1790MohamedBassem1-167/+164
2025-07-27fix(tests): Load plugins on API package entrypointMohamedBassem2-0/+4
2025-07-27feat: Support NO_COLOR for logging. Fixes #1778MohamedBassem3-3/+10
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem19-82/+422
2025-07-27chore: More turbo fixesMohamedBassem12-26/+39
2025-07-27fix: Ensure that all packages are ESM packagesMohamedBassem2-0/+2
2025-07-27fix: Fix package boundary violationsMohamedBassem6-5/+14
2025-07-26fix: Add karakeep_ prefix to hono's metricsMohamed Bassem1-0/+1
2025-07-26deps: Upgrade viteMohamed Bassem8-9/+9
2025-07-26feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem1-3/+2
2025-07-26fix: Drop legacy container noticeMohamed Bassem1-3/+2
2025-07-26deps: Upgrade trpcMohamed Bassem2-2/+2
2025-07-26fix: prometheus add karakeep prefix to metrics (#1780)Tobias1-7/+7
2025-07-21fix: Remove bcrypt from the api key validation routeMohamed Bassem4-24/+566
2025-07-20feat: Add a max output tokens env variableMohamed Bassem2-1/+5
2025-07-20fix(test): Fix subscription.testMohamed Bassem1-0/+1
2025-07-20fix(stripe): Allow promotion codesMohamed Bassem1-0/+1
2025-07-20release(sdk): Release the 0.26 sdkMohamed Bassem2-4/+240
2025-07-20i18n: Add new translationsMohamed Bassem1-0/+5
2025-07-19fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem1-1/+1
2025-07-19fix: Increase crawler max worker count in testsMohamed Bassem1-0/+1
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem9-5/+2380
2025-07-19feat: Allow enabling journaling mode on the dbMohamed Bassem2-0/+18
2025-07-19fix: Rename the proxy settings such that they don't interfer with other requestsMohamed Bassem1-6/+6
2025-07-14feat: adding search history #1541 (#1627)lexafaxine1-0/+102
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2-6/+15
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem2-15/+6
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem12-1/+3805
2025-07-13feat: Add delete account supportMohamed Bassem4-2/+68
2025-07-13fix: Drop auth failure loggerMohamed Bassem3-51/+8
2025-07-13feat: Add proper proxy support. fixes #1265Mohamed Bassem1-0/+10
2025-07-12feat(api): Expose the update user API in the openapi specsMohamed Bassem6-0/+302
2025-07-12fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem1-1/+15
2025-07-12deps: Upgrade drizzleMohamed Bassem2-3/+3
2025-07-12fix(tests): Fix missing mock in trpc testsMohamed Bassem1-0/+3
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem7-60/+95
2025-07-12refactor: Move db interactions into the trpc routesMohamed Bassem4-33/+66
2025-07-12feat: Support forget and reset passwordMohamed Bassem8-46/+2772
2025-07-10feat: Add API ratelimitsMohamed Bassem6-13/+172
2025-07-10feat: Add invite user supportMohamed Bassem10-3/+3183
2025-07-10feat: Add support for email verificationMohamed Bassem6-124/+362
2025-07-10fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709Mohamed Bassem1-0/+6
2025-07-06fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...Mohamed Bassem1-0/+6
2025-07-06build: Add an open-api husky checkMohamed Bassem2-1/+18