aboutsummaryrefslogtreecommitdiffstats
path: root/packages/e2e_tests/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem2025-06-211-0/+8
|
* deps: upgrade to pnpm@9.15.9 (#1544)xuatz2025-06-081-2/+2
| | | | | | | | | | | | | * feat: upgrade to pnpm@9.15.9 * extra stuff * unpin mobile deps * unpin root package.json deps too --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem2025-06-011-35/+239
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-0/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Bassem2025-05-311-0/+155
| | | | | | | | | | | * 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 tagMohamed Bassem2025-05-181-21/+6
|
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#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
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-217-25/+25
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* tests: Add some simple crawler testsMohamed Bassem2025-04-161-0/+100
|
* fix: Add password salt to the user tableMohamed Bassem2025-04-151-2/+2
|
* feat: Add an MCP server for karakeepMohamed Bassem2025-04-131-0/+1
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-126-6/+12
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-111-0/+102
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+51
|
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+109
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-041-0/+162
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-0/+47
| | | | | | | | | | | | | | | | | | | * 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>
* chore: Setup and add e2e tests for the API endpointsMohamed Bassem2024-12-305-0/+1064