aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-30build: Fix sdk and e2e_tests buildsMohamed Bassem2-2/+2
2024-12-30chore: Setup and add e2e tests for the API endpointsMohamed Bassem14-1/+1315
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem3-20/+2
2024-12-30feat: Introduce a typescript sdkMohamed Bassem7-0/+1225
2024-12-30i18n: Added Croatian translation (#788)Jaksa1011-0/+1
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2-2/+2
2024-12-29feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2-0/+36
2024-12-28fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2-4/+6
2024-12-28i18n: Added Turkish translation (#781)Buğra Canata1-0/+1
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem3-7/+18
2024-12-27docs: Fix missing docs for highlights APIsMohamed Bassem2-0/+257
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem7-6/+348
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem10-0/+3312
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2-2/+27
2024-12-22i18n: Enable polish translationsMohamed Bassem1-0/+1
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+33
2024-12-22i18n: Enable the Swedish translationMohamed Bassem1-0/+1
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-0/+12
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