aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.test.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-18feat: Add attachedBy field to update tags endpoint (#2281)Mohamed Bassem1-0/+68
2025-12-22fix: optimize tagging db queries (#2287)Mohamed Bassem1-0/+124
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem1-4/+4
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem1-0/+259
2025-05-17feat: Allow enabling/disabling RSS feedsMohamed Bassem1-1/+5
2025-04-16tests: Add tests for various trpc endpointsMohamed Bassem1-3/+147
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-2/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem1-1/+62
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem1-117/+2
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem1-1/+19
2024-10-06refactor: Include userId in the assets tableMohamedBassem1-0/+4
2024-09-26fix(web):Add validation on updateTags request to ensure that an empty tagName...kamtschatka1-0/+15
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem1-2/+95
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka1-5/+19
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-18/+20
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem1-0/+60
2024-05-12tests: Add tests for bookmark deduplicationMohamedBassem1-0/+38
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem1-6/+6
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem1-2/+15
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-2/+4
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-1/+1
2024-03-02feature: Make the first user an admin automaticallyMohamedBassem1-1/+1
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem1-9/+27
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-0/+182