aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/hoarder-openapi-spec.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-2901/+0
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-161-0/+55
|
* feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem2025-04-131-0/+8
|
* feat: Add an MCP server for karakeepMohamed Bassem2025-04-131-0/+638
|
* feat(web): Optionally add short description to lists (#1225)ekambains2025-04-121-0/+15
| | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* build: Regenerate the openapi specs and sdkMohamedBassem2025-04-081-0/+28
|
* feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast2025-03-221-0/+16
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-111-0/+96
|
* fix: Resync the openapi specMohamed Bassem2025-03-091-8/+5
|
* feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2025-03-091-0/+79
| | | Proxy to the TRPC Summarize mutation for use in the public API
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* ci: Fix build by regenerating the open API specMohamed Bassem2025-02-021-0/+4
|
* feat(api): Expose the modifiedAt date in the bookmarks APIMohamed Bassem2025-02-011-0/+10
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+6
|
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+52
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-041-0/+163
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-0/+28
| | | | | | | | | | | | | | | | | | | * 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 Bassem2024-12-301-3/+1
| | | | /lists/[listId]
* fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2024-12-281-2/+4
|
* docs: Fix missing docs for highlights APIsMohamed Bassem2024-12-271-0/+255
|
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-271-0/+93
|
* fix: Fix homepage not loading when hitting adding invalid URL during ↵Mohamed Bassem2024-11-171-6/+3
| | | | crawling. Fixes #626
* feature: Allow setting bookmark metadata during creationMohamed Bassem2024-11-171-109/+79
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-0/+9
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Fix build by regenerating the openai specMohamed Bassem2024-10-271-0/+12
|
* api: Add tag ids and support variable baseURLMohamed Bassem2024-10-201-1/+67
|
* docs: Generate OpenAPI docsMohamed Bassem2024-10-201-0/+1297