aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/api/v1/lists (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-184-135/+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
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-181-2/+2
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-131-1/+2
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-122-2/+2
|
* 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>
* feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem2024-10-201-0/+18
|
* feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem2024-10-203-17/+58
|
* feature: Add APIs to create new lists and bookmarksMohamed Bassem2024-10-201-0/+12
|
* feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-201-0/+16
|
* feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem2024-10-202-0/+47