aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1 (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-18feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz6-7/+28
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
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
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem1-1/+1
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