aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-05i18n: Enable the new translated languagesMohamed Bassem1-4/+11
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-0/+12
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem1-2/+1
2025-01-02ci: Run tests on push (#807)Mohamed Bassem1-1/+2
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem1-17/+65
2024-12-31feat: Add support for searching for tagged and listed itemsMohamed Bassem3-0/+56
2024-12-31feat: Add support for negative search termsMohamed Bassem3-44/+132
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem5-2/+717
2024-12-30i18n: Added Croatian translation (#788)Jaksa1011-0/+1
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 Bassem1-2/+2
2024-12-28i18n: Added Turkish translation (#781)Buğra Canata1-0/+1
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem1-0/+10
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem3-5/+9
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem1-0/+31
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem1-0/+19
2024-12-22i18n: Enable polish translationsMohamed Bassem1-0/+1
2024-12-22i18n: Enable the Swedish translationMohamed Bassem1-0/+1
2024-11-24fix: Instruct the model to only respond with the summary when summarizing con...Mohamed Bassem1-1/+1
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 Bassem1-3/+3
2024-11-17feature: Allow setting bookmark metadata during creationMohamed Bassem1-1/+26
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-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 Bassem1-0/+1
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2-0/+44
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)kamtschatka4-0/+47
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem2-3/+2
2024-10-27fix: Index the summary in searchMohamed Bassem1-0/+1
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem3-8/+55
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-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