aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem4-0/+1024
2024-05-18fix: Add the missing bookmark URL index migrationMohamedBassem3-0/+1016
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem1-0/+4
2024-04-20feature: Download images and screenshotsMohamedBassem4-0/+1011
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem4-1/+1002
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem4-0/+983
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid4-0/+980
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid6-1/+1941
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem4-0/+947
2024-03-27refactor: Validate env variables using zodMohamedBassem2-2/+4
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem6-24/+1889
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem6-27/+2077
2024-03-17db: Create an index on bookmarks.createdAt field given the use in paginationMohamedBassem4-0/+896
2024-03-16db: Add missing indicies on dbMohamedBassem4-1/+910
2024-03-14docker: Fix dockerfiles to adapt to the new repo structureMohamedBassem1-1/+0
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2-5/+15
2024-03-05build: Fix the web buildMohamedBassem1-5/+3
2024-03-05breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2-2/+11
2024-03-05feature: Store html content of links in the databaseMohamedBassem4-0/+816
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem4-0/+813
2024-03-02dev: Disable db query logging given that it's very noisyMohamedBassem1-12/+1
2024-03-02fix: Remove unique index on API key name as it was forcing the name to be uni...MohamedBassem4-1/+801
2024-03-02feature: Store full link content and index themMohamedBassem4-0/+808
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem4-0/+801
2024-03-01feature: Add support for creating and updating listsMohamedBassem4-0/+873
2024-02-29fix: Disable query logging in productionMohamedBassem1-4/+4
2024-02-29fix: Fix browser bookmarking input schemaMohamedBassem1-8/+5
2024-02-29fix: Fix API key authorizationMohamedBassem1-0/+10
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem5-3/+681
2024-02-28fix: Fix drizzle logging params in prodMohamedBassem1-1/+12
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem1-0/+11
2024-02-27docker: Run db migrations on web app startupMohamedBassem2-0/+14
2024-02-26build: Migrate from yarn to pnpmMohamedBassem1-1/+1
2024-02-26feature: Add support for adding/removing tagsMohamedBassem1-1/+1
2024-02-23db: Migrate from prisma to drizzleMohamedBassem20-400/+909
2024-02-22feature: Add support for credentials registration and sign inMohamedBassem3-2/+28
2024-02-20branding: Rename app to HoarderMohamedBassem1-1/+1
2024-02-18build: Optimizing the docker image sizes a bitMohamedBassem1-1/+3
2024-02-14fix: Fix the uniquness constraint on tag nameMohamedBassem2-2/+14
2024-02-13feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem1-0/+1
2024-02-12feature: Add support for managing API keysMohamedBassem2-0/+29
2024-02-11fix: Fix build for workers package and add it to CIMohamedBassem1-0/+2
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem1-11/+11
2024-02-10chore: Enable prisma logging in dev envMohamedBassem1-1/+6
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem2-23/+93
2024-02-08[build] Migrating to yarn 2MohamedBassem1-2/+2
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem8-0/+264