aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-09Revert "refactor: move assetdb to shared-server"Mohamed Bassem1-1/+1
2026-02-09refactor: move assetdb to shared-serverMohamed Bassem1-1/+1
2026-02-08fix: correctly sum low pri and normal crawl queue sizeMohamed Bassem1-1/+1
2026-02-08feat: Add separate queue for import link crawling (#2452)Mohamed Bassem1-1/+7
2026-02-08fix: lower the priority of recrawlingMohamed Bassem1-1/+6
2026-02-04feat: Import workflow v3 (#2378)Mohamed Bassem1-13/+0
2026-02-01fix(web): don't bundle tiktoken in client bundlesMohamed Bassem1-1/+1
2026-01-28fix: use user's preferred language for manual summarization (#2429)Mohamed Bassem1-1/+9
2026-01-18feat: Add attachedBy field to update tags endpoint (#2281)Mohamed Bassem1-12/+42
2026-01-10fix: parallelize queue enqueues in bookmark routesMohamed Bassem1-35/+42
2026-01-01fix: don't switch the bookmark back to pending on recrawlMohamed Bassem1-7/+0
2025-12-27feat: support archiving as pdf (#2309)Mohamed Bassem1-0/+2
2025-12-24refactor: move assets to their own model (#2301)Mohamed Bassem1-11/+8
2025-12-22fix: check quota usage instead bookmark transactionMohamed Bassem1-123/+127
2025-12-22fix: optimize tagging db queries (#2287)Mohamed Bassem1-86/+82
2025-12-14fix: non-link bookmarks where stuck in pending summarization. Fixes #1605Mohamed Bassem1-0/+3
2025-12-07fix: remove queue triggers outside of updateTags transactionMohamed Bassem1-15/+19
2025-11-28fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem1-1/+1
2025-11-27fix: Propagate group ids in queue calls (#2177)Mohamed Bassem1-12/+34
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem1-246/+52
2025-11-08feat: Add support for user uploaded files (#2100)Mohamed Bassem1-0/+1
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem1-0/+1
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem1-1/+14
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem1-10/+10
2025-09-14refactor: strongly type the search plugin interfaceMohamed Bassem1-5/+6
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem1-4/+8
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem1-21/+12
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem1-8/+7
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem1-3/+3
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem1-3/+3
2025-07-12fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem1-1/+15
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem1-20/+47
2025-07-06feat: Store large html content in the asset dbMohamed Bassem1-6/+15
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem1-1/+24
2025-06-22fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied1-3/+6
2025-06-21fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem1-1/+1
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem1-255/+7
2025-05-24feat: Add "deleted" webhook event (#1464)Salvatore Gentile1-0/+1
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem1-0/+1
2025-05-18fix(search): add new relevance sort order (#1392)xuatz1-3/+19
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem1-0/+27
2025-04-16fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem1-3/+1
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-12chore: Rename hoarder packages to karakeepMohamedBassem1-12/+12
2025-04-08fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem1-1/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem1-26/+115
2025-03-22feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast1-0/+2
2025-03-09fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem1-64/+58
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-1/+1