aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
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
2025-10-05feat: Restate-based queue plugin (#2011)Mohamed Bassem22-11/+991
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem14-18/+3162
2025-09-28feat: recursive list delete (#1989)Mohamed Bassem3-11/+392
2025-09-28fix: dont re-enqueue indexing for a bookmark already pending indexingMohamed Bassem1-2/+5
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem12-86/+1012
2025-09-21fix: optimize memory usage of tag listingMohamed Bassem2-50/+136
2025-09-14fix: fix bundling liteque in the workersMohamed Bassem2-2/+1
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem24-82/+357
2025-09-14feat: Regen api keysMohamed Bassem3-7/+100
2025-09-14feat: Add Create Tag button to tags page (#1942)Mohamed Bassem1-0/+14
2025-09-14refactor: strongly type the search plugin interfaceMohamed Bassem3-10/+41
2025-09-13feat(search): add title search qualifier (#1940)Mohamed Bassem5-2/+123
2025-09-13fix: Fix ranking of search results. fixes #1922Mohamed Bassem1-0/+2
2025-09-09fix: fix migration failing when no user settings are set. fixes #1919 (#1920)Gavin Mogan1-6/+6
2025-09-07fix: fix 5xx on invalid api keyMohamed Bassem1-1/+5
2025-09-07release(sdk): Release the 0.27 sdkMohamed Bassem1-1/+1
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem2-4/+14
2025-09-07feat: Add cookie support for browser page accessMohamed Bassem1-0/+2
2025-09-07feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem1-0/+20
2025-09-07feat: add gif asset type support (#1876)Drashi1-0/+2
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem7-84/+114