aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models/assets.ts (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-09Revert "refactor: move assetdb to shared-server"Mohamed Bassem1-1/+1
This reverts commit a04d3c35fc9082e529a713605a038d236bb072c7.
2026-02-09refactor: move assetdb to shared-serverMohamed Bassem1-1/+1
2026-01-11feat: privacy-respecting bookmark debugger admin tool (#2373)Mohamed Bassem1-0/+25
* fix: parallelize queue enqueues in bookmark routes * fix: guard meilisearch client init with mutex * feat: add bookmark debugging admin tool * more fixes * more fixes * more fixes
2025-12-24fix: make avatars publicMohamed Bassem1-0/+5
2025-12-24refactor: move assets to their own model (#2301)Mohamed Bassem1-0/+252
* refactor: move assets to their own model * move asset privacy checks to the model