aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-20feature: Add OCR support for images. Fixes #296Mohamed Bassem1-0/+11
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem1-2/+2
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem1-0/+5
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem1-0/+12
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem1-0/+9
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem1-1/+1
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka2-1/+26
2024-10-19feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka1-0/+19
2024-10-13feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem1-1/+1
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem2-2/+23
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem3-0/+59
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka1-3/+3
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem2-0/+14
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-0/+3
2024-10-05fix: Drop the usage of useCursorV2 from the serverMohamedBassem1-5/+5
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