| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(web): Hide smart lists from list selectors | Mohamed Bassem | 2025-04-26 | 3 | -0/+3 |
| | | |||||
| * | feat: Implement generic rule engine (#1318) | Mohamed Bassem | 2025-04-27 | 22 | -24/+1506 |
| | | | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models | ||||
| * | build: Provide a docker container for the MCP server | Mohamed Bassem | 2025-04-26 | 1 | -1/+23 |
| | | |||||
| * | landing: Update Homepage and Hero Image (#1304) | Yan Kuang | 2025-04-25 | 1 | -0/+0 |
| | | | | | | * Update homepage screenshot * Update application hero image | ||||
| * | fix(landing): all external links open in new tab (#1292) | ekambains | 2025-04-21 | 1 | -4/+24 |
| | | |||||
| * | chore: rename missing files/conf from Hoarder to Karakeep (#1280) | adripo | 2025-04-21 | 41 | -70/+69 |
| | | | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix(workers): Fix dompurify to run on readability's input not output | Mohamed Bassem | 2025-04-21 | 1 | -4/+12 |
| | | |||||
| * | deps: Upgrade readability to 0.6 & adblocker to 2.5.1 | Mohamed Bassem | 2025-04-21 | 1 | -2/+2 |
| | | |||||
| * | fix(web): Fix margins of the new list button | Mohamed Bassem | 2025-04-21 | 1 | -1/+1 |
| | | |||||
| * | fix(web): Fix the spinner getting hidden during AI summarization | Mohamed Bassem | 2025-04-21 | 1 | -2/+1 |
| | | |||||
| * | fix(web): Fix sidebar lists getting opened on edit | Mohamed Bassem | 2025-04-21 | 2 | -20/+21 |
| | | |||||
| * | fix: Rename cached content into reader mode | Mohamed Bassem | 2025-04-21 | 2 | -5/+6 |
| | | |||||
| * | ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261 | Mohamed Bassem | 2025-04-21 | 11 | -27/+57 |
| | | |||||
| * | fix: Take 2: Attempt to fix darkmode icon for extensions | MohamedBassem | 2025-04-20 | 1 | -10/+7 |
| | | |||||
| * | fix: Attempt to fix darkmode icon for extensions | MohamedBassem | 2025-04-20 | 1 | -2/+5 |
| | | |||||
| * | fix: Fix server side error on clipboard check | MohamedBassem | 2025-04-19 | 1 | -2/+12 |
| | | |||||
| * | fix: FIxed sidebar link to github for nightly builds (#1274) | Hasan Sino | 2025-04-18 | 1 | -1/+5 |
| | | | | | | * sidebar link to gh repo * user repo root url for nightly build in sidebar | ||||
| * | fix(mcp): Reduce number of MCP tools and add support for pagination | Mohamed Bassem | 2025-04-17 | 3 | -76/+50 |
| | | |||||
| * | fix(mcp): Fix mixed es module issue | Mohamed Bassem | 2025-04-17 | 2 | -1/+4 |
| | | |||||
| * | release(mcp): Release mcp 0.23.5 | Mohamed Bassem | 2025-04-17 | 1 | -1/+1 |
| | | |||||
| * | fix: Add includeContent to search endpoint and document it in the docs | Mohamed Bassem | 2025-04-16 | 3 | -12/+26 |
| | | |||||
| * | feat: Add import support for Tab Session Manager (#1246) | Jorge Barnaby | 2025-04-16 | 4 | -2/+72 |
| | | | | | | | | | | * feat: Add import support for Tab Session Manager * drop unneeded schema fields --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | build: Take over the build command in the installation script | Mohamed Bassem | 2025-04-16 | 1 | -1/+1 |
| | | |||||
| * | feat(web): Add support for merging lists (#1231) | omnitrix | 2025-04-16 | 4 | -3/+238 |
| | | | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix(workers): Close browser if connect on demand (#1151) | Chang-Yen Tseng | 2025-04-16 | 1 | -0/+3 |
| | | |||||
| * | feat: add support for filtering by bookmark age (#1228) | Brandon Wong | 2025-04-13 | 2 | -0/+36 |
| | | |||||
| * | fix: Dont download html content by default in the bookmark grid. Fixes #1198 | Mohamed Bassem | 2025-04-13 | 12 | -25/+58 |
| | | |||||
| * | fix(landing): Add missing title tag | Mohamed Bassem | 2025-04-13 | 1 | -0/+1 |
| | | |||||
| * | fix(mcp): Allow accessing asset extracted content in MCP | Mohamed Bassem | 2025-04-13 | 2 | -2/+2 |
| | | |||||
| * | feat: Allow editing the extracted content of an asset bookmark | Mohamed Bassem | 2025-04-13 | 2 | -6/+32 |
| | | |||||
| * | fix(mcp): compact the response of get bookmark lists | Mohamed Bassem | 2025-04-13 | 5 | -101/+99 |
| | | |||||
| * | ui(web): Copy link button greyed out when clipboard not available (#1209) | ekambains | 2025-04-13 | 1 | -0/+2 |
| | | | | | | * ui(web): Now the copy link button is greyed out when clipboard is not available * Fix: handled navigator check safely | ||||
| * | fix(mcp): Reduce token usage of the MCP server | Mohamed Bassem | 2025-04-13 | 3 | -7/+131 |
| | | |||||
| * | feat(mobile/android): Add monochrome app icon (#1258) | Steffo | 2025-04-13 | 1 | -1/+2 |
| | | |||||
| * | fix(web): fit popover content box to emoji picker size (#1257) | Mark :) | 2025-04-13 | 1 | -1/+1 |
| | | |||||
| * | feat: Add an MCP server for karakeep | Mohamed Bassem | 2025-04-13 | 15 | -4/+535 |
| | | |||||
| * | feat(web): Optionally add short description to lists (#1225) | ekambains | 2025-04-12 | 3 | -1/+29 |
| | | | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix(landing): Made the year in footer dynamic (#1223) | ekambains | 2025-04-12 | 1 | -1/+3 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 159 | -357/+358 |
| | | |||||
| * | fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵ | MohamedBassem | 2025-04-08 | 2 | -4/+4 |
| | | | | | updateBookmark | ||||
| * | feat: Allow editing bookmark details | MohamedBassem | 2025-04-08 | 9 | -75/+504 |
| | | |||||
| * | chore: update repo release url to karakeep (#1210) | Meysam | 2025-04-07 | 1 | -2/+2 |
| | | |||||
| * | fix: Do clientside import dedup and parallelize import calls | MohamedBassem | 2025-04-07 | 2 | -24/+102 |
| | | |||||
| * | feat: Add a search matcher for rss feed bookmarks | MohamedBassem | 2025-04-06 | 2 | -0/+13 |
| | | |||||
| * | feat(web): A slightly better looking banner when no bookmarks are found | MohamedBassem | 2025-04-06 | 3 | -1/+27 |
| | | |||||
| * | fix(web): Get rid of focus rings for ghost buttons | MohamedBassem | 2025-04-06 | 1 | -1/+2 |
| | | |||||
| * | refactor: Migrate the landing page from nextjs to vite | MohamedBassem | 2025-04-06 | 19 | -121/+129 |
| | | |||||
| * | fix(web): Line clamp sidebar items to a single line | MohamedBassem | 2025-04-06 | 1 | -1/+3 |
| | | |||||
| * | release(extension): Release version 1.2.4 | MohamedBassem | 2025-04-06 | 1 | -1/+1 |
| | | |||||
| * | fix(extenion): Added white icon for dark mode users (#1176) | Lukas | 2025-04-06 | 4 | -1/+18 |
| | | |||||
