| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature: Add support for local models using ollama | MohamedBassem | 2024-03-27 | 1 | -0/+11 |
| | | |||||
| * | refactor: Validate env variables using zod | MohamedBassem | 2024-03-27 | 1 | -0/+3 |
| | | |||||
| * | ui: Migrate to the new logo everywhere | MohamedBassem | 2024-03-26 | 1 | -0/+252 |
| | | |||||
| * | chore: Refactor tailwind in all apps to use the tooling package | MohamedBassem | 2024-03-23 | 1 | -16/+295 |
| | | |||||
| * | feature(web): Add dark mode support | MohamedBassem | 2024-03-23 | 1 | -0/+15 |
| | | |||||
| * | fix(mobile): Fix setting propagatin | MohamedBassem | 2024-03-22 | 1 | -0/+3 |
| | | |||||
| * | chore: Upgrade turbo version | MohamedBassem | 2024-03-22 | 1 | -29/+29 |
| | | |||||
| * | feature: A better looking bookmark preview page | MohamedBassem | 2024-03-21 | 1 | -0/+40 |
| | | |||||
| * | chore: Bump nextjs version to 14.1.4 | MohamedBassem | 2024-03-20 | 1 | -56/+56 |
| | | |||||
| * | refactor: Move landing page to its own app to deploy it separately | MohamedBassem | 2024-03-19 | 1 | -74/+66 |
| | | |||||
| * | build: Upgrade pnpm to v9 alpha, might regret it later | MohamedBassem | 2024-03-19 | 1 | -9491/+13987 |
| | | |||||
| * | docs: Bootstrap docusaurus docs | MohamedBassem | 2024-03-19 | 1 | -131/+5529 |
| | | |||||
| * | refactor: Change asset storage to be the filesystem instead of sqlite | MohamedBassem | 2024-03-19 | 1 | -7/+0 |
| | | |||||
| * | Feature: Add support for uploading images and automatically inferring their ↵ | Mohamed Bassem | 2024-03-19 | 1 | -0/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * 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 | ||||
| * | feature(web): A better tags editor using react select with auto complete and ↵ | MohamedBassem | 2024-03-17 | 1 | -0/+200 |
| | | | | | auto create | ||||
| * | refactor: Prepare for pagination by dropping querying bookmarks by id | MohamedBassem | 2024-03-17 | 1 | -0/+7 |
| | | |||||
| * | fix(mobile): Bump expo-share-intent version and remove the hacks around the ↵ | MohamedBassem | 2024-03-15 | 1 | -7/+4 |
| | | | | | old version | ||||
| * | mobile: Revamp bookmark card's action bar | MohamedBassem | 2024-03-15 | 1 | -0/+24 |
| | | |||||
| * | docker: Fix dockerfiles to adapt to the new repo structure | MohamedBassem | 2024-03-14 | 1 | -146/+26 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 1 | -515/+781 |
| | | |||||
| * | fix(mobile): Multiple attempts to stop the duplication sharing | MohamedBassem | 2024-03-13 | 1 | -0/+3 |
| | | |||||
| * | mobile: Add support for sharing text to the app | MohamedBassem | 2024-03-13 | 1 | -0/+6 |
| | | |||||
| * | mobile: Bump version to 1.1.0 | MohamedBassem | 2024-03-13 | 1 | -0/+12 |
| | | |||||
| * | fix(mobile): Make links clickable | MohamedBassem | 2024-03-13 | 1 | -0/+88 |
| | | |||||
| * | mobile: Add support for loading states for bookmarks | MohamedBassem | 2024-03-13 | 1 | -0/+12 |
| | | |||||
| * | mobile: Add support for rendering text bookmarks | MohamedBassem | 2024-03-13 | 1 | -3/+69 |
| | | |||||
| * | mobile: Introduce a tab layout and move the sharing page into a modal | MohamedBassem | 2024-03-13 | 1 | -0/+3 |
| | | |||||
| * | mobile: Add support for app settings | MohamedBassem | 2024-03-11 | 1 | -0/+14 |
| | | |||||
| * | mobile: Setup share intent | MohamedBassem | 2024-03-11 | 1 | -38/+5037 |
| | | |||||
| * | build: Replace bcrypt with bcryptjs | MohamedBassem | 2024-03-11 | 1 | -136/+12 |
| | | |||||
| * | extension: Use react-query and trpc in the extension | MohamedBassem | 2024-03-05 | 1 | -0/+90 |
| | | |||||
| * | refactor: Extract trpc logic into its package | MohamedBassem | 2024-03-05 | 1 | -8/+205 |
| | | |||||
| * | fix: Use puppeteer adblocker to block cookies notices | MohamedBassem | 2024-03-05 | 1 | -0/+113 |
| | | |||||
| * | deps: Remove unused deps from extension deps list | MohamedBassem | 2024-03-04 | 1 | -47/+0 |
| | | |||||
| * | lint: Add husky | MohamedBassem | 2024-03-04 | 1 | -0/+9 |
| | | |||||
| * | feature: Initial attempt at making the app a PWA | MohamedBassem | 2024-03-04 | 1 | -73/+2122 |
| | | |||||
| * | deps: Upgrade some deps | MohamedBassem | 2024-03-03 | 1 | -85/+114 |
| | | |||||
| * | ui: Use a masonry library to maintain the order of the bookmark grid | MohamedBassem | 2024-03-02 | 1 | -0/+11 |
| | | |||||
| * | feature: Store full link content and index them | MohamedBassem | 2024-03-02 | 1 | -0/+42 |
| | | |||||
| * | feature: Add full text search support | MohamedBassem | 2024-03-01 | 1 | -0/+22 |
| | | |||||
| * | feature: Add support for creating and updating lists | MohamedBassem | 2024-03-01 | 1 | -0/+167 |
| | | |||||
| * | feature: Add support for markdown in the text bookmarks | MohamedBassem | 2024-02-28 | 1 | -2/+608 |
| | | |||||
| * | feature: Add support for storing and previewing raw notes | MohamedBassem | 2024-02-28 | 1 | -0/+3 |
| | | |||||
| * | tests: Add tests for the bookmarks routes | MohamedBassem | 2024-02-28 | 1 | -8/+498 |
| | | |||||
| * | docker: Run db migrations on web app startup | MohamedBassem | 2024-02-27 | 1 | -1/+6 |
| | | |||||
| * | build: Migrate from yarn to pnpm | MohamedBassem | 2024-02-26 | 1 | -0/+8630 |
