| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feature(web): Add syntax highlighting to code blocks and a quick copy ↵ | kamtschatka | 2024-06-09 | 1 | -0/+173 |
| | | | | | | | | | | | | | | | | | | button. Fixes #195 (#197) * Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature: Full page archival with monolith. Fixes #132 | MohamedBassem | 2024-05-26 | 1 | -3/+108 |
| | | |||||
| * | feature(web): Improve merging of tags by simple drag and drop #144 (#154) | kamtschatka | 2024-05-18 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | * Improve merging of tags by simple drag and drop #144 Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive * Improve merging of tags by simple drag and drop #144 minor renamings removed some unnecessary code * Improve merging of tags by simple drag and drop #144 extracted out the drag and drop functionality to be more encapsulated and reusable * Improve merging of tags by simple drag and drop #144 improved the usage sorter to additionally compare by name if the usage is the same * Improve merging of tags by simple drag and drop #144 replaced checkboxes with toggles floating on the right --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | feature: A new cleanups page to suggest ways to tidy up your bookmarks | MohamedBassem | 2024-04-26 | 1 | -0/+10 |
| | | |||||
| * | build(cli): Prepare for publishing CLI to npm | MohamedBassem | 2024-04-24 | 1 | -18/+17 |
| | | |||||
| * | feature(cli): Add ability to manipulate lists, tags and update bookmarks | MohamedBassem | 2024-04-24 | 1 | -0/+40 |
| | | |||||
| * | fix(crawler): Better extraction for amazon images | MohamedBassem | 2024-04-23 | 1 | -0/+17 |
| | | |||||
| * | feature(extension): Allow adding tags and lists to newly hoarded bookmarks | MohamedBassem | 2024-04-23 | 1 | -0/+16 |
| | | |||||
| * | ui(extension): Use shadcn and better dark mode support | MohamedBassem | 2024-04-23 | 1 | -0/+44 |
| | | |||||
| * | feature: Nested lists (#110). Fixes #62 | Mohamed Bassem | 2024-04-19 | 1 | -0/+33 |
| | | | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree | ||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 1 | -0/+9 |
| | | |||||
| * | feature(web): Allow changing the bookmark grid layout (#98) | Mohamed Bassem | 2024-04-14 | 1 | -1/+1 |
| | | |||||
| * | feature: Recrawl failed links from admin UI (#95) | Ahmad Mujahid | 2024-04-11 | 1 | -1/+1 |
| | | | | | | * feature: Retry failed crawling URLs * fix: Enhancing visuals and some minor changes. | ||||
| * | feature: Add PDF support (#88) | Ahmad Mujahid | 2024-04-11 | 1 | -66/+293 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | fix: Delete the API key on logout from phone or extension | MohamedBassem | 2024-04-09 | 1 | -0/+6 |
| | | |||||
| * | feature: Extract hook logic into separate package and add a new action bar ↵ | MohamedBassem | 2024-04-07 | 1 | -0/+94 |
| | | | | | in bookmark preview | ||||
| * | chore: Update turbo to 1.13.2 | MohamedBassem | 2024-04-03 | 1 | -29/+29 |
| | | |||||
| * | featuer: Introduce a new CLI for mass manipulation of bookmarks | MohamedBassem | 2024-04-02 | 1 | -0/+57 |
| | | |||||
| * | fix(mobile): Allow android/ios connections over http. #6 | MohamedBassem | 2024-04-01 | 1 | -0/+15 |
| | | |||||
| * | fix(web): Fix the sharp missing error log | MohamedBassem | 2024-03-29 | 1 | -4/+257 |
| | | |||||
| * | mobile(android): Getting the android app ready for submission | MohamedBassem | 2024-03-29 | 1 | -0/+17 |
| | | |||||
| * | 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 |
| | | |||||
