aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (unfollow)
Commit message (Expand)AuthorFilesLines
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
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem1-25/+4
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem1-151/+2
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-0/+10
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 Bassem1-0/+6
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 Bassem1-5/+36
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-02feat: Add support for smart lists (#802)Mohamed Bassem1-0/+30
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem1-1/+15
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem1-2/+8
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+33
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-2/+57
2024-11-17feature: Allow setting bookmark metadata during creationMohamed Bassem1-3/+6
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem1-0/+14
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-0/+5
2024-10-27fix: Index the summary in searchMohamed Bassem1-1/+2
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+69
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem1-24/+3