| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(api): Return 200 when bookmark already exists instead of 200 | Mohamed Bassem | 2025-10-11 | 1 | -1/+9 |
| | | |||||
| * | fix(api): Document the API for getting lists of a bookmark. fixes #2030 | Mohamed Bassem | 2025-10-11 | 6 | -50/+90 |
| | | |||||
| * | feat: Add tag search and pagination (#1987) | Mohamed Bassem | 2025-09-28 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Add tag search and use in the homepage * use paginated query in the all tags view * wire the load more buttons * add skeleton to all tags page * fix attachedby aggregation * fix loading states * fix hasNextPage * use action buttons for load more buttons * migrate the tags auto complete to the search api * Migrate the tags editor to the new search API * Replace tag merging dialog with tag auto completion * Merge both search and list APIs * fix tags.list * add some tests for the endpoint * add relevance based sorting * change cursor * update the REST API * fix review comments * more fixes * fix lockfile * i18n * fix visible tags | ||||
| * | feat(api): Expose the update user API in the openapi specs | Mohamed Bassem | 2025-07-12 | 1 | -0/+100 |
| | | |||||
| * | docs: Add asset APIs to the openapi spec | Mohamed Bassem | 2025-06-07 | 2 | -11/+78 |
| | | |||||
| * | feat(api): Expose the endpoint to create a new tag | Mohamed Bassem | 2025-05-18 | 1 | -1/+32 |
| | | |||||
| * | feat(api): enable ?sortOrder= for relevant resources (#1398) | xuatz | 2025-05-18 | 3 | -6/+30 |
| | | | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests | ||||
| * | fix(api): make PUT bookmark to a list idempotent (#1427) | xuatz | 2025-05-17 | 1 | -8/+0 |
| | | | | | | * fix(api): make duplicate PUT /lists/:id/bookmarks/:id as allowed operation * apply pr comments | ||||
| * | fix: Add includeContent to search endpoint and document it in the docs | Mohamed Bassem | 2025-04-16 | 4 | -6/+27 |
| | | |||||
| * | feat: Add an MCP server for karakeep | Mohamed Bassem | 2025-04-13 | 5 | -0/+242 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 6 | -6/+6 |
| | | |||||
| * | feat: Add endpoints for whoami and user stats. Fixes #1113 | Mohamed Bassem | 2025-03-11 | 1 | -0/+55 |
| | | |||||
| * | feat: Expose bookmark summarization in the API (#1088) | erik-nilcoast | 2025-03-09 | 1 | -0/+23 |
| | | | | Proxy to the TRPC Summarize mutation for use in the public API | ||||
| * | feat: Expose the search functionality in the REST API | Mohamed Bassem | 2025-01-05 | 1 | -0/+26 |
| | | |||||
| * | feat: Expose asset manipulation endpoints in the REST API | Mohamed Bassem | 2025-01-04 | 1 | -0/+92 |
| | | |||||
| * | feat: Add support for smart lists (#802) | Mohamed Bassem | 2025-01-02 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | fix(api): Return 201 from highlights creation and fix docs for PATCH ↵ | Mohamed Bassem | 2024-12-30 | 1 | -1/+1 |
| | | | | | /lists/[listId] | ||||
| * | feat: Add REST APIs for manipulating highlights. Fixes #620 | Mohamed Bassem | 2024-12-27 | 2 | -0/+185 |
| | | |||||
| * | api: Add tag ids and support variable baseURL | Mohamed Bassem | 2024-10-20 | 3 | -0/+20 |
| | | |||||
| * | chore: Define hoarder's rest API in zod format | Mohamed Bassem | 2024-10-20 | 5 | -0/+586 |
