rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: Coerce createdAt in the bookmark create/update APIs Mohamed Bassem 2 -4/+6
i18n: Added Turkish translation (#781) Buğra Canata 2 -0/+267
feat: Implement the all highlights page. Fixes #620 Mohamed Bassem 13 -85/+255
docs: Fix missing docs for highlights APIs Mohamed Bassem 2 -0/+257
feat: Add REST APIs for manipulating highlights. Fixes #620 Mohamed Bassem 11 -10/+448
feat: Implement highlights support for links. Fixes #620 Mohamed Bassem 16 -6/+3837
refactor: Move asset preprocessing to its own worker out of the inference worker Mohamed Bassem 7 -120/+258
i18n: Enable polish translations Mohamed Bassem 3 -157/+158
feat: Add basic pagination to searchBookmarks tRPC Mohamed Bassem 5 -19/+75
i18n: Enable the Swedish translation Mohamed Bassem 1 -0/+1
feature: Add an admin notice about the usage of the legacy container images Mohamed Bassem 7 -9/+229
feature: Store crawling status code and allow users to find broken links. Fixes… Mohamed Bassem 9 -6/+1628
fix: Instruct the model to only respond with the summary when summarizing… Mohamed Bassem 1 -1/+1
deps(mobile): Upgrade to Expo 52 (#692)
* fix(mobile): Sharing bookmark modal
* WIP: Upgrade to 52
* post ugprade fixes
* more fixes
* fix padding in tabbar
Mohamed Bassem 15 -4802/+3830
i18n: Add zh-TW Traditional Chinese locale (#689) Peter Dave Hello 2 -1/+208
fix(workers): Don't block connection to chrome when failing to download adblock… Mohamed Bassem 5 -117/+120
fix: Fix homepage not loading when hitting adding invalid URL during crawling.… Mohamed Bassem 2 -9/+6
feature: Allow setting bookmark metadata during creation Mohamed Bassem 4 -133/+120
docs: fix typo in inference.ts (#640)
successfull -> successful
Ikko Eltociear Ashimine 1 -1/+1
translations: Add german, french and chinese LLM translations Mohamed Bassem 5 -2/+622
feature: Add i18n support. Fixes #57 (#635)
* feature(web): Add basic scaffolding for i18n
* refactor: Switch most of the app's strings to use i18n strings
* fix: Remove unused i18next-resources-for-ts command
* Add user setting
* More translations
* Drop the german translation for now
Mohamed Bassem 56 -281/+929
fix: Increase max prompt length to 500 chars instead of 100 Mohamed Bassem 1 -1/+1
fix: Feed refreshes were not getting re-enqueued for failed jobs Mohamed Bassem 4 -9/+15
fix: Fix slow AllTags page because of misconfigured tagId index. Fixes #528 Mohamed Bassem 4 -1/+1414
feature: Schedule RSS feed refreshes every hour Mohamed Bassem 5 -11/+66
feature(web): Add the ability to view the bookmarks of a particular rss feed Mohamed Bassem 5 -2/+77
feature: Add support for subscribing to RSS feeds. Fixes #202 Mohamed Bassem 16 -3/+2280
fix: Fix type in the separate container env variable Mohamed Bassem 2 -4/+4
feature: Archive videos using yt-dlp. Fixes #215 (#525)
* Allow downloading more content from a webpage and index it #215
Added a worker that allows downloading videos depending on the environment variables
refactored the code a bit
added new video asset
updated documentation
* Some tweaks
* Drop the dependency on the yt-dlp wrapper
* Update openapi specs
* Dont log an error when the url is not supported
* Better handle supported websites that dont download anything
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 17 -71/+403
deps: Extract the queue implementation into its own repos Mohamed Bassem 23 -1336/+65
fix: Index the summary in search Mohamed Bassem 3 -1/+4
fix: Fix build by regenerating the openai spec Mohamed Bassem 1 -0/+12
feature: Add a summarize with AI button for links Mohamed Bassem 12 -11/+1536
refactor: Move inference to the shared package Mohamed Bassem 6 -165/+166
docker: Add a flag to detect apps running in legacy container setup Mohamed Bassem 2 -0/+6
feature: Add OCR support for images. Fixes #296 Mohamed Bassem 8 -2/+139
api: Add tag ids and support variable baseURL Mohamed Bassem 5 -2/+98
docs: Generate OpenAPI docs Mohamed Bassem 6 -784/+2927
chore: Define hoarder's rest API in zod format Mohamed Bassem 9 -5/+726
fix: Improve field names in the tag APIs Mohamed Bassem 4 -15/+24
feature(api): Add REST APIs to update bookmarks, tags and lists Mohamed Bassem 5 -7/+64
feature(api): Add REST APIs to manipulate lists and tags for bookmarks Mohamed Bassem 9 -58/+166
feature: Add APIs to create new lists and bookmarks Mohamed Bassem 4 -10/+37
featue: Add infra for REST APIs and implement GET /bookmarks Mohamed Bassem 6 -1/+215
feature: Allow reseting user password, change their roles and create new users.…
* How do I set the variable "user" or "system" for AI inference #262
changed from system to user
* Make Myself an Admin #560
added  user management functionality to the admin page
* A bunch of UI fixes and simplifications
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 9 -52/+711
feature: Log authentication failures to support fail2ban. Fixes #477 (#569)
* How do I set the variable "user" or "system" for AI inference #262
changed from system to user
* [Feature Request] Log failed login attempts for fail2ban implementation
#477
added logging of failed logins
* [Feature Request] Log failed login attempts for fail2ban implementation #477
added more logging for extension related logins
* Propagte IP to trpc
---------
Co-authored-by: Your Name <you@example.com>
kamtschatka 9 -12/+116
feature: Allow importing hoarder's own bookmark file. Fixes #527 MohamedBassem 5 -46/+122
feature: Support regenerating AI tags only for failed bookmarks MohamedBassem 2 -11/+29
deps: Upgrade nodejs to v22 MohamedBassem 6 -35/+35
feature: Allow customizing the inference's context length MohamedBassem 9 -36/+51
feature: Introduce a mechanism to cleanup dangling assets MohamedBassem 10 -8/+351
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
refactor: Start tracking bookmark assets in the assets table MohamedBassem 14 -175/+1581
refactor: Include userId in the assets table MohamedBassem 7 -0/+1235
feature: Allow disabling password signups (#413)
* [Feature Request] Allow to disable default password log in after SSO is configured #406
Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only
* rename local signups to password signups
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 5 -3/+15
fix: Drop the usage of useCursorV2 from the server MohamedBassem 2 -22/+16
feature: Persevere the source URL of clipped texts from the extension.
Fixes #448
MohamedBassem 13 -31/+1246
feature(web): Async validate JWT account and sign out the user if they no… MohamedBassem 3 -2/+39
feature(web): Add ability to manually trigger full page archives. Fixes #398…
* [Feature Request] Ability to select what to "crawl full page archive" #398
Added the ability to start a full page crawl for links and also in bulk operations
added the ability to refresh links as a bulk operation as well
* minor icon and wording changes
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 5 -6/+89
feature(web): Add ability to rerun inference on all bookmarks. Fixes 443 MohamedBassem 2 -0/+35
feature(web): Add the ability to customize the inference prompts. Fixes #170 MohamedBassem 13 -39/+1764
deps: Upgrade drizzle-kit MohamedBassem 30 -2171/+2217
fix(web):Add validation on updateTags request to ensure that an empty tagName…
* [Bug Report] Importing bookmarks adds all tags to all bookmarks #421
fixed an issue that caused all existing tags to be assigned to a new bookmark
* Add validation on the input of update tags to ensure that its not empty
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 2 -10/+39
feature(web): Show attachments and allow users to manipulate them. MohamedBassem 9 -12/+544
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
feature(web): Preserve title, tags and createdAt when importing a netscape… MohamedBassem 7 -45/+189
refactor: Extract useUpload into its own reusable hook MohamedBassem 3 -20/+44
feature: Added support for custom OIDC providers to set up authentication.…
* https://github.com/hoarder-app/hoarder/issues/92
Added support for custom OIDC providers to set up authentication
* Added support for custom OIDC providers to set up authentication #92
Showing OAuth errors in the signin page
* Added support for custom OIDC providers to set up authentication #92
Added the possibility to log in using an API key in case OAuth is used
* Added support for custom OIDC providers to set up authentication #92
improved the code to also promote the first user to admin if OAuth is used
* revert extension changes
* Simplify admin checks
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 4 -11/+133
deps: Upgrade drizzle and next auth drizzle adapter MohamedBassem 7 -54/+89
fix: Fix deleting tags broken due to wrong column name MohamedBassem 1 -1/+7
feature(worker): Allow configuring inference job timeout and ollama keep alive.… MohamedBassem 4 -19/+26
build: Fix sherif failures by sorting deps MohamedBassem 6 -12/+12
feature(mobile): Allow editing notes from the mobile app MohamedBassem 4 -32/+122
feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper MohamedBassem 3 -6/+6
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
fix: async/await issues with the new queue (#319) kamtschatka 6 -25/+27
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) Mohamed Bassem 13 -344/+128
chore: Add a new sqlite based queue package MohamedBassem 16 -0/+1062
fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)
limiting the length of the URL for batched requests to prevent 431 errors
kamtschatka 3 -0/+3
chore: added a new table to store the config in the database (#279) kamtschatka 4 -0/+1106
fix: Renaming full page archive asset file doesn't work inside docker. Fixes… MohamedBassem 1 -1/+4
refactor: fixed typos in BookmarkTypes (#268) kamtschatka 3 -6/+6
fix: Increase list name size to max 40 chars up from 20. Fixes #254 MohamedBassem 1 -1/+1
fix: Fix duplicate bookmarks in links with assets MohamedBassem 1 -1/+5
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
refactor: remove redundant code from crawler worker and refactor handling of…
* 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
* revert silentDeleteAsset and hide better-sqlite3
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 3 -65/+80
feature: Automatically transfer image urls into bookmared assets. Fixes #246 MohamedBassem 2 -9/+23
refactor: extract assets into their own database table. #215 (#220)
* Allow downloading more content from a webpage and index it #215
added a new table that contains the information about assets for link bookmarks
created migration code that transfers the existing data into the new table
* Allow downloading more content from a webpage and index it #215
removed the old asset columns from the database
updated the UI to use the data from the linkBookmarkAssets array
* generalize the assets table to not be linked in particular to links
* fix migrations post merge
* fix missing asset ids in the getBookmarks call
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 6 -52/+1271
feature: add support for PDF links. Fixes #28 (#216)
* feature request: pdf support #28
Added a new sourceUrl column to the asset bookmarks
Added transforming a link bookmark pointing at a pdf to an asset bookmark
made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL
updated gitignore for IDEA
* remove pdf parsing from the crawler
* extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index)
* Add 5s timeout to the content type fetch
---------
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 10 -93/+1263
fix: Remove the bookmark update text limit (#244) Ahmad Mujahid 1 -1/+1
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
* re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208
introduced a new function to trigger a reindex to reduce copy/paste
added missing reindexes when tags are deleted/bookmarks are updated
* give functions a bit more descriptive name
---------
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
Co-authored-by: MohamedBassem <me@mbassem.com>
kamtschatka 6 -55/+41
feature: Full page archival with monolith. Fixes #132 MohamedBassem 14 -7/+1259
fix: Fix missing bookmarks during pagination if they got created in the same… MohamedBassem 5 -20/+120
fix: Add the missing bookmark URL index migration MohamedBassem 3 -0/+1016
feature(inference): Upgrade the default vision model to the new… MohamedBassem 2 -2/+2
feature(crawler): Allow connecting to browser's websocket address and launching… MohamedBassem 3 -36/+70
feature(worker): Allow configuring redis with a password MohamedBassem 3 -0/+4
tests: Add tests for bookmark deduplication MohamedBassem 1 -0/+38
feature: Take full page screenshots #143 (#148)
Added the fullPage flag to take full screen screenshots
updated the UI accordingly to properly show the screenshots instead of scaling it down
Co-authored-by: kamtschatka <simon.schatka@gmx.at>
kamtschatka 4 -3/+9
feature: Dedup links on creation. Fixes #49 MohamedBassem 8 -106/+176
next