aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem5-2/+1478
2024-11-24fix: Instruct the model to only respond with the summary when summarizing con...Mohamed Bassem1-1/+1
2024-11-24deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem1-6/+2
2024-11-23i18n: Add zh-TW Traditional Chinese locale (#689)Peter Dave Hello1-1/+2
2024-11-21fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem1-0/+2
2024-11-17fix: Fix homepage not loading when hitting adding invalid URL during crawling...Mohamed Bassem2-9/+6
2024-11-17feature: Allow setting bookmark metadata during creationMohamed Bassem3-113/+111
2024-11-17docs: fix typo in inference.ts (#640)Ikko Eltociear Ashimine1-1/+1
2024-11-17translations: Add german, french and chinese LLM translationsMohamed Bassem1-1/+3
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-0/+6
2024-11-09fix: Increase max prompt length to 500 chars instead of 100Mohamed Bassem1-1/+1
2024-11-09fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem2-1/+7
2024-11-08fix: Fix slow AllTags page because of misconfigured tagId index. Fixes #528Mohamed Bassem4-1/+1414
2024-11-03feature: Schedule RSS feed refreshes every hourMohamed Bassem1-1/+1
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem3-0/+35
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem8-0/+1649
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)kamtschatka8-0/+68
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem17-1026/+2
2024-10-27fix: Index the summary in searchMohamed Bassem2-1/+3
2024-10-27fix: Fix build by regenerating the openai specMohamed Bassem1-0/+12
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem9-8/+1377
2024-10-26refactor: Move inference to the shared packageMohamed Bassem2-0/+157
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-20api: Add tag ids and support variable baseURLMohamed Bassem5-2/+98
2024-10-20docs: Generate OpenAPI docsMohamed Bassem3-8/+1299
2024-10-20chore: Define hoarder's rest API in zod formatMohamed Bassem8-0/+674
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem2-7/+12
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem2-7/+10
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2-24/+15
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem2-10/+13
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...kamtschatka4-44/+156
2024-10-19feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka5-7/+59
2024-10-13feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem1-1/+1
2024-10-13feature: Support regenerating AI tags only for failed bookmarksMohamedBassem1-10/+19
2024-10-12deps: Upgrade nodejs to v22MohamedBassem2-4/+4
2024-10-12feature: Allow customizing the inference's context lengthMohamedBassem2-2/+23
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem4-2/+122
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka4-5/+17
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem10-59/+1414
2024-10-06refactor: Include userId in the assets tableMohamedBassem6-0/+1230
2024-10-06feature: Allow disabling password signups (#413)kamtschatka2-2/+11
2024-10-05fix: Drop the usage of useCursorV2 from the serverMohamedBassem2-22/+16
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem7-2/+1209
2024-10-05feature(web): Async validate JWT account and sign out the user if they no lon...MohamedBassem1-2/+11
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka2-2/+9
2024-09-29feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem1-0/+11
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem9-0/+1383