aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-09fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem2-66/+60
2025-03-09build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103)dependabot[bot]1-1/+1
2025-03-09feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2-0/+102
2025-03-09feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem1-8/+17
2025-03-09fix: Fix missing workers in the server statsMohamed Bassem1-0/+54
2025-03-07feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem3-4/+8
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem4-13/+28
2025-03-02feat(web): Show list stats in the sidebarMohamed Bassem3-0/+17
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem6-194/+308
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem8-314/+397
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid8-0/+77
2025-02-16fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan3-0/+17
2025-02-09fix: Loosen the restriction about the browser address env variable. Fixes #1000Mohamed Bassem1-2/+2
2025-02-09feat(web): bulk tag deletion. Fixes #872 (#900)lexafaxine1-0/+6
2025-02-09feat(i18n): add Arabic language support (#983)Ahmad Mujahid1-0/+1
2025-02-02release(sdk): Release the 0.22 sdkMohamed Bassem1-1/+1
2025-02-02i18n: Enable the Hungarian translationMohamed Bassem1-0/+1
2025-02-02ci: Fix build by regenerating the open API specMohamed Bassem2-0/+5
2025-02-02fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem2-2/+2
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2-0/+7
2025-02-02feat: Change default max upload size to 50MB up from 4MBMohamed Bassem1-1/+1
2025-02-01feat: Update the last modifiedAt timestamp when tags of the bookmark changeMohamed Bassem1-0/+9
2025-02-01feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem3-0/+13
2025-02-01fix: Fix search query parsing to allow and/or to be identifiers. Fixes #935Mohamed Bassem2-4/+15
2025-02-01fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem1-28/+53
2025-02-01fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2-13/+38
2025-02-01deps: Upgrade typescript to 5.7Mohamed Bassem2-3/+6
2025-02-01feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem5-13/+1683
2025-02-01i18n: Fix spanish language code. Fixes #925Mohamed Bassem1-1/+1
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem12-12/+3485
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2-0/+41
2025-01-13fix: Fix url matcher not matching sourceUrl. Fixes #874Mohamed Bassem2-5/+25
2025-01-12fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2-0/+226
2025-01-12feat: Add ability to filter by bookmark typeMohamed Bassem5-0/+155
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2-11/+44
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem7-4/+1595
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem8-6/+117
2025-01-05release(sdk): Re-release the 0.21 sdkMohamed Bassem2-17/+23
2025-01-05fix(sdk): Fix the module type of the sdk packageMohamed Bassem2-2/+4
2025-01-05docs: Add readme to SDKMohamed Bassem1-0/+57
2025-01-05fix(sdk): Publish both esm and cjs modules for the sdkMohamed Bassem2-5/+10
2025-01-05release(sdk): Release the 0.21 sdkMohamed Bassem1-1/+1
2025-01-05refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)1-0/+19
2025-01-05i18n: Enable the new translated languagesMohamed Bassem1-4/+11
2025-01-05ci: Fix build by using the workspace sdk packageMohamed Bassem2-3/+6
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem7-20/+260
2025-01-04fix: Change search endpoint to accept query as raw stringMohamed Bassem1-5/+7
2025-01-04feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem4-0/+557
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem4-7/+3
2025-01-02ci: Run tests on push (#807)Mohamed Bassem4-3/+7