aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sdk/src/karakeep-api.d.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* release(sdk): Release the 0.26 sdkMohamed Bassem2025-07-201-3/+239
|
* feat(api): Expose the endpoint to create a new tagMohamed Bassem2025-05-181-2/+38
|
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-181-16/+8
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-211-0/+1843
* refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>