aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-13feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem4-0/+34
2025-04-13fix(mcp): Reduce token usage of the MCP serverMohamed Bassem2-3/+10
2025-04-13feat: Add an MCP server for karakeepMohamed Bassem12-3/+1236
2025-04-12feat(web): Optionally add short description to lists (#1225)ekambains7-0/+1714
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem55-156/+165
2025-04-12chrore: Update meilisearch version to 13.3 in both docker compose files (#1244)Mark :)1-1/+1
2025-04-12i18n: Add Korean language (#1239)jkywalker1-0/+1
2025-04-08build: Regenerate the openapi specs and sdkMohamedBassem2-0/+40
2025-04-08fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem2-16/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem4-27/+204
2025-04-06feat: Add a search matcher for rss feed bookmarksMohamedBassem5-1/+131
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-nilcoast8-0/+1711
2025-03-22release(sdk): Release the 0.23 sdkMohamed Bassem1-1/+1
2025-03-22deps: Upgrade trpc and react queryMohamed Bassem2-3/+3
2025-03-22deps: Upgrade vitestMohamed Bassem3-3/+3
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-16ci: Fix E2E test timeoutMohamed Bassem1-0/+1
2025-03-16i18n: Enable new languagesMohamed Bassem1-1/+5
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem7-9/+427
2025-03-10fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem4-4/+4
2025-03-09build(deps-dev): bump vitest from 1.3.1 to 1.6.1 (#1104)dependabot[bot]3-3/+3
2025-03-09fix: Resync the openapi specMohamed Bassem2-8/+61
2025-03-09fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem2-66/+60
2025-03-09build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103)dependabot[bot]1-1/+1
2025-03-09feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2-0/+102
2025-03-09feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem1-8/+17
2025-03-09fix: Fix missing workers in the server statsMohamed Bassem1-0/+54
2025-03-07feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem3-4/+8
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem4-13/+28
2025-03-02feat(web): Show list stats in the sidebarMohamed Bassem3-0/+17
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem6-194/+308
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem8-314/+397
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid8-0/+77
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-02release(sdk): Release the 0.22 sdkMohamed Bassem1-1/+1
2025-02-02i18n: Enable the Hungarian translationMohamed Bassem1-0/+1
2025-02-02ci: Fix build by regenerating the open API specMohamed Bassem2-0/+5
2025-02-02fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem2-2/+2
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2-0/+7
2025-02-02feat: Change default max upload size to 50MB up from 4MBMohamed Bassem1-1/+1
2025-02-01feat: Update the last modifiedAt timestamp when tags of the bookmark changeMohamed Bassem1-0/+9
2025-02-01feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem3-0/+13
2025-02-01fix: Fix search query parsing to allow and/or to be identifiers. Fixes #935Mohamed Bassem2-4/+15