aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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