| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
| feature: Dedup links on creation. Fixes #49 | MohamedBassem | 8 | -106/+176 | |
| feature: Download images and screenshots | MohamedBassem | 22 | -135/+1373 | |
| refactor: Move the shared types to the shared package | MohamedBassem | 53 | -241/+260 | |
| feature: Add title to bookmarks and allow editing them. Fixes #27 | MohamedBassem | 17 | -54/+1240 | |
| feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 20 | -268/+546 | |
feature: Add PDF support (#88) …* feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web |
Ahmad Mujahid | 24 | -107/+2387 | |
| feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 19 | -144/+258 | |
| format: Add missing lint and format, and format the entire repo | MohamedBassem | 57 | -192/+255 | |
| fix: Sort search results by relevance | MohamedBassem | 3 | -1/+26 | |
| feature(web): Add support for attaching notes to bookmarks | MohamedBassem | 10 | -2/+1012 | |
| feature(web): Add support for removing items from lists | MohamedBassem | 5 | -16/+96 | |
| refactor: Change asset storage to be the filesystem instead of sqlite | MohamedBassem | 16 | -75/+2006 | |
Feature: Add support for uploading images and automatically inferring their… …* feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error |
Mohamed Bassem | 31 | -79/+2736 | |
| feature: Implemente pagination support | MohamedBassem | 8 | -70/+143 | |
| refactor: Prepare for pagination by dropping querying bookmarks by id | MohamedBassem | 16 | -100/+155 | |
| fix: Trim whitespaces from submitted URLs | MohamedBassem | 1 | -1/+1 | |
| refactor: Extract trpc logic into its package | MohamedBassem | 51 | -1536/+1793 | |
| feature: Add full text search support | MohamedBassem | 17 | -12/+440 | |
| feature: Add support for creating and updating lists | MohamedBassem | 23 | -5/+2030 | |
| feature: Support tag inferance for note bookmarks | MohamedBassem | 2 | -40/+65 | |
| feature: Add support for storing and previewing raw notes | MohamedBassem | 21 | -175/+1196 | |
| tests: Add tests for the bookmarks routes | MohamedBassem | 15 | -74/+849 | |
| feature: Add support for adding/removing tags | MohamedBassem | 6 | -52/+365 | |
| db: Migrate from prisma to drizzle | MohamedBassem | 41 | -975/+2177 | |
| feature: Adding some loading card while the link is getting crawled | MohamedBassem | 8 | -50/+102 | |
| build: Fix build | MohamedBassem | 2 | -3/+3 | |
| fix: Fix passing the query to the tag page | MohamedBassem | 3 | -32/+11 | |
| branding: Rename app to Hoarder | MohamedBassem | 21 | -165/+164 | |
| feature: Add ability to refresh bookmark details | MohamedBassem | 5 | -4/+76 | |
| feature: Implement a usable but ugly all tags and a single tag page | MohamedBassem | 8 | -29/+135 | |
| refactor: Migrating to trpc instead of next's route handers | MohamedBassem | 28 | -521/+343 |