aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): Load plugins on API package entrypointMohamedBassem2025-07-271-0/+1
|
* chore: More turbo fixesMohamedBassem2025-07-271-2/+2
|
* fix: Fix package boundary violationsMohamedBassem2025-07-271-0/+3
|
* deps: Upgrade viteMohamed Bassem2025-07-261-1/+1
|
* feat: Add prometheus monitoring. Fixes #758Mohamed Bassem2025-07-061-0/+1
|
* refactor: Move the trpc endpoint to honoMohamed Bassem2025-07-041-0/+1
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-9/+2
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-0/+2
| | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-181-0/+39
(#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