aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
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 themMohamedBassem8-1/+836
2024-03-01feature: Default server address for the bookmark and a spinner while its savingMohamedBassem3-13/+52
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem12-7/+1048
2024-03-01feature: Add full text search supportMohamedBassem12-11/+395
2024-03-01feature: Add support for creating and updating listsMohamedBassem21-5/+1862
2024-02-29fix: Disable query logging in productionMohamedBassem1-4/+4
2024-02-29fix: Fix browser bookmarking input schemaMohamedBassem2-11/+10
2024-02-29fix: Fix API key authorizationMohamedBassem1-0/+10
2024-02-29fix: Fix the padding of the tag view pageMohamedBassem2-3/+4
2024-02-29ui: Slightly better looking AllTags pageMohamedBassem1-6/+4
2024-02-29fix: Prevent openai from inferring tags from the prompt itselfMohamedBassem1-5/+10
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem3-15/+15
2024-02-29fix: Remove extra row-span from LinkCardMohamedBassem2-3/+2
2024-02-29fix: Delete URL on successful bookmarkMohamedBassem1-0/+4
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem5-10/+5
2024-02-29fix: Fix phantom links in tag pillsMohamedBassem1-11/+11
2024-02-29fix: Change the colors of the tag pillMohamedBassem1-3/+3
2024-02-29fix: Open links in new tabMohamedBassem1-2/+6
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem6-37/+84
2024-02-28fix: Fix the positioning of the favourited starMohamedBassem1-8/+10
2024-02-28feature: Support tag inferance for note bookmarksMohamedBassem2-40/+65
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem18-111/+1129
2024-02-28fix: Fix drizzle logging params in prodMohamedBassem1-1/+12
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem14-66/+351
2024-02-28feature: Show a visual indication when an item is favouritedMohamedBassem1-0/+8
2024-02-28feature: Add copy link to bookmark optionsMohamedBassem1-0/+12
2024-02-27fix: Fix trpc output validation when deleting API keysMohamedBassem1-3/+1
2024-02-27docker: Run db migrations on web app startupMohamedBassem2-0/+14
2024-02-26build: Migrate from yarn to pnpmMohamedBassem4-4/+8
2024-02-26feature: Add support for adding/removing tagsMohamedBassem6-52/+365
2024-02-23db: Migrate from prisma to drizzleMohamedBassem33-629/+1159
2024-02-22fix: Remove the separator line from the sign in page when no providers are co...MohamedBassem1-1/+1
2024-02-22fix: Tag filtering and sortingMohamedBassem1-2/+2
2024-02-22fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem4-13/+18
2024-02-22fix: Make typescript happyMohamedBassem1-1/+2
2024-02-22feature: Introduce a separate sidebar for the mobileMohamedBassem5-5/+64
2024-02-22feature: Adding a loading page while bookmarks are being fetchedMohamedBassem2-2/+13
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem7-49/+100
2024-02-22feature: Add support for credentials registration and sign inMohamedBassem14-20/+516
2024-02-20extension: Add some temp logos to the pluginMohamedBassem5-0/+5
2024-02-20build: Fix the docker buildMohamedBassem1-1/+0
2024-02-20build: Fix buildMohamedBassem1-2/+2
2024-02-20feature: Basic support for demo modeMohamedBassem4-12/+13
2024-02-20fix: Fix passing the query to the tag pageMohamedBassem3-32/+11
2024-02-20branding: Rename app to HoarderMohamedBassem16-32/+32
2024-02-20ui: hydrate the react query cache in the client side componentsMohamedBassem8-15/+30
2024-02-18format: Run yarn formatMohamedBassem4-11/+9
2024-02-18build: Build and publish images to docker registryMohamedBassem1-2/+2