rcgit

/ karakeep
follow | order: default date topo
Age Commit message Author Files +/-
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
build: Fix build by committing next-env.d.ts MohamedBassem 2 -1/+5
refactor: Change asset storage to be the filesystem instead of sqlite MohamedBassem 16 -75/+2006
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
breaking: Using DATA_DIR env variable instead of DATABASE_URL MohamedBassem 7 -10/+19
feature: Initial attempt at making the app a PWA MohamedBassem 9 -133/+2232
db: Migrate from prisma to drizzle MohamedBassem 41 -975/+2177
Migrating away from bun to yarn MohamedBassem 15 -105/+5148
Structure the repo into workspaces MohamedBassem 11 -67/+79
Move the web app into a subdir MohamedBassem 64 -820/+821
Init NextAuth MohamedBassem 12 -105/+194
Initial commit from Create Next App MohamedBassem 15 -0/+328