aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/config.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-07feat: Add cookie support for browser page accessMohamed Bassem1-0/+2
2025-09-07feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem1-0/+20
2025-08-22feat: Export prometheus metrics from the workersMohamedBassem1-0/+8
2025-08-22feat: generate a random prometheus token on startupMohamedBassem1-1/+3
2025-08-03fix: Trim trailing slashes from nextauth urls. Fixes #1799MohamedBassem1-1/+5
2025-07-27fix: fix hidden env variable parse error. fixes #1790MohamedBassem1-167/+164
2025-07-27feat: Support NO_COLOR for logging. Fixes #1778MohamedBassem1-0/+2
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem1-8/+0
2025-07-26feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem1-3/+2
2025-07-20feat: Add a max output tokens env variableMohamed Bassem1-0/+2
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem1-4/+8
2025-07-19feat: Allow enabling journaling mode on the dbMohamed Bassem1-0/+6
2025-07-19fix: Rename the proxy settings such that they don't interfer with other requestsMohamed Bassem1-6/+6
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem1-0/+28
2025-07-13feat: Add proper proxy support. fixes #1265Mohamed Bassem1-0/+10
2025-07-10feat: Add API ratelimitsMohamed Bassem1-0/+6
2025-07-10feat: Add support for email verificationMohamed Bassem1-117/+151
2025-07-06feat: Add prometheus monitoring. Fixes #758Mohamed Bassem1-0/+6
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem1-6/+22
2025-07-04feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem1-0/+21
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem1-0/+7
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem1-0/+5
2025-05-18feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem1-0/+3
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem1-0/+4
2025-04-15feat: Change default text model to 4.1-miniMohamed Bassem1-1/+1
2025-04-13fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem1-2/+17
2025-03-29feat: Allow storing assets in a separate directory. Fixes #1091Mohamed Bassem1-0/+3
2025-03-27feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng1-0/+2
2025-03-22feat(auth): Added env variable for OAuth timeout (#1136)Kaio Cesar1-0/+2
2025-03-16feat(workers): allows videoWorker to use ytdlp command line arguments specifi...erik-nilcoast1-0/+5
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-0/+2
2025-02-16fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan1-0/+2
2025-02-09fix: Loosen the restriction about the browser address env variable. Fixes #1000Mohamed Bassem1-2/+2
2025-02-02feat: Change default max upload size to 50MB up from 4MBMohamed Bassem1-1/+1
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem1-8/+0
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫1-0/+14
2024-12-29feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal1-0/+4
2024-11-21fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem1-0/+2
2024-10-28fix: Fix type in the separate container env variableMohamed Bassem1-2/+2
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-0/+6
2024-10-26docker: Add a flag to detect apps running in legacy container setupMohamed Bassem1-0/+4
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem1-0/+11
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem1-0/+2
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-3/+3
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-0/+3
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem1-0/+3
2024-09-15feature: Added support for custom OIDC providers to set up authentication. Fi...kamtschatka1-0/+15
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-0/+4
2024-07-27feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem1-2/+2
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-10/+0