aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-18fix: Use proper tokenizer when truncating for inference. Fixes #1405Mohamed Bassem2-8/+9
2025-05-18fix(search): add new relevance sort order (#1392)xuatz1-3/+3
2025-05-17feat: Allow enabling/disabling RSS feedsMohamed Bassem1-2/+5
2025-05-17feat: Add karakeep metadata to openai callsMohamed Bassem1-0/+4
2025-05-10i18n: Add US English as option in User Settings (#1327)William Callahan1-0/+1
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem3-3/+364
2025-04-16fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem1-0/+1
2025-04-16feat(web): Add support for merging lists (#1231)omnitrix1-0/+13
2025-04-15feat: Change default text model to 4.1-miniMohamed Bassem1-1/+1
2025-04-13feat: add support for filtering by bookmark age (#1228)Brandon Wong4-1/+98
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem1-0/+1
2025-04-13fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem2-17/+57
2025-04-13feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem1-0/+4
2025-04-13feat: Add an MCP server for karakeepMohamed Bassem1-1/+1
2025-04-12feat(web): Optionally add short description to lists (#1225)ekambains1-0/+11
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem2-7/+7
2025-04-12i18n: Add Korean language (#1239)jkywalker1-0/+1
2025-04-08feat: Allow editing bookmark detailsMohamedBassem1-0/+10
2025-04-06feat: Add a search matcher for rss feed bookmarksMohamedBassem3-1/+54
2025-04-05i18n: Enable ukrainian language (#1195)Denys Dovhan1-0/+1
2025-03-29feat: Allow storing assets in a separate directory. Fixes #1091Mohamed Bassem2-1/+4
2025-03-27feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng1-0/+2
2025-03-22feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2-0/+8
2025-03-22deps: Upgrade vitestMohamed Bassem1-1/+1
2025-03-22feat(auth): Added env variable for OAuth timeout (#1136)Kaio Cesar1-0/+2
2025-03-16feat(workers): allows videoWorker to use ytdlp command line arguments specifi...erik-nilcoast1-0/+5
2025-03-16i18n: Enable new languagesMohamed Bassem1-1/+5
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem1-0/+15
2025-03-10fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem1-1/+1
2025-03-09build(deps-dev): bump vitest from 1.3.1 to 1.6.1 (#1104)dependabot[bot]1-1/+1
2025-03-09fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem1-2/+2
2025-03-07feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem2-2/+7
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem3-12/+27
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid3-0/+43
2025-02-16fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan3-0/+17
2025-02-09fix: Loosen the restriction about the browser address env variable. Fixes #1000Mohamed Bassem1-2/+2
2025-02-09feat(web): bulk tag deletion. Fixes #872 (#900)lexafaxine1-0/+6
2025-02-09feat(i18n): add Arabic language support (#983)Ahmad Mujahid1-0/+1
2025-02-02i18n: Enable the Hungarian translationMohamed Bassem1-0/+1
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem1-0/+1
2025-02-02feat: Change default max upload size to 50MB up from 4MBMohamed Bassem1-1/+1
2025-02-01feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem1-0/+1
2025-02-01fix: Fix search query parsing to allow and/or to be identifiers. Fixes #935Mohamed Bassem2-4/+15
2025-02-01fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem1-28/+53
2025-02-01fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2-13/+38
2025-02-01deps: Upgrade typescript to 5.7Mohamed Bassem2-3/+6
2025-02-01i18n: Fix spanish language code. Fixes #925Mohamed Bassem1-1/+1
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem3-12/+34
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2-0/+41
2025-01-12fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2-0/+226