aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix migration failing when no user settings are set. fixes #1919 (#1920)Gavin Mogan2025-09-091-6/+6
|
* fix: Get rid of the userSetting table completelyMohamedBassem2025-08-034-29/+2343
|
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-024-1/+2346
|
* chore: More turbo fixesMohamedBassem2025-07-275-12/+23
|
* fix: Ensure that all packages are ESM packagesMohamedBassem2025-07-271-0/+1
|
* deps: Upgrade viteMohamed Bassem2025-07-261-1/+1
|
* feat: Allow setting browserless crawling per userMohamed Bassem2025-07-194-0/+2354
|
* feat: Allow enabling journaling mode on the dbMohamed Bassem2025-07-191-0/+12
|
* Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem2025-07-131-3/+12
| | | | This reverts commit 4ba3e8047a5b1f160169617187436c09e91662ec.
* fix: Fix the types of the bookmark types in the db queryMohamed Bassem2025-07-131-12/+3
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-134-0/+2417
|
* deps: Upgrade drizzleMohamed Bassem2025-07-121-2/+2
|
* feat: Support forget and reset passwordMohamed Bassem2025-07-124-0/+2251
|
* feat: Add invite user supportMohamed Bassem2025-07-104-0/+2174
|
* feat: Store large html content in the asset dbMohamed Bassem2025-07-064-1/+2063
|
* chore: Excluded unneeded docker context using dockerignoreMohamed Bassem2025-07-061-2/+2
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-064-0/+2060
|
* feat: Add per user storage quotaMohamed Bassem2025-07-064-0/+2052
|
* feat: Add per user bookmark count quotaMohamed Bassem2025-07-044-0/+2045
|
* chore: More oxlint changesMohamed Bassem2025-06-221-4/+1
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-222-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 Bassem2025-06-014-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)xuatz2025-06-014-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 Bassem2025-05-314-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 Gentile2025-05-241-1/+1
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-245-1/+2042
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-184-0/+1978
|
* feat: Allow enabling/disabling RSS feedsMohamed Bassem2025-05-174-0/+1968
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-274-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)adripo2025-04-211-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 endpointsMohamed Bassem2025-04-161-1/+1
|
* fix: Add password salt to the user tableMohamed Bassem2025-04-154-1/+1695
|
* feat(web): Optionally add short description to lists (#1225)ekambains2025-04-124-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 karakeepMohamedBassem2025-04-124-10/+10
|
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-224-0/+1685
|
* feat: Add support for 'ai tagged' as a webhook trigger. Fixes #1092Mohamed Bassem2025-03-071-2/+1
|
* refactor: Move the list logic into a separate modelMohamed Bassem2025-03-022-0/+2
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-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 #962Mohamed Bassem2025-02-021-1/+1
|
* feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem2025-02-014-0/+1659
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-196-0/+3319
|
* feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem2025-01-124-2/+1572
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+2
|
* Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2025-01-021-1/+1
| | | This reverts commit 39358b1517a06b90b9886a648ce1c595d1556c8e.
* ci: Run tests on push (#807)Mohamed Bassem2025-01-021-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 Bassem2025-01-024-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 schemaMohamed Bassem2025-01-012-61/+48
|
* deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2024-12-291-1/+1
|
* feat: Implement highlights support for links. Fixes #620Mohamed Bassem2024-12-276-0/+3108
|
* feature: Store crawling status code and allow users to find broken links. ↵Mohamed Bassem2024-12-084-0/+1421
| | | | Fixes #169