aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models/assets.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "refactor: move assetdb to shared-server"Mohamed Bassem3 days1-1/+1
| | | | This reverts commit a04d3c35fc9082e529a713605a038d236bb072c7.
* refactor: move assetdb to shared-serverMohamed Bassem3 days1-1/+1
|
* feat: privacy-respecting bookmark debugger admin tool (#2373)Mohamed Bassem2026-01-111-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
* fix: make avatars publicMohamed Bassem2025-12-241-0/+5
|
* refactor: move assets to their own model (#2301)Mohamed Bassem2025-12-241-0/+252
* refactor: move assets to their own model * move asset privacy checks to the model