aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem1-1/+2
2024-05-03fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem1-2/+2
2024-04-26feature(crawler): Allow increasing crawler concurrency and configure storing ...MohamedBassem1-0/+6
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem1-1/+6
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-0/+10
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-0/+1
2024-04-20feature: Download images and screenshotsMohamedBassem2-0/+6
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-0/+55
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem5-0/+195
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-0/+1
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem2-1/+12
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid2-0/+3
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem1-1/+1
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem1-0/+2
2024-04-05fix: Delete user's assets when the user is deletedMohamedBassem1-0/+12
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-0/+7
2024-04-02feat(workers): Allow configuring the language in which the tags are generated...MohamedBassem1-0/+2
2024-03-31chore(workers): Remove unused configuration optionsMohamedBassem1-4/+0
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem4-15/+42
2024-03-30fix: Sort search results by relevanceMohamedBassem1-1/+17
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem1-0/+1
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-0/+2
2024-03-27fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem1-0/+8
2024-03-27feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2-0/+3
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-0/+2
2024-03-27refactor: Validate env variables using zodMohamedBassem1-32/+71
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem1-1/+4
2024-03-24docker: Use external chrome docker containerMohamedBassem1-0/+1
2024-03-22feature: Add an option to disable new signupsMohamedBassem1-15/+5
2024-03-19feature(web): Add support for demo modeMohamedBassem1-0/+5
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2-6/+71
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-0/+1
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-1/+1
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2-1/+23
2024-03-01feature: Add full text search supportMohamedBassem4-0/+79
2024-02-26build: Migrate from yarn to pnpmMohamedBassem1-1/+2
2024-02-20feature: Basic support for demo modeMohamedBassem1-0/+1
2024-02-20branding: Rename app to HoarderMohamedBassem1-1/+1
2024-02-17build: Fix docker imagesMohamedBassem1-0/+2
2024-02-17fix: Let the crawler wait a bit more for page loadMohamedBassem1-0/+3
2024-02-14chore: Consolidate all config vars in one fileMohamedBassem3-3/+35
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-1/+0
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem1-2/+2
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem4-0/+55