aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-18fix(search): add new relevance sort order (#1392)xuatz1-3/+19
2025-05-17fix(api): make PUT bookmark to a list idempotent (#1427)xuatz1-4/+2
2025-05-17feat: Allow enabling/disabling RSS feedsMohamed Bassem2-1/+7
2025-04-28Revert "fix: Fix smart lists not working in list search qualifiers". #1321Mohamed Bassem3-133/+69
2025-04-27fix: Fix smart lists not working in list search qualifiers. Fixes #845Mohamed Bassem3-69/+133
2025-04-27fix: When triggering a re-index, drop all the documents firstMohamed Bassem1-0/+3
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem11-4/+1678
2025-04-26tests: Run trpc tests in CIMohamed Bassem1-0/+14
2025-04-16tests: Add tests for various trpc endpointsMohamed Bassem8-4/+1107
2025-04-16fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem1-3/+1
2025-04-16feat(web): Add support for merging lists (#1231)omnitrix2-0/+59
2025-04-15fix: Add password salt to the user tableMohamed Bassem3-9/+21
2025-04-13feat: add support for filtering by bookmark age (#1228)Brandon Wong1-0/+13
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem1-11/+53
2025-04-13feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem1-0/+20
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/+2
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem22-75/+78
2025-04-08fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem1-1/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem2-27/+177
2025-04-06feat: Add a search matcher for rss feed bookmarksMohamedBassem2-0/+77
2025-03-22feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast1-0/+2
2025-03-22deps: Upgrade trpc and react queryMohamed Bassem1-1/+1
2025-03-22deps: Upgrade vitestMohamed Bassem1-1/+1
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem1-9/+68
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-64/+58
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-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-1/+1
2025-03-02feat(web): Show list stats in the sidebarMohamed Bassem1-0/+11
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem4-194/+306
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem6-269/+348
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid3-0/+25
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem1-0/+6
2025-02-01feat: Update the last modifiedAt timestamp when tags of the bookmark changeMohamed Bassem1-0/+9
2025-02-01feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem1-13/+24
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem3-0/+132
2025-01-13fix: Fix url matcher not matching sourceUrl. Fixes #874Mohamed Bassem2-5/+25
2025-01-12feat: Add ability to filter by bookmark typeMohamed Bassem2-0/+58
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek1-11/+39
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem1-0/+12
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem2-5/+41
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-19/+9
2025-01-04fix: Change search endpoint to accept query as raw stringMohamed Bassem1-5/+7
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2-4/+1
2025-01-02ci: Run tests on push (#807)Mohamed Bassem2-1/+4
2025-01-02fix: Add i18n for query explainer and add missing url matcherMohamed Bassem1-0/+1
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem3-24/+79