aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-0/+10
* fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2025-02-021-0/+6
* feat: Update the last modifiedAt timestamp when tags of the bookmark changeMohamed Bassem2025-02-011-0/+9
* feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem2025-02-011-13/+24
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-0/+6
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-121-11/+39
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-121-0/+12
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-5/+36
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-19/+9
* fix: Change search endpoint to accept query as raw stringMohamed Bassem2025-01-041-5/+7
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-0/+30
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-311-1/+15
* refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2024-12-261-2/+8
* feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem2024-12-221-2/+33
* feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem2024-12-081-2/+57
* feature: Allow setting bookmark metadata during creationMohamed Bassem2024-11-171-3/+6
* feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2024-11-031-0/+14
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+5
* fix: Index the summary in searchMohamed Bassem2024-10-271-1/+2
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+69
* feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2024-10-201-24/+3
* refactor: Start tracking bookmark assets in the assets tableMohamedBassem2024-10-061-51/+105
* refactor: Include userId in the assets tableMohamedBassem2024-10-061-0/+1
* fix: Drop the usage of useCursorV2 from the serverMohamedBassem2024-10-051-17/+11
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-051-2/+13
* feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka2024-09-301-1/+7
* fix(web):Add validation on updateTags request to ensure that an empty tagName...kamtschatka2024-09-261-10/+24
* feature(web): Show attachments and allow users to manipulate them.MohamedBassem2024-09-221-7/+130
* feature(web): Preserve title, tags and createdAt when importing a netscape ht...MohamedBassem2024-09-211-0/+1
* feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2024-07-271-12/+43
* fix: async/await issues with the new queue (#319)kamtschatka2024-07-211-5/+5
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-211-3/+3
* refactor: fixed typos in BookmarkTypes (#268)kamtschatka2024-07-011-3/+3
* fix: Fix duplicate bookmarks in links with assetsMohamedBassem2024-07-011-1/+5
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-45/+60
* refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka2024-06-291-33/+17
* refactor: extract assets into their own database table. #215 (#220)kamtschatka2024-06-231-20/+65