aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid3-40/+179
2025-02-02fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem1-1/+1
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem1-2/+6
2025-02-01fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem4-22/+92
2025-02-01deps: Upgrade typescript to 5.7Mohamed Bassem2-4/+3
2025-01-19build: Fix CI error because of mismatched cmdk versionMohamed Bassem1-1/+2
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem2-11/+14
2025-01-19chore: set firefox user-agent for rss reader (#908)Meysam1-1/+1
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫3-11/+163
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem1-1/+1
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem2-6/+33
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem1-1/+1
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem5-118/+231
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-4/+6
2024-11-30feature(workers): Allow running hoarder without chrome as a hard dependency. ...Mohamed Bassem1-11/+35
2024-11-24fix(workers): Add spaces in tag placeholders for better tokenizationMohamed Bassem1-3/+3
2024-11-24feature: Add support for tag placeholders in custom prompts. #111 (#612)kamtschatka1-1/+42
2024-11-23fix(workers): Set a timeout on the screenshot call and completely skip it if ...Mohamed Bassem1-13/+32
2024-11-21fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem2-7/+24
2024-11-21chore(workers): Add extra logging for browser connection errorsMohamed Bassem1-1/+1
2024-11-09fix: Stop erroring in video download when there's no media foundMohamed Bassem1-1/+5
2024-11-09fix: Improve the robustness of the feed workerMohamed Bassem1-4/+27
2024-11-09fix: Remove old downloaded video when it gets refreshedMohamed Bassem1-0/+2
2024-11-09fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem5-19/+26
2024-11-09fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem1-1/+1
2024-11-03fix: Pass arguments to monolith and yt-dlp as array for better escapingMohamed Bassem2-2/+2
2024-11-03fix: Fix bug in tag normalization regex. Fixes #595Mohamed Bassem1-1/+1
2024-11-03feature: Schedule RSS feed refreshes every hourMohamed Bassem3-3/+37
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem4-2/+190
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka4-52/+272
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem5-5/+5
2024-10-27fix: Index the summary in searchMohamed Bassem1-0/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-3/+6
2024-10-26refactor: Move inference to the shared packageMohamed Bassem3-159/+2
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem3-1/+44
2024-10-19fix(workers): Pin execa to avoid ERR_PACKAGE_PATH_NOT_EXPORTED errorYour Name1-1/+1
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka1-1/+1
2024-10-12deps: Upgrade metascraper for faster docker buildsMohamedBassem1-10/+10
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem4-19/+11
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem2-3/+116
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem1-60/+83
2024-10-06refactor: Include userId in the assets tableMohamedBassem1-0/+5
2024-10-05deps: Upgrade openai packageMohamedBassem1-1/+1
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-3/+5
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-39/+42
2024-09-26fix(workers): Log stacktrace on worker error. #424 (#429)kamtschatka3-3/+7
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+1
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem2-1/+2
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem1-1/+1