| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: fix migration failing when no user settings are set. fixes #1919 (#1920) | Gavin Mogan | 2025-09-09 | 1 | -6/+6 |
| | | |||||
| * | fix: Get rid of the userSetting table completely | MohamedBassem | 2025-08-03 | 4 | -29/+2343 |
| | | |||||
| * | feat: Drop support for time bounded invitations | MohamedBassem | 2025-08-02 | 4 | -1/+2346 |
| | | |||||
| * | chore: More turbo fixes | MohamedBassem | 2025-07-27 | 5 | -12/+23 |
| | | |||||
| * | fix: Ensure that all packages are ESM packages | MohamedBassem | 2025-07-27 | 1 | -0/+1 |
| | | |||||
| * | deps: Upgrade vite | Mohamed Bassem | 2025-07-26 | 1 | -1/+1 |
| | | |||||
| * | feat: Allow setting browserless crawling per user | Mohamed Bassem | 2025-07-19 | 4 | -0/+2354 |
| | | |||||
| * | feat: Allow enabling journaling mode on the db | Mohamed Bassem | 2025-07-19 | 1 | -0/+12 |
| | | |||||
| * | Revert "fix: Fix the types of the bookmark types in the db query" | Mohamed Bassem | 2025-07-13 | 1 | -3/+12 |
| | | | | | This reverts commit 4ba3e8047a5b1f160169617187436c09e91662ec. | ||||
| * | fix: Fix the types of the bookmark types in the db query | Mohamed Bassem | 2025-07-13 | 1 | -12/+3 |
| | | |||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 4 | -0/+2417 |
| | | |||||
| * | deps: Upgrade drizzle | Mohamed Bassem | 2025-07-12 | 1 | -2/+2 |
| | | |||||
| * | feat: Support forget and reset password | Mohamed Bassem | 2025-07-12 | 4 | -0/+2251 |
| | | |||||
| * | feat: Add invite user support | Mohamed Bassem | 2025-07-10 | 4 | -0/+2174 |
| | | |||||
| * | feat: Store large html content in the asset db | Mohamed Bassem | 2025-07-06 | 4 | -1/+2063 |
| | | |||||
| * | chore: Excluded unneeded docker context using dockerignore | Mohamed Bassem | 2025-07-06 | 1 | -2/+2 |
| | | |||||
| * | feat: Add a new timezone user setting | Mohamed Bassem | 2025-07-06 | 4 | -0/+2060 |
| | | |||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 4 | -0/+2052 |
| | | |||||
| * | feat: Add per user bookmark count quota | Mohamed Bassem | 2025-07-04 | 4 | -0/+2045 |
| | | |||||
| * | chore: More oxlint changes | Mohamed Bassem | 2025-06-22 | 1 | -4/+1 |
| | | |||||
| * | chore: migrate away from eslint to oxlint (#1642) | xuatz | 2025-06-22 | 2 | -7/+22 |
| | | | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals | ||||
| * | feat: Add support for public lists (#1511) | Mohamed Bassem | 2025-06-01 | 4 | -3/+2045 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests | ||||
| * | feat: add user customisable default archive display behaviour (#1505) | xuatz | 2025-06-01 | 4 | -1/+2033 |
| | | | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | feat: Generate RSS feeds from lists (#1507) | Mohamed Bassem | 2025-05-31 | 4 | -0/+2023 |
| | | | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint | ||||
| * | feat: Add "deleted" webhook event (#1464) | Salvatore Gentile | 2025-05-24 | 1 | -1/+1 |
| | | |||||
| * | feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662 | Mohamed Bassem | 2025-05-24 | 5 | -1/+2042 |
| | | |||||
| * | feat: Add AI auto summarization. Fixes #1163 | Mohamed Bassem | 2025-05-18 | 4 | -0/+1978 |
| | | |||||
| * | feat: Allow enabling/disabling RSS feeds | Mohamed Bassem | 2025-05-17 | 4 | -0/+1968 |
| | | |||||
| * | feat: Implement generic rule engine (#1318) | Mohamed Bassem | 2025-04-27 | 4 | -2/+2109 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | chore: rename missing files/conf from Hoarder to Karakeep (#1280) | adripo | 2025-04-21 | 1 | -1/+1 |
| | | | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | tests: Add tests for various trpc endpoints | Mohamed Bassem | 2025-04-16 | 1 | -1/+1 |
| | | |||||
| * | fix: Add password salt to the user table | Mohamed Bassem | 2025-04-15 | 4 | -1/+1695 |
| | | |||||
| * | feat(web): Optionally add short description to lists (#1225) | ekambains | 2025-04-12 | 4 | -0/+1686 |
| | | | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 4 | -10/+10 |
| | | |||||
| * | feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141) | erik-nilcoast | 2025-03-22 | 4 | -0/+1685 |
| | | |||||
| * | feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092 | Mohamed Bassem | 2025-03-07 | 1 | -2/+1 |
| | | |||||
| * | refactor: Move the list logic into a separate model | Mohamed Bassem | 2025-03-02 | 2 | -0/+2 |
| | | |||||
| * | feat: Add PDF screenshot generation and display (#995) | Ahmad Mujahid | 2025-02-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pdf2json to 3.1.5 * Extract and store a screenshot from PDF files using pdf2pic * Installing graphicsmagick and ghostscript * Generate Missing PDF screenshot with tidyAssets worker for backward support * Display PDF screenshot instead of the PDF in web if it exists. * Display PDF screenshot in mobile app if exists. * Updated pnpm-lock.yaml * Removed console.log * Revert the unnecessary changes in package.json * Revert pnpm-lock changes * Prevent rendering PDF files if the screenshot is not generated * refactor: replace useEffect with useMemo for section initialization * feat: show PDF file download button and handle large PDFs by defaulting to screenshot view * feat: add file size to openapi spec * feature: Add Assets preprocessing in fix mode to admin actions * i18n: add reprocess_assets_fix_mode translation * i18n: Add missing ar translations * A bunch of fixes * Fix openspec schema --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | fix: Fix node22 error in worker container. Fixes #962 | Mohamed Bassem | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | feat: Add a new modifiedAt field to bookmarks table. Fixes #952 | Mohamed Bassem | 2025-02-01 | 4 | -0/+1659 |
| | | |||||
| * | feat: Change webhooks to be configurable by users | Mohamed Bassem | 2025-01-19 | 6 | -0/+3319 |
| | | |||||
| * | feat: Support customizing the summarization prompt. Fixes #731 | Mohamed Bassem | 2025-01-12 | 4 | -2/+1572 |
| | | |||||
| * | feat: Add support for singlefile extension uploads. #172 | Mohamed Bassem | 2025-01-11 | 1 | -0/+2 |
| | | |||||
| * | Revert "ci: Run tests on push (#807)" (#808) | Mohamed Bassem | 2025-01-02 | 1 | -1/+1 |
| | | | | This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e. | ||||
| * | ci: Run tests on push (#807) | Mohamed Bassem | 2025-01-02 | 1 | -1/+1 |
| | | | | | | | | * ci: Run tests on push * disable drizzle logging in tests * run db migrations in trpc tests | ||||
| * | feat: Add support for smart lists (#802) | Mohamed Bassem | 2025-01-02 | 4 | -0/+1573 |
| | | | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com> | ||||
| * | refactor: Migrate from the deprecated drizzle-orm schema | Mohamed Bassem | 2025-01-01 | 2 | -61/+48 |
| | | |||||
| * | deps: Upgrade drizzle-orm to 0.38.3 | Mohamed Bassem | 2024-12-29 | 1 | -1/+1 |
| | | |||||
| * | feat: Implement highlights support for links. Fixes #620 | Mohamed Bassem | 2024-12-27 | 6 | -0/+3108 |
| | | |||||
| * | feature: Store crawling status code and allow users to find broken links. ↵ | Mohamed Bassem | 2024-12-08 | 4 | -0/+1421 |
| | | | | | Fixes #169 | ||||
