aboutsummaryrefslogtreecommitdiffstats
path: root/packages/open-api/karakeep-openapi-spec.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add asset APIs to the openapi specMohamed Bassem2025-06-071-13/+102
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* build: Regen openAPI specMohamed Bassem2025-05-181-2/+32
|
* feat(api): Expose the endpoint to create a new tagMohamed Bassem2025-05-181-1/+68
|
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-181-4/+57
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* fix(api): make PUT bookmark to a list idempotent (#1427)xuatz2025-05-171-22/+0
| | | | | * fix(api): make duplicate PUT /lists/:id/bookmarks/:id as allowed operation * apply pr comments
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-0/+2901
* refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>