aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-09feat(ai): Support restricting AI tags to a subset of existing tags (#2444)Mohamed Bassem4-0/+3249
2026-02-08feat(db): add OpenTelemetry instrumentation for database queriesClaude3-0/+71
2026-02-04fix: backfill old sessions and do queue backpressure (#2449)Mohamed Bassem1-1/+52
2026-02-04feat: Import workflow v3 (#2378)Mohamed Bassem6-1/+6554
2026-01-18feat: track api key usage datesMohamed Bassem4-0/+3032
2025-12-30feat: change default for tag style to be title case with spacesMohamed Bassem4-1/+3030
2025-12-29 fix: reset tagging status on crawl failure (#2316)Mohamed Bassem3-0/+3038
2025-12-27feat: add customizable tag styles (#2312)Mohamed Bassem4-0/+3038
2025-12-27feat: support archiving as pdf (#2309)Mohamed Bassem1-0/+2
2025-12-24feat: add support for user avatars (#2296)Mohamed Bassem1-0/+2
2025-12-22feat: Add user settings to disable auto tagging/summarization (#2275)Mohamed Bassem4-0/+3016
2025-12-22fix: optimize tagging db queries (#2287)Mohamed Bassem4-1/+3006
2025-12-15feat: Add unified reader settings with local overrides (#2230)Evan Simkowitz4-0/+2987
2025-12-14fix: non-link bookmarks where stuck in pending summarization. Fixes #1605Mohamed Bassem3-0/+2956
2025-12-11fix: add more indicies for faster bookmark queries (#2246)Mohamed Bassem4-2/+2989
2025-11-29feat: Add automated bookmark backup feature (#2182)Mohamed Bassem4-0/+2988
2025-11-23feat: Add invitation approval for shared lists (#2152)Mohamed Bassem4-0/+2854
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem4-0/+2716
2025-11-16build: Improve docker caching (#2140)Mohamed Bassem1-1/+2
2025-11-08feat: Add support for user uploaded files (#2100)Mohamed Bassem1-0/+2
2025-11-02feat(rss): Add import tags from RSS feed categories (#2031)Mohamed Bassem4-0/+2515
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem4-0/+2516
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem4-0/+2591
2025-09-09fix: fix migration failing when no user settings are set. fixes #1919 (#1920)Gavin Mogan1-6/+6
2025-08-03fix: Get rid of the userSetting table completelyMohamedBassem4-29/+2343
2025-08-02feat: Drop support for time bounded invitationsMohamedBassem4-1/+2346
2025-07-27chore: More turbo fixesMohamedBassem5-12/+23
2025-07-27fix: Ensure that all packages are ESM packagesMohamedBassem1-0/+1
2025-07-26deps: Upgrade viteMohamed Bassem1-1/+1
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem4-0/+2354
2025-07-19feat: Allow enabling journaling mode on the dbMohamed Bassem1-0/+12
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem1-3/+12
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem1-12/+3
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem4-0/+2417
2025-07-12deps: Upgrade drizzleMohamed Bassem1-2/+2
2025-07-12feat: Support forget and reset passwordMohamed Bassem4-0/+2251
2025-07-10feat: Add invite user supportMohamed Bassem4-0/+2174
2025-07-06feat: Store large html content in the asset dbMohamed Bassem4-1/+2063
2025-07-06chore: Excluded unneeded docker context using dockerignoreMohamed Bassem1-2/+2
2025-07-06feat: Add a new timezone user settingMohamed Bassem4-0/+2060
2025-07-06feat: Add per user storage quotaMohamed Bassem4-0/+2052
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem4-0/+2045
2025-06-22chore: More oxlint changesMohamed Bassem1-4/+1
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz2-7/+22
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem4-3/+2045
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz4-1/+2033
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem4-0/+2023
2025-05-24feat: Add "deleted" webhook event (#1464)Salvatore Gentile1-1/+1
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem5-1/+2042
2025-05-18feat: Add AI auto summarization. Fixes #1163Mohamed Bassem4-0/+1978