| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | release(cli): Bump CLI version to 0.25.0 | Mohamed Bassem | 2025-06-15 | 1 | -1/+1 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 6 | -21/+22 |
| | | |||||
| * | deps: Upgrade trpc and react query | Mohamed Bassem | 2025-03-22 | 1 | -2/+2 |
| | | |||||
| * | fix: Revert the accidental upgrade of deps. #1107 | Mohamed Bassem | 2025-03-10 | 1 | -1/+1 |
| | | |||||
| * | build(deps-dev): bump vite from 5.1.4 to 5.4.12 (#1103) | dependabot[bot] | 2025-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | fix: Fix node22 error in worker container. Fixes #962 | Mohamed Bassem | 2025-02-02 | 1 | -1/+1 |
| | | |||||
| * | fix(sdk): Publish both esm and cjs modules for the sdk | Mohamed Bassem | 2025-01-05 | 1 | -1/+4 |
| | | |||||
| * | feat(cli): Add title option for bookmarks in CLI commands (#831) | Subodh Dahal | 2025-01-05 | 1 | -3/+4 |
| | | |||||
| * | feat: Add support for smart lists (#802) | Mohamed Bassem | 2025-01-02 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | chore: add format:fix and lint:fix scripts to all packages | Mohamed Bassem (aider) | 2024-12-31 | 1 | -0/+2 |
| | | |||||
| * | release(cli): Bump CLI version to 0.20.0 | Mohamed Bassem | 2024-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix: Improve field names in the tag APIs | Mohamed Bassem | 2024-10-20 | 1 | -2/+2 |
| | | |||||
| * | feature(cli): Add ability to get all bookmark IDs of a list. Fixes #442 (#446) | kamtschatka | 2024-10-05 | 1 | -0/+18 |
| | | | | Added a command that returns the ids of the bookmarks in a list | ||||
| * | build: Fix sherif failures by sorting deps | MohamedBassem | 2024-08-31 | 1 | -1/+1 |
| | | |||||
| * | cli: Extract tag management into separate subcommand | MohamedBassem | 2024-07-27 | 2 | -21/+20 |
| | | |||||
| * | release(cli): Bump CLI version to 0.13.6 | MohamedBassem | 2024-07-27 | 1 | -1/+1 |
| | | |||||
| * | feature(cli): Allow updating tags/lists from CLI (#211) | kamtschatka | 2024-07-27 | 2 | -28/+118 |
| | | | | | | | | | | | | | * Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) | kamtschatka | 2024-07-13 | 1 | -0/+1 |
| | | | | limiting the length of the URL for batched requests to prevent 431 errors | ||||
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 1 | -5/+8 |
| | | | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | release(cli): Bump CLI version to 0.13.5 | MohamedBassem | 2024-06-09 | 1 | -1/+1 |
| | | |||||
| * | release(cli): Bump CLI version to 0.13.4 | MohamedBassem | 2024-06-09 | 1 | -1/+1 |
| | | |||||
| * | fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181) | kamtschatka | 2024-06-09 | 7 | -78/+241 |
| | | | | | | | | | | | | * bookmark list output is not a valid JSON #150 Reworked the cli to switch over to json output * changed the logging to log created bookmarks as an array switch all log output that is just a status to stderr --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | fix(cli): Fix CLI version in help message. Fixes #139 | MohamedBassem | 2024-06-09 | 4 | -2/+21 |
| | | |||||
| * | fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent ↵ | kamtschatka | 2024-05-24 | 1 | -0/+1 |
| | | | | | | infinite loops (#176) Co-authored-by: kamtschatka <simon.schatka@gmx.at> | ||||
| * | docs: Change references from the old repo URL to the new one | MohamedBassem | 2024-05-19 | 1 | -1/+1 |
| | | |||||
| * | fix(cli): Remove limit from array length when listing bookmarks. Fixes #135 | MohamedBassem | 2024-05-05 | 2 | -3/+5 |
| | | |||||
| * | build: Add a workflow to auto publish the CLI to npm | MohamedBassem | 2024-05-05 | 1 | -1/+1 |
| | | |||||
| * | fix(cli): Allow bookmark listing to fetch all pages instead of only the ↵ | MohamedBassem | 2024-05-05 | 2 | -4/+17 |
| | | | | | first one. Fixes #135 | ||||
| * | style(cli): Change all help messages to lowercase | MohamedBassem | 2024-04-24 | 5 | -31/+31 |
| | | |||||
| * | build(cli): Prepare for publishing CLI to npm | MohamedBassem | 2024-04-24 | 12 | -23/+66 |
| | | |||||
| * | feature(cli): Add ability to manipulate lists, tags and update bookmarks | MohamedBassem | 2024-04-24 | 5 | -4/+146 |
| | | |||||
| * | refactor: Move the shared types to the shared package | MohamedBassem | 2024-04-18 | 2 | -1/+2 |
| | | |||||
| * | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 2024-04-02 | 1 | -1/+1 |
| | | |||||
| * | featuer: Introduce a new CLI for mass manipulation of bookmarks | MohamedBassem | 2024-04-02 | 7 | -0/+237 |
