| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(extension): add a keyboard shortcut to save page (#1532) | Steven Conaway | 2025-06-07 | 1 | -22/+55 |
| | | |||||
| * | refactor: Move bookmark utils from shared-react to shared | Mohamed Bassem | 2025-05-31 | 1 | -1/+1 |
| | | |||||
| * | chore: rename missing files/conf from Hoarder to Karakeep (#1280) | adripo | 2025-04-21 | 3 | -16/+16 |
| | | | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 10 | -11/+11 |
| | | |||||
| * | fix(extension): Update extension logo and name | MohamedBassem | 2025-04-06 | 1 | -2/+2 |
| | | |||||
| * | fix(extension): Fix handling for empty storage. #10 | MohamedBassem | 2025-03-12 | 1 | -13/+36 |
| | | |||||
| * | fix(extension): Fix extension setting hook not firing on setting change. #10 | MohamedBassem | 2025-03-09 | 1 | -9/+36 |
| | | |||||
| * | feat: add URL protocol validation to extension and mobile app (#996) | Ahmad Mujahid | 2025-02-09 | 1 | -0/+10 |
| | | |||||
| * | fix: Nested Lists do not fit well in browser extension window #535 (#553) | kamtschatka | 2024-12-22 | 2 | -2/+2 |
| | | | | increased size to have the same size as the input field that triggers it | ||||
| * | feature: Allow to disable default password login after SSO is configured. ↵ | kamtschatka | 2024-10-12 | 1 | -5/+1 |
| | | | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth | ||||
| * | feature: Persevere the source URL of clipped texts from the extension. | MohamedBassem | 2024-10-05 | 1 | -1/+1 |
| | | | | | Fixes #448 | ||||
| * | feature(extension): Allow login directly with an API key | kamtschatka | 2024-09-21 | 1 | -8/+86 |
| | | | | | | | | | | | * [Feature request] NextAuth Providers for OAuth/SSO #92 Added API key based authentication to the extension to make the extension usable when OAuth is in use * Minor UI tweak --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix(extension): Upgrade crxjs to 2.0 to add support for firefox | MohamedBassem | 2024-08-18 | 1 | -1/+3 |
| | | |||||
| * | [extension] Add context menu item in the browser extension. Fixes #155 (#278) | kamtschatka | 2024-08-18 | 3 | -20/+81 |
| | | | | | | | | | | | | | * Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature(cli): Allow updating tags/lists from CLI (#211) | kamtschatka | 2024-07-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | * Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature(extension): Add a context menu to open your hoarder saves. Fixes ↵ | kamtschatka | 2024-06-09 | 2 | -0/+60 |
| | | | | | | | | | | | | | | | | | | #188 (#206) * Feature request: Browser extension "Open your Hoarder saves" #188 Adds a context menu entry when a hoarder instance is configured and removes it again, if it is not configured anymore * Feature request: Browser extension "Open your Hoarder saves" #188 moved storage related functions to settings.ts fixed issues with context menu registration * only fire callback when the settings change --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature(extension): Allow adding tags and lists to newly hoarded bookmarks | MohamedBassem | 2024-04-23 | 10 | -8/+548 |
| | | |||||
| * | ui(extension): Use shadcn and better dark mode support | MohamedBassem | 2024-04-23 | 12 | -95/+320 |
| | | |||||
| * | fix: Delete the API key on logout from phone or extension | MohamedBassem | 2024-04-09 | 4 | -43/+11 |
| | | |||||
| * | feature: Extract hook logic into separate package and add a new action bar ↵ | MohamedBassem | 2024-04-07 | 1 | -10/+10 |
| | | | | | in bookmark preview | ||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 9 | -21/+31 |
| | | |||||
| * | ui(extension): Update logo and bump version | MohamedBassem | 2024-03-29 | 1 | -4/+3 |
| | | |||||
| * | fix(extension): Fix ugly looking popup in dark mode. Fixes #30 | MohamedBassem | 2024-03-27 | 1 | -2/+2 |
| | | |||||
| * | fix: Fix allow links with trailing slashes in extension configuration. Fixes #18 | MohamedBassem | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | lint: Lint and format the entire repo with the new configs | MohamedBassem | 2024-03-14 | 4 | -3/+4 |
| | | |||||
| * | structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 2024-03-14 | 16 | -0/+586 |
