rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: Drop the 2k char limit on notes. Fixes #25 MohamedBassem 2 -7/+12
fix: Attempt to increase the reliability of the ollama inference MohamedBassem 4 -17/+49
feature: Add support for local models using ollama MohamedBassem 10 -81/+206
refactor: Validate env variables using zod MohamedBassem 7 -46/+91
fix(workers): Drop the restriction of the tags being lowercase and without… MohamedBassem 1 -2/+2
refactor: Change asset storage to be the filesystem instead of sqlite MohamedBassem 16 -75/+2006
Feature: Add support for uploading images and automatically inferring their…
* 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
Mohamed Bassem 31 -79/+2736
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
fix: Drop old AI tag on link refresh MohamedBassem 1 -40/+53
fix: Teach openai to ignore cookie consent popups MohamedBassem 1 -3/+5
feature: Show a loading indicator when tags are still being fetched MohamedBassem 9 -13/+877
feature: Store full link content and index them MohamedBassem 9 -1/+878
feature: Add full text search support MohamedBassem 17 -12/+440
fix: Prevent openai from inferring tags from the prompt itself MohamedBassem 1 -5/+10
feature: Support tag inferance for note bookmarks MohamedBassem 2 -40/+65
db: Migrate from prisma to drizzle MohamedBassem 41 -975/+2177
branding: Rename app to Hoarder MohamedBassem 21 -165/+164
fix: Attempt to improve the openai prompt a bit MohamedBassem 2 -4/+7
chore: Consolidate all config vars in one file MohamedBassem 7 -33/+61
feature: Add ability to refresh bookmark details MohamedBassem 5 -4/+76
feature: Add support for managing API keys MohamedBassem 15 -5/+944
fix: Fix build for workers package and add it to CI MohamedBassem 8 -70/+106
[chore] Linting and formating tweaking MohamedBassem 24 -67/+157
[refactor] Extract the bookmark model to be a high level model to support other… MohamedBassem 22 -308/+396
[refactor] Move the different packages to the package subdir MohamedBassem 128 -2716/+2713
[openai] fix: Strip the hash symbol from the tag if it exists MohamedBassem 1 -1/+10
[feature] Add openAI integration for extracting tags from articles MohamedBassem 9 -19/+239