aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(workers): Close browser if connect on demand (#1151)Chang-Yen Tseng2025-04-161-0/+3
* feat: Add an MCP server for karakeepMohamed Bassem2025-04-131-1/+1
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-1214-73/+73
* feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng2025-03-271-10/+18
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-223-1/+32
* deps: Upgrade pdfjs and dompurifyMohamed Bassem2025-03-221-4/+3
* feat(workers): allows videoWorker to use ytdlp command line arguments specifi...erik-nilcoast2025-03-161-1/+2
* fix: Revert the accidental upgrade of deps. #1107Mohamed Bassem2025-03-101-1/+1
* build(deps): bump dompurify from 3.0.9 to 3.2.4 (#1102)dependabot[bot]2025-03-091-1/+1
* fix(workers): Small typo fix in assetPreprocessingWorker.tsChris2025-03-081-2/+2
* feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem2025-03-071-0/+4
* fix(workers): Fix webhook events being sent regardless of selected user opera...Mohamed Bassem2025-03-071-46/+50
* fix(workers): Fix pdf screenshotting not working when a text is extracted. Fi...Mohamed Bassem2025-03-071-5/+9
* fix: Validate the output of the feed xml parser. Fixes #1085Mohamed Bassem2025-03-021-8/+19
* fix: Fix fixMode preventing images from getting taggedMohamed Bassem2025-03-021-1/+1
* fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem2025-03-021-3/+6
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-173-40/+179
* fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem2025-02-021-1/+1
* fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2025-02-021-2/+6
* fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2025-02-014-22/+92
* deps: Upgrade typescript to 5.7Mohamed Bassem2025-02-012-4/+3
* build: Fix CI error because of mismatched cmdk versionMohamed Bassem2025-01-191-1/+2
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-192-11/+14
* chore: set firefox user-agent for rss reader (#908)Meysam2025-01-191-1/+1
* feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2025-01-193-11/+163
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-121-1/+1
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-112-6/+33
* chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)2024-12-311-0/+2
* deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2024-12-291-1/+1
* refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2024-12-265-118/+231
* feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem2024-12-081-4/+6
* feature(workers): Allow running hoarder without chrome as a hard dependency. ...Mohamed Bassem2024-11-301-11/+35
* fix(workers): Add spaces in tag placeholders for better tokenizationMohamed Bassem2024-11-241-3/+3
* feature: Add support for tag placeholders in custom prompts. #111 (#612)kamtschatka2024-11-241-1/+42
* fix(workers): Set a timeout on the screenshot call and completely skip it if ...Mohamed Bassem2024-11-231-13/+32
* fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem2024-11-212-7/+24
* chore(workers): Add extra logging for browser connection errorsMohamed Bassem2024-11-211-1/+1
* fix: Stop erroring in video download when there's no media foundMohamed Bassem2024-11-091-1/+5
* fix: Improve the robustness of the feed workerMohamed Bassem2024-11-091-4/+27
* fix: Remove old downloaded video when it gets refreshedMohamed Bassem2024-11-091-0/+2
* fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem2024-11-095-19/+26
* fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem2024-11-091-1/+1
* fix: Pass arguments to monolith and yt-dlp as array for better escapingMohamed Bassem2024-11-032-2/+2
* fix: Fix bug in tag normalization regex. Fixes #595Mohamed Bassem2024-11-031-1/+1
* feature: Schedule RSS feed refreshes every hourMohamed Bassem2024-11-033-3/+37
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-034-2/+190
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-284-52/+272
* deps: Extract the queue implementation into its own reposMohamed Bassem2024-10-275-5/+5
* fix: Index the summary in searchMohamed Bassem2024-10-271-0/+1
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-3/+6