rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
feature(web): Allow changing the bookmark grid layout (#98) Mohamed Bassem 20 -268/+546
feature: Recrawl failed links from admin UI (#95)
* feature: Retry failed crawling URLs
* fix: Enhancing visuals and some minor changes.
Ahmad Mujahid 8 -25/+1067
feature: Add PDF support (#88)
* feature: Add PDF support
* fix: PDF feature enhancements
* fix: Freeze expo-share-intent version to prevent breaking changes
* fix: set endOfLine to auto for cross-platform development
* fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues
* fix: enhancing PDF feature
* fix: Allowing null in fiename for backward compatibility
* fix: update pnpm file with pnpm 9.0.0-alpha-8
* fix:(web): PDF Preview for web
Ahmad Mujahid 24 -107/+2387
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
chore: Update turbo to 1.13.2 MohamedBassem 2 -30/+30
featuer: Introduce a new CLI for mass manipulation of bookmarks MohamedBassem 11 -1/+340
fix(mobile): Allow android/ios connections over http. #6 MohamedBassem 3 -0/+30
fix(web): Fix the sharp missing error log MohamedBassem 3 -4/+259
mobile(android): Getting the android app ready for submission MohamedBassem 19 -43/+109
feature: Add support for local models using ollama MohamedBassem 10 -81/+206
refactor: Validate env variables using zod MohamedBassem 7 -46/+91
ui: Migrate to the new logo everywhere MohamedBassem 41 -38/+460
chore: Refactor tailwind in all apps to use the tooling package MohamedBassem 19 -503/+426
feature(web): Add dark mode support MohamedBassem 31 -39/+138
fix(mobile): Fix setting propagatin MohamedBassem 11 -135/+91
chore: Upgrade turbo version MohamedBassem 2 -30/+30
feature: A better looking bookmark preview page MohamedBassem 7 -69/+244
chore: Bump nextjs version to 14.1.4 MohamedBassem 3 -58/+58
refactor: Move landing page to its own app to deploy it separately MohamedBassem 20 -169/+549
build: Upgrade pnpm to v9 alpha, might regret it later MohamedBassem 4 -9698/+14194
docs: Bootstrap docusaurus docs MohamedBassem 22 -673/+6762
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
feature(web): A better tags editor using react select with auto complete and… MohamedBassem 5 -131/+348
refactor: Prepare for pagination by dropping querying bookmarks by id MohamedBassem 16 -100/+155
fix(mobile): Bump expo-share-intent version and remove the hacks around the old… MohamedBassem 5 -70/+32
mobile: Revamp bookmark card's action bar MohamedBassem 3 -57/+116
docker: Fix dockerfiles to adapt to the new repo structure MohamedBassem 8 -172/+46
structure: Create apps dir and copy tooling dir from t3-turbo repo MohamedBassem 396 -9511/+10350
fix(mobile): Multiple attempts to stop the duplication sharing MohamedBassem 5 -4/+35
mobile: Add support for sharing text to the app MohamedBassem 5 -3/+24
mobile: Bump version to 1.1.0 MohamedBassem 5 -3/+56
fix(mobile): Make links clickable MohamedBassem 3 -1/+94
mobile: Add support for loading states for bookmarks MohamedBassem 5 -6/+103
mobile: Add support for rendering text bookmarks MohamedBassem 3 -15/+107
mobile: Introduce a tab layout and move the sharing page into a modal MohamedBassem 10 -64/+153
mobile: Add support for app settings MohamedBassem 7 -7/+118
mobile: Setup share intent MohamedBassem 13 -193/+5248
build: Replace bcrypt with bcryptjs MohamedBassem 4 -139/+15
build: Migrate to bun MohamedBassem 4 -9234/+2
prep: Setup nativecn-ui MohamedBassem 11 -118/+526
prep: Install lucide react native MohamedBassem 7 -18/+146
prep: Setup expo router MohamedBassem 6 -45/+562
Init expo, and tailwind MohamedBassem 9 -113/+1882
Initial commit
Generated by create-expo-app 2.1.1.
MohamedBassem 11 -0/+6871
extension: Use react-query and trpc in the extension MohamedBassem 12 -66/+237
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793
fix: Use puppeteer adblocker to block cookies notices MohamedBassem 3 -0/+120
deps: Remove unused deps from extension deps list MohamedBassem 2 -50/+0
lint: Add husky MohamedBassem 3 -2/+15
feature: Initial attempt at making the app a PWA MohamedBassem 9 -133/+2232
deps: Upgrade some deps MohamedBassem 2 -93/+122
ui: Use a masonry library to maintain the order of the bookmark grid MohamedBassem 3 -4/+34
feature: Store full link content and index them MohamedBassem 9 -1/+878
feature: Add full text search support MohamedBassem 17 -12/+440
feature: Add support for creating and updating lists MohamedBassem 23 -5/+2030
feature: Add support for markdown in the text bookmarks MohamedBassem 7 -39/+692
feature: Add support for storing and previewing raw notes MohamedBassem 21 -175/+1196
tests: Add tests for the bookmarks routes MohamedBassem 15 -74/+849
docker: Run db migrations on web app startup MohamedBassem 5 -17/+30
build: Migrate from yarn to pnpm MohamedBassem 16 -10678/+8701