aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-06chore: Excluded unneeded docker context using dockerignoreMohamed Bassem1-2/+2
2025-07-06feat: Add a new timezone user settingMohamed Bassem6-24/+2095
2025-07-06feat: Add prometheus monitoring. Fixes #758Mohamed Bassem8-9/+237
2025-07-06fix(build): Regenerate openapi specMohamed Bassem1-1/+146
2025-07-06feat: Add per user storage quotaMohamed Bassem11-33/+2172
2025-07-06feat: Add new user stats page. Fixes #1523Mohamed Bassem3-1/+598
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem2-9/+25
2025-07-04feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem12-99/+1964
2025-07-04refactor: Move the health endpoint to hono as wellMohamed Bassem2-0/+18
2025-07-04refactor: Move the trpc endpoint to honoMohamed Bassem3-0/+31
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem9-8/+2356
2025-06-22fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied5-7/+56
2025-06-22fix: minor changes to the tagging prompts (#1474)Olicorne1-10/+11
2025-06-22chore: More oxlint changesMohamed Bassem9-31/+7
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz18-76/+206
2025-06-21fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem2-1/+4
2025-06-21fix: Collapse long runs of repeated whitespaces before tokenization to avoid ...Mohamed Bassem1-0/+9
2025-06-21fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem5-6/+140
2025-06-21fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem1-12/+34
2025-06-15i18n: Add Greek translation (#1564)apo-mak1-0/+1
2025-06-08deps: upgrade to pnpm@9.15.9 (#1544)xuatz4-5/+8
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem1-6/+11
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem4-49/+112
2025-06-07docs: Add asset APIs to the openapi specMohamed Bassem4-24/+182
2025-06-01feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem3-37/+308
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem23-69/+2723
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz7-1/+2039
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem19-260/+2883
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem5-83/+79
2025-05-24feat: Add "deleted" webhook event (#1464)Salvatore Gentile4-2/+4
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem9-1/+2145
2025-05-18build: Regen openAPI specMohamed Bassem1-2/+32
2025-05-18feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem1-0/+3
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem10-11/+2027
2025-05-18feat(api): Expose the endpoint to create a new tagMohamed Bassem7-49/+172
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API (...Mohamed Bassem16-3/+885
2025-05-18feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz7-27/+97
2025-05-18fix: Use proper tokenizer when truncating for inference. Fixes #1405Mohamed Bassem2-8/+9
2025-05-18fix(search): add new relevance sort order (#1392)xuatz2-6/+22
2025-05-17fix(api): make PUT bookmark to a list idempotent (#1427)xuatz3-34/+2
2025-05-17feat: Allow enabling/disabling RSS feedsMohamed Bassem7-3/+1980
2025-05-17feat: Add karakeep metadata to openai callsMohamed Bassem1-0/+4
2025-05-10i18n: Add US English as option in User Settings (#1327)William Callahan1-0/+1
2025-04-28Revert "fix: Fix smart lists not working in list search qualifiers". #1321Mohamed Bassem3-133/+69
2025-04-27fix: Fix smart lists not working in list search qualifiers. Fixes #845Mohamed Bassem3-69/+133
2025-04-27fix: When triggering a re-index, drop all the documents firstMohamed Bassem1-0/+3
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem19-9/+4191
2025-04-26tests: Run trpc tests in CIMohamed Bassem1-0/+14
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo16-43/+44
2025-04-16tests: Add some simple crawler testsMohamed Bassem6-14/+161