rcgit

/ karakeep
follow | order: default date topo
Age Commit message Author Files +/-
fix: Fix missing bookmarks during pagination if they got created in the same… MohamedBassem 5 -20/+120
tests: Add tests for bookmark deduplication MohamedBassem 1 -0/+38
feature: Dedup links on creation. Fixes #49 MohamedBassem 8 -106/+176
feature: Allow users to delete all unused tags in one go MohamedBassem 3 -5/+89
fix: Fix error when merging empty tags MohamedBassem 1 -9/+11
fix: Change tag listing API to return unused tags MohamedBassem 2 -32/+52
fix: Re-index affected bookmarks when one of their tags gets updated MohamedBassem 1 -30/+78
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105…
* feature(web): Allow deleting tags from the all tags page
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105
Mohamed Bassem 14 -269/+835
feature(extension): Allow adding tags and lists to newly hoarded bookmarks MohamedBassem 16 -9/+617
feature: Allow recrawling bookmarks without running inference jobs MohamedBassem 4 -9/+46
feature: Download images and screenshots MohamedBassem 22 -135/+1373
feature: Nested lists (#110). Fixes #62
* feature: Add support for nested lists
* prevent moving the parent to a subtree
Mohamed Bassem 25 -402/+2084
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
feature: Add title to bookmarks and allow editing them. Fixes #27 MohamedBassem 17 -54/+1240
feature(web): Allow changing the bookmark grid layout (#98) Mohamed Bassem 20 -268/+546
fix: Differentiate between pending in db and in redis in admin job stats MohamedBassem 3 -26/+64
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
feature(web): Allow uploading directly into lists/tags. Fixes #69 MohamedBassem 19 -144/+258
fix: Refresh the all tags page automatically when a tag is modified MohamedBassem 5 -83/+103
feature: Change archived meaning to only mean removed from homepage MohamedBassem 7 -16/+5
fix: Delete user's assets when the user is deleted MohamedBassem 2 -0/+14
fix: Incorrect counts for tags in the AllTags page. Fixes #78 MohamedBassem 1 -2/+2
feature: Split the tags in AllTags page by who used them MohamedBassem 2 -40/+112
feature: Add support deleting tags MohamedBassem 4 -14/+94
format: Add missing lint and format, and format the entire repo MohamedBassem 57 -192/+255
fix: Sort search results by relevance MohamedBassem 3 -1/+26
feature(web): Add support for attaching notes to bookmarks MohamedBassem 10 -2/+1012
fix: Drop the 2k char limit on notes. Fixes #25 MohamedBassem 2 -7/+12
feature: Add an option to disable new signups MohamedBassem 6 -26/+23
fix: Fix accessing tags by name failing privacy checks MohamedBassem 1 -9/+17
feature(web): Add support for removing items from lists MohamedBassem 5 -16/+96
feature(web): Add support for demo mode MohamedBassem 13 -19/+89
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): Add the ability to change passwords MohamedBassem 4 -9/+182
feature(web): A better tags editor using react select with auto complete and… MohamedBassem 5 -131/+348
feature: Implemente pagination support MohamedBassem 8 -70/+143
refactor: Prepare for pagination by dropping querying bookmarks by id MohamedBassem 16 -100/+155
refactor: Move tag fetching to trpc to reuse in the mobile app MohamedBassem 3 -24/+113
docker: Fix dockerfiles to adapt to the new repo structure MohamedBassem 8 -172/+46
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
build: Replace bcrypt with bcryptjs MohamedBassem 4 -139/+15
fix: Trim whitespaces from submitted URLs MohamedBassem 1 -1/+1
build: Fix the web build MohamedBassem 4 -10/+8
extension: Instead of manually creating api keys, let users exchange their… MohamedBassem 10 -138/+247
extension: Show who the logged in user is in the extension options MohamedBassem 5 -37/+76
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793