aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(i18n): add Arabic language support (#983)Ahmad Mujahid2025-02-091-0/+1
* i18n: Enable the Hungarian translationMohamed Bassem2025-02-021-0/+1
* fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2025-02-021-0/+1
* feat: Change default max upload size to 50MB up from 4MBMohamed Bassem2025-02-021-1/+1
* feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem2025-02-011-0/+1
* fix: Fix search query parsing to allow and/or to be identifiers. Fixes #935Mohamed Bassem2025-02-012-4/+15
* fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem2025-02-011-28/+53
* fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2025-02-012-13/+38
* deps: Upgrade typescript to 5.7Mohamed Bassem2025-02-012-3/+6
* i18n: Fix spanish language code. Fixes #925Mohamed Bassem2025-02-011-1/+1
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-193-12/+34
* feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2025-01-192-0/+41
* fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2025-01-122-0/+226
* feat: Add ability to filter by bookmark typeMohamed Bassem2025-01-123-0/+97
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-121-0/+5
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-122-2/+11
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-112-1/+13
* refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)2025-01-051-0/+19
* i18n: Enable the new translated languagesMohamed Bassem2025-01-051-4/+11
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+12
* Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2025-01-021-2/+1
* ci: Run tests on push (#807)Mohamed Bassem2025-01-021-1/+2
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-17/+65
* feat: Add support for searching for tagged and listed itemsMohamed Bassem2024-12-313-0/+56
* feat: Add support for negative search termsMohamed Bassem2024-12-313-44/+132
* chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)2024-12-311-0/+2
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-315-2/+717
* i18n: Added Croatian translation (#788)Jaksa1012024-12-301-0/+1
* feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2024-12-292-0/+36
* fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2024-12-281-2/+2
* i18n: Added Turkish translation (#781)Buğra Canata2024-12-281-0/+1
* feat: Implement the all highlights page. Fixes #620Mohamed Bassem2024-12-281-0/+10
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-273-5/+9
* feat: Implement highlights support for links. Fixes #620Mohamed Bassem2024-12-271-0/+31
* refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2024-12-261-0/+19
* i18n: Enable polish translationsMohamed Bassem2024-12-221-0/+1
* i18n: Enable the Swedish translationMohamed Bassem2024-12-221-0/+1
* fix: Instruct the model to only respond with the summary when summarizing con...Mohamed Bassem2024-11-241-1/+1
* i18n: Add zh-TW Traditional Chinese locale (#689)Peter Dave Hello2024-11-231-1/+2
* fix(workers): Don't block connection to chrome when failing to download adblo...Mohamed Bassem2024-11-211-0/+2
* fix: Fix homepage not loading when hitting adding invalid URL during crawling...Mohamed Bassem2024-11-171-3/+3
* feature: Allow setting bookmark metadata during creationMohamed Bassem2024-11-171-1/+26
* docs: fix typo in inference.ts (#640)Ikko Eltociear Ashimine2024-11-171-1/+1
* translations: Add german, french and chinese LLM translationsMohamed Bassem2024-11-171-1/+3
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-0/+6
* fix: Increase max prompt length to 500 chars instead of 100Mohamed Bassem2024-11-091-1/+1
* fix: Feed refreshes were not getting re-enqueued for failed jobsMohamed Bassem2024-11-092-1/+7
* feature: Schedule RSS feed refreshes every hourMohamed Bassem2024-11-031-1/+1
* feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2024-11-031-0/+1
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-032-0/+44