aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/bookmarks.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-20feature: Download images and screenshotsMohamedBassem1-4/+37
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-6/+9
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-0/+1
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-0/+2
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-0/+3
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem1-17/+39
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-22/+22
2024-03-30fix: Sort search results by relevanceMohamedBassem1-0/+8
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem1-0/+5
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-1/+1
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem1-4/+18
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-2/+32
2024-03-17feature: Implemente pagination supportMohamedBassem1-50/+72
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem1-45/+110
2024-03-10fix: Trim whitespaces from submitted URLsMohamedBassem1-1/+1
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-3/+3
2024-03-01feature: Add full text search supportMohamedBassem1-1/+61
2024-03-01feature: Add support for creating and updating listsMohamedBassem1-0/+3
2024-02-28feature: Support tag inferance for note bookmarksMohamedBassem1-5/+16
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem1-21/+68
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-52/+63
2024-02-26feature: Add support for adding/removing tagsMohamedBassem1-2/+87
2024-02-23db: Migrate from prisma to drizzleMohamedBassem1-83/+114
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem1-0/+25
2024-02-20build: Fix buildMohamedBassem1-2/+2
2024-02-20fix: Fix passing the query to the tag pageMohamedBassem1-29/+5
2024-02-20branding: Rename app to HoarderMohamedBassem1-2/+2
2024-02-14feature: Add ability to refresh bookmark detailsMohamedBassem1-1/+38
2024-02-13feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem1-0/+29
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem1-0/+139