aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-29feat: Add automated bookmark backup feature (#2182)Mohamed Bassem22-1/+4418
2025-11-28fix: making serverConfig readonlyMohamed Bassem1-1/+3
2025-11-28fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem2-27/+101
2025-11-27fix: Propagate group ids in queue calls (#2177)Mohamed Bassem6-33/+85
2025-11-24feat: Introduce groupId in restate queue (#2168)Mohamed Bassem5-30/+381
2025-11-24fix: support invocation cancellation while awaiting sempahoreMohamed Bassem2-1/+13
2025-11-23tests: Add a test for listing listsMohamed Bassem1-0/+35
2025-11-23feat: add GET /api/version endpoint (#2167)Mohamed Bassem2-0/+18
2025-11-23feat: Add notes feature to highlights (#2154)Mohamed Bassem3-0/+6
2025-11-23feat: Add search bar to highlights page (#2155)Mohamed Bassem2-1/+69
2025-11-23fix: hide collaborator emails from non-owners (#2160)Mohamed Bassem3-4/+99
2025-11-23feat: Add invitation approval for shared lists (#2152)Mohamed Bassem9-339/+4643
2025-11-17fix: drop journal retention for sempahore and id providersMohamed Bassem2-0/+2
2025-11-17refactor: remove the PrivacyAware interfaceMohamed Bassem10-104/+9
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem17-326/+5761
2025-11-16deps: upgrade hono and playwrightMohamed Bassem1-1/+1
2025-11-16build: Improve docker caching (#2140)Mohamed Bassem1-1/+2
2025-11-15feat: import from mymind (#2138)Mohamed Bassem2-1/+145
2025-11-15fix(mobile): fix app memory page size compatibility (#2135)Mohamed Bassem1-1/+1
2025-11-10feat: correct default prom metrics from web and worker containersMohamed Bassem1-0/+1
2025-11-10fix: stop retrying indefinitely in restate queuesMohamed Bassem1-0/+9
2025-11-09feat: add crawler domain rate limiting (#2115)Mohamed Bassem3-5/+16
2025-11-09refactor: Allow runner functions to return results to onCompleteMohamed Bassem6-28/+24
2025-11-09refactor: Extract ratelimiter into separate plugin (#2112)Mohamed Bassem11-75/+448
2025-11-09feat: Add bookmark sources statistics section (#2110)Mohamed Bassem3-1/+52
2025-11-08tests: fix crawling and search e2e tests (#2105)Mohamed Bassem7-42/+106
2025-11-08feat(mobile): add custom headers configuration in sign-in screen (#2103)Mohamed Bassem1-0/+2
2025-11-08tests: Fix failing testMohamed Bassem1-12/+16
2025-11-08feat: Add support for user uploaded files (#2100)Mohamed Bassem8-5/+40
2025-11-08refactor: consolidate multiple karakeep plugins into one package (#2101)Mohamed Bassem28-120/+15
2025-11-02deps: Upgrade react-query to 5.90MohamedBassem8-57/+57
2025-11-02feat(rss): Add import tags from RSS feed categories (#2031)Mohamed Bassem6-0/+2520
2025-11-02feat: Make search job timeout configurableMohamed Bassem2-0/+4
2025-11-02fix: Stricter SSRF validation (#2082)Mohamed Bassem1-1/+24
2025-11-02fix: browser service connection check using dns instead. Fixes #2080Mohamed Bassem1-6/+8
2025-10-26feat: Allow configuring inline asset size thresholdMohamed Bassem1-0/+2
2025-10-26feat: Add admin maintenance job to migrate large inline HTML (#2071)Mohamed Bassem1-0/+7
2025-10-26fix(inferance): skip token slicing when content is already witin max lengthMohamed Bassem1-0/+3
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem3-22/+37
2025-10-25fix: update OpenAI API to use max_completion_tokens instead of max_tokens (#2...Benjamin Michaelis2-2/+8
2025-10-20fix(restate): Fix priority for restate queueMohamed Bassem2-7/+8
2025-10-19fix(restate): Ensure that the semaphore and idProvider services are ingress p...Mohamed Bassem2-0/+6
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem8-1/+2591
2025-10-12feat: support passing multiple proxy values (#2039)Mohamed Bassem1-2/+18
2025-10-12feat: Add service dependency checks in the server overview pageMohamed Bassem2-0/+124
2025-10-11fix(api): Return 200 when bookmark already exists instead of 200Mohamed Bassem4-4/+31
2025-10-11tests: Add a test for the GET /bookmarks/bookmarkId/lists apiMohamed Bassem1-0/+48
2025-10-11fix(api): Document the API for getting lists of a bookmark. fixes #2030Mohamed Bassem8-108/+268
2025-10-11fix: Correct grammatical errors in prompts (#2020)atsggx1-2/+2
2025-10-05fix: Disable idempotency keys for searchMohamed Bassem1-1/+2