aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-0/+1
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-1/+2
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem3-0/+62
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem1-0/+16
2024-09-21feature(web): Preserve title, tags and createdAt when importing a netscape ht...MohamedBassem1-0/+1
2024-09-21refactor: Extract useUpload into its own reusable hookMohamedBassem1-0/+2
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-21fix: async/await issues with the new queue (#319)kamtschatka1-4/+4
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem3-44/+28
2024-07-05fix: Renaming full page archive asset file doesn't work inside docker. Fixes ...MohamedBassem1-1/+4
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka1-2/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-4/+11
2024-06-23feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem1-3/+7
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka2-6/+15
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka1-0/+14
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem3-1/+37
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem1-2/+11
2024-05-16feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...MohamedBassem1-1/+1
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-0/+4
2024-05-15feature(worker): Allow configuring redis with a passwordMohamedBassem2-0/+3
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-0/+2
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