aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem4-2/+2109
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo1-1/+1
2025-04-16tests: Add tests for various trpc endpointsMohamed Bassem1-1/+1
2025-04-15fix: Add password salt to the user tableMohamed Bassem4-1/+1695
2025-04-12feat(web): Optionally add short description to lists (#1225)ekambains4-0/+1686
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem4-10/+10
2025-03-22feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast4-0/+1685
2025-03-07feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem1-2/+1
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem2-0/+2
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-0/+2
2025-02-02fix: Fix node22 error in worker container. Fixes #962Mohamed Bassem1-1/+1
2025-02-01feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem4-0/+1659
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem6-0/+3319
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem4-2/+1572
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-0/+2
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem1-1/+1
2025-01-02ci: Run tests on push (#807)Mohamed Bassem1-1/+1
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem4-0/+1573
2025-01-01refactor: Migrate from the deprecated drizzle-orm schemaMohamed Bassem2-61/+48
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem1-1/+1
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem6-0/+3108
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem4-0/+1421
2024-11-08fix: Fix slow AllTags page because of misconfigured tagId index. Fixes #528Mohamed Bassem4-1/+1414
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem4-0/+1482
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-0/+2
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem4-0/+1238
2024-10-12deps: Upgrade nodejs to v22MohamedBassem1-2/+2
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem4-5/+1254
2024-10-06refactor: Include userId in the assets tableMohamedBassem4-0/+1225
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem4-0/+1182
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem4-0/+1205
2024-09-28deps: Upgrade drizzle-kitMohamedBassem29-2169/+2195
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+1
2024-07-08chore: added a new table to store the config in the database (#279)kamtschatka4-0/+1106
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka4-0/+1090
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-0/+14
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka4-3/+1135
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka4-28/+1065
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem4-0/+1024
2024-05-18fix: Add the missing bookmark URL index migrationMohamedBassem3-0/+1016
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem1-0/+4
2024-04-20feature: Download images and screenshotsMohamedBassem4-0/+1011
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem4-1/+1002
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem4-0/+983
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid4-0/+980
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid6-1/+1941
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem4-0/+947
2024-03-27refactor: Validate env variables using zodMohamedBassem2-2/+4
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem6-24/+1889
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem6-27/+2077