aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1 (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem24-933/+0
(#1432) * Setup Hono and migrate the highlights API there * Implement the tags and lists endpoint * Implement the bookmarks and users endpoints * Add the trpc error code adapter * Remove the old nextjs handlers * fix api key not found handling * Fix trpc error handling * Fix 204 handling * Fix search ordering * Implement the singlefile endpoint * Implement the asset serving endpoints * Implement webauth * Add hono as a catch all route under api * fix tests
2025-05-18feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz6-7/+28
* feat(api): enable `?sortOrder=` for relevant resources * fix tests
2025-04-16fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem1-12/+16
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem5-3/+16
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem12-16/+16
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2-0/+28
2025-03-09feat: Expose bookmark summarization in the API (#1088)erik-nilcoast1-0/+19
Proxy to the TRPC Summarize mutation for use in the public API
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2-3/+3
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-0/+54
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-0/+39
2025-01-04feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2-0/+73
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem1-3/+3
* 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>
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH ↵Mohamed Bassem1-1/+1
/lists/[listId]
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem4-4/+100
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem3-0/+54
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem7-34/+151
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem2-0/+24
2024-10-20fix: Better handling for body JSON parsing errorsMohamed Bassem1-1/+22
2024-10-20feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem4-2/+48
2024-10-20feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem5-0/+112
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem4-0/+212