aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: correctly sum low pri and normal crawl queue sizeMohamed Bassem2026-02-081-1/+1
* feat: Add separate queue for import link crawling (#2452)Mohamed Bassem2026-02-081-1/+7
* fix: lower the priority of recrawlingMohamed Bassem2026-02-081-1/+6
* feat: Import workflow v3 (#2378)Mohamed Bassem2026-02-041-13/+0
* fix(web): don't bundle tiktoken in client bundlesMohamed Bassem2026-02-011-1/+1
* fix: use user's preferred language for manual summarization (#2429)Mohamed Bassem2026-01-281-1/+9
* feat: Add attachedBy field to update tags endpoint (#2281)Mohamed Bassem2026-01-181-12/+42
* fix: parallelize queue enqueues in bookmark routesMohamed Bassem2026-01-101-35/+42
* fix: don't switch the bookmark back to pending on recrawlMohamed Bassem2026-01-011-7/+0
* feat: support archiving as pdf (#2309)Mohamed Bassem2025-12-271-0/+2
* refactor: move assets to their own model (#2301)Mohamed Bassem2025-12-241-11/+8
* fix: check quota usage instead bookmark transactionMohamed Bassem2025-12-221-123/+127
* fix: optimize tagging db queries (#2287)Mohamed Bassem2025-12-221-86/+82
* fix: non-link bookmarks where stuck in pending summarization. Fixes #1605Mohamed Bassem2025-12-141-0/+3
* fix: remove queue triggers outside of updateTags transactionMohamed Bassem2025-12-071-15/+19
* fix: lazy load js-tiktoken in prompts module (#2176)Mohamed Bassem2025-11-281-1/+1
* fix: Propagate group ids in queue calls (#2177)Mohamed Bassem2025-11-271-12/+34
* feat: Add collaborative lists (#2146)Mohamed Bassem2025-11-171-246/+52
* feat: Add support for user uploaded files (#2100)Mohamed Bassem2025-11-081-0/+1
* feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem2025-10-121-0/+1
* feat: Revamp import experience (#2001)Mohamed Bassem2025-10-041-1/+14
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-141-10/+10
* refactor: strongly type the search plugin interfaceMohamed Bassem2025-09-141-5/+6
* fix: fix tag flicker caused by tag sortingMohamed Bassem2025-09-071-4/+8
* refactor: Extract quota logic into its own classMohamed Bassem2025-09-061-21/+12
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-271-8/+7
* Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2025-07-131-3/+3
* fix: Fix the types of the bookmark types in the db queryMohamed Bassem2025-07-131-3/+3
* fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem2025-07-121-1/+15
* fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2025-07-121-20/+47
* feat: Store large html content in the asset dbMohamed Bassem2025-07-061-6/+15
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-041-1/+24
* fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied2025-06-221-3/+6
* fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem2025-06-211-1/+1
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-255/+7
* feat: Add "deleted" webhook event (#1464)Salvatore Gentile2025-05-241-0/+1
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-0/+1
* fix(search): add new relevance sort order (#1392)xuatz2025-05-181-3/+19
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+27
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-161-3/+1
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-131-11/+53
* feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem2025-04-131-0/+20
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-12/+12
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem2025-04-081-1/+2
* feat: Allow editing bookmark detailsMohamedBassem2025-04-081-26/+115
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-221-0/+2
* fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem2025-03-091-64/+58
* fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem2025-03-021-1/+1
* refactor: Move the list logic into a separate modelMohamed Bassem2025-03-021-25/+4
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-231-151/+2