aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (unfollow)
Commit message (Expand)AuthorFilesLines
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