aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-186-7/+28
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-161-12/+16
|
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-135-3/+16
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-1212-16/+16
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-112-0/+28
|
* feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2025-03-091-0/+19
| | | Proxy to the TRPC Summarize mutation for use in the public API
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-232-3/+3
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+54
|
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+39
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-042-0/+73
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-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>
* fix(api): Return 201 from highlights creation and fix docs for PATCH ↵Mohamed Bassem2024-12-301-1/+1
| | | | /lists/[listId]
* feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem2024-12-274-4/+100
|
* feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem2024-10-203-0/+54
|
* feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2024-10-207-34/+151
|
* feature: Add APIs to create new lists and bookmarksMohamed Bassem2024-10-202-0/+24
|
* fix: Better handling for body JSON parsing errorsMohamed Bassem2024-10-201-1/+22
|
* feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-204-2/+48
|
* feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-205-0/+112
|
* featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem2024-10-204-0/+212