aboutsummaryrefslogtreecommitdiffstats
path: root/apps/browser-extension/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(extension): add a keyboard shortcut to save page (#1532)Steven Conaway2025-06-071-22/+55
|
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-311-1/+1
|
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-213-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 karakeepMohamedBassem2025-04-1210-11/+11
|
* fix(extension): Update extension logo and nameMohamedBassem2025-04-061-2/+2
|
* fix(extension): Fix handling for empty storage. #10MohamedBassem2025-03-121-13/+36
|
* fix(extension): Fix extension setting hook not firing on setting change. #10MohamedBassem2025-03-091-9/+36
|
* feat: add URL protocol validation to extension and mobile app (#996)Ahmad Mujahid2025-02-091-0/+10
|
* fix: Nested Lists do not fit well in browser extension window #535 (#553)kamtschatka2024-12-222-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. ↵kamtschatka2024-10-121-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.MohamedBassem2024-10-051-1/+1
| | | | Fixes #448
* feature(extension): Allow login directly with an API keykamtschatka2024-09-211-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 firefoxMohamedBassem2024-08-181-1/+3
|
* [extension] Add context menu item in the browser extension. Fixes #155 (#278)kamtschatka2024-08-183-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)kamtschatka2024-07-271-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)kamtschatka2024-07-011-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 ↵kamtschatka2024-06-092-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 bookmarksMohamedBassem2024-04-2310-8/+548
|
* ui(extension): Use shadcn and better dark mode supportMohamedBassem2024-04-2312-95/+320
|
* fix: Delete the API key on logout from phone or extensionMohamedBassem2024-04-094-43/+11
|
* feature: Extract hook logic into separate package and add a new action bar ↵MohamedBassem2024-04-071-10/+10
| | | | in bookmark preview
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-309-21/+31
|
* ui(extension): Update logo and bump versionMohamedBassem2024-03-291-4/+3
|
* fix(extension): Fix ugly looking popup in dark mode. Fixes #30MohamedBassem2024-03-271-2/+2
|
* fix: Fix allow links with trailing slashes in extension configuration. Fixes #18MohamedBassem2024-03-271-1/+1
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-144-3/+4
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-1416-0/+586