| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(tests): Load plugins on API package entrypoint | MohamedBassem | 2025-07-27 | 2 | -0/+4 |
| | | |||||
| * | feat: Support NO_COLOR for logging. Fixes #1778 | MohamedBassem | 2025-07-27 | 1 | -2/+7 |
| | | |||||
| * | chore: More turbo fixes | MohamedBassem | 2025-07-27 | 1 | -2/+2 |
| | | |||||
| * | fix: Fix package boundary violations | MohamedBassem | 2025-07-27 | 1 | -0/+3 |
| | | |||||
| * | fix: Add karakeep_ prefix to hono's metrics | Mohamed Bassem | 2025-07-26 | 1 | -0/+1 |
| | | |||||
| * | deps: Upgrade vite | Mohamed Bassem | 2025-07-26 | 1 | -1/+1 |
| | | |||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 2 | -1/+47 |
| | | |||||
| * | feat(api): Expose the update user API in the openapi specs | Mohamed Bassem | 2025-07-12 | 3 | -0/+48 |
| | | |||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 1 | -6/+8 |
| | | |||||
| * | fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709 | Mohamed Bassem | 2025-07-10 | 1 | -0/+6 |
| | | |||||
| * | feat: Add prometheus monitoring. Fixes #758 | Mohamed Bassem | 2025-07-06 | 4 | -1/+54 |
| | | |||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 1 | -1/+16 |
| | | |||||
| * | feat: Add support for S3 as an asset storage layer (#1703) | Mohamed Bassem | 2025-07-04 | 2 | -3/+3 |
| | | | | | | | | | | * feat: Add support for S3 as an asset storage layer. Fixes #305 * some minor fixes * use bulk deletion api * stream the file to s3 | ||||
| * | refactor: Move the health endpoint to hono as well | Mohamed Bassem | 2025-07-04 | 2 | -0/+18 |
| | | |||||
| * | refactor: Move the trpc endpoint to hono | Mohamed Bassem | 2025-07-04 | 3 | -0/+31 |
| | | |||||
| * | chore: More oxlint changes | Mohamed Bassem | 2025-06-22 | 1 | -4/+1 |
| | | |||||
| * | chore: migrate away from eslint to oxlint (#1642) | xuatz | 2025-06-22 | 2 | -9/+24 |
| | | | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals | ||||
| * | fix: Change public image's signed tokens to be time aligned for better caching | Mohamed Bassem | 2025-06-21 | 1 | -0/+2 |
| | | |||||
| * | feat(ui): Improve the look of the public bookmarks page | Mohamed Bassem | 2025-06-07 | 1 | -6/+11 |
| | | |||||
| * | fix: Use a new public list metadata endpoint for metadata generation | Mohamed Bassem | 2025-06-07 | 2 | -42/+51 |
| | | |||||
| * | feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125 | Mohamed Bassem | 2025-06-01 | 1 | -1/+68 |
| | | |||||
| * | feat: Add support for public lists (#1511) | Mohamed Bassem | 2025-06-01 | 5 | -54/+113 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests | ||||
| * | feat: Generate RSS feeds from lists (#1507) | Mohamed Bassem | 2025-05-31 | 5 | -2/+126 |
| | | | | | | | | | | | | * 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 | ||||
| * | feat(api): Expose the endpoint to create a new tag | Mohamed Bassem | 2025-05-18 | 1 | -1/+11 |
| | | |||||
| * | refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵ | Mohamed Bassem | 2025-05-18 | 14 | -0/+882 |
| (#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 | |||||
