rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
feature: Allow to disable default password login after SSO is configured. Fixes…
* [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
kamtschatka 8 -14/+37
feature: Persevere the source URL of clipped texts from the extension.
Fixes #448
MohamedBassem 13 -31/+1246
feature(extension): Allow login directly with an API key
* [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>
kamtschatka 2 -9/+96
fix(extension): Upgrade crxjs to 2.0 to add support for firefox MohamedBassem 6 -87/+73
[extension] Add context menu item in the browser extension. Fixes #155 (#278)
* 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>
kamtschatka 6 -31/+101
feature(cli): Allow updating tags/lists from CLI (#211)
* 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>
kamtschatka 5 -47/+182
refactor: added the bookmark type to the database (#256)
* 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>
kamtschatka 27 -120/+1266
feature(extension): Add a context menu to open your hoarder saves. Fixes #188…
* 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>
kamtschatka 4 -1/+66
feature(extension): Allow adding tags and lists to newly hoarded bookmarks MohamedBassem 16 -9/+617
ui(extension): Use shadcn and better dark mode support MohamedBassem 18 -100/+396
fix: Delete the API key on logout from phone or extension MohamedBassem 11 -92/+84
feature: Extract hook logic into separate package and add a new action bar in… MohamedBassem 23 -330/+672
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
ui(extension): Update logo and bump version MohamedBassem 3 -5/+4
fix(extension): Fix ugly looking popup in dark mode. Fixes #30 MohamedBassem 2 -10/+8
fix: Fix allow links with trailing slashes in extension configuration. Fixes #18 MohamedBassem 1 -1/+1
lint: Lint and format the entire repo with the new configs MohamedBassem 122 -411/+424
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350