Commit Graph

  • 932bc192fa feat: integrate Geist font and enhance layout with utility classes MythEclipse 2026-05-07 22:30:50 +07:00
  • f691476046 fix: prevent encoding issues by removing problematic headers in relay responses MythEclipse 2026-05-07 22:25:39 +07:00
  • 1a0a947674 Refactor code structure for improved readability and maintainability MythEclipse 2026-05-07 22:22:35 +07:00
  • 83e66805c4 refactor: remove Tailwind CSS configuration and update dependencies MythEclipse 2026-05-07 21:34:39 +07:00
  • 001bba1d24 fix: add CORS headers to relay responses and OPTIONS method handling MythEclipse 2026-05-07 21:31:00 +07:00
  • 7416bfb2bd feat: migrate proxy logic to new structure and implement new relay route MythEclipse 2026-05-07 21:26:27 +07:00
  • 083d77e252 fix: migrate proxy handler logic from pages/api/proxy.ts to app/api/proxy/route.ts and remove old file MythEclipse 2026-05-07 21:22:30 +07:00
  • 52845da832 fix: update proxy configuration to use 'config' export and move allowed methods inside handler MythEclipse 2026-05-07 21:20:31 +07:00
  • 751eb083c4 fix: migrate proxy route logic from route.ts to pages/api/proxy.ts MythEclipse 2026-05-07 21:19:20 +07:00
  • f3ec82cbbf fix: replace stripRelayHeaders with filterHeaders and add BLOCKED_HEADERS set MythEclipse 2026-05-07 21:16:31 +07:00
  • f2ebba51bb fix: remove commented console log for request headers in Home component MythEclipse 2026-05-07 21:11:44 +07:00
  • 3fdbaf3ced fix: update .gitignore and tsconfig for Next.js compatibility MythEclipse 2026-05-07 21:09:09 +07:00
  • 9d1ef77cda fix: update duplex type assertion in buildRelayRequest function MythEclipse 2026-05-07 21:07:39 +07:00
  • b11763a7ab fix: update devDependencies to include TypeScript and type definitions for React MythEclipse 2026-05-07 21:05:58 +07:00
  • e553ed3e02 fix: update PostCSS configuration to correctly reference '@tailwindcss/postcss' MythEclipse 2026-05-07 21:04:45 +07:00
  • 262dbfafbe chore: migrate PostCSS and Tailwind configuration to .mjs format MythEclipse 2026-05-07 21:03:30 +07:00
  • b0dde3c885 refactor: migrate to Next.js with edge functions and update relay utilities MythEclipse 2026-05-07 20:59:23 +07:00
  • 4c30f2a6e1 chore: remove index.html and update vercel.json for API routing MythEclipse 2026-05-07 20:45:18 +07:00
  • db175e6e95 fix: update fetch options to include target URL in buildRelayRequest MythEclipse 2026-05-07 20:43:09 +07:00
  • cc38b7c7c6 feat: add isAllowedTarget function to validate URL protocols MythEclipse 2026-05-07 20:37:10 +07:00
  • 9e2f4d39b1 feat: implement API handler for edge runtime with method validation and target normalization MythEclipse 2026-05-07 20:35:18 +07:00
  • a6333750e4 feat: update project structure and enhance UI for Edge Proxy Test MythEclipse 2026-05-07 20:26:51 +07:00
  • 9c05003e70 fix: remove .vercelignore file MythEclipse 2026-05-07 20:15:27 +07:00
  • 7df78ad117 fix: remove rewrites configuration from vercel.json MythEclipse 2026-05-07 20:14:43 +07:00
  • c0bfce3d26 Revert "feat: update build output directory to 'dist' in package.json and set outputDirectory in vercel.json" MythEclipse 2026-05-07 20:13:41 +07:00
  • 149a646fea fix: correct typo in comment for allowed methods MythEclipse 2026-05-07 20:08:04 +07:00
  • 9759d63b38 feat: add index.html for Edge Proxy Relay interface and remove rewrites from vercel.json MythEclipse 2026-05-07 20:03:57 +07:00
  • 49f50b7aa8 fix: update fetch request URL to use '/api' endpoint MythEclipse 2026-05-07 20:00:43 +07:00
  • e5de4bbbfb fix: update fetch API endpoint and adjust rewrites in vercel.json MythEclipse 2026-05-07 19:59:34 +07:00
  • 6f28d18b95 feat: refactor header handling and update module path in package.json MythEclipse 2026-05-07 19:55:39 +07:00
  • 1b86a33b4e fix: remove functions configuration from vercel.json MythEclipse 2026-05-07 19:54:25 +07:00
  • 8e0cf9d0f3 fix: update import path for relay-utils and restore functions configuration in vercel.json MythEclipse 2026-05-07 19:53:20 +07:00
  • 212ce32480 feat: implement Edge Proxy Relay with request handling and header filtering MythEclipse 2026-05-07 19:49:52 +07:00
  • d8e1e125b1 feat: update vercel.json to restore build and install commands, and adjust routing configuration MythEclipse 2026-05-07 19:46:08 +07:00
  • 4cf3a520d5 feat: add index.html for Edge Proxy Relay interface with request handling MythEclipse 2026-05-07 19:46:00 +07:00
  • cfbc4609b5 feat: update build output directory to 'dist' in package.json and set outputDirectory in vercel.json MythEclipse 2026-05-07 19:41:56 +07:00
  • 2a82012910 feat: simplify vercel.json by removing function configuration and updating bunVersion MythEclipse 2026-05-07 19:39:31 +07:00
  • 098eabe5bf feat: add 'api' directory to .gitignore and update build script in package.json MythEclipse 2026-05-07 19:32:04 +07:00
  • c49c1d7441 feat: add schema and bunVersion to vercel.json configuration MythEclipse 2026-05-07 19:28:51 +07:00
  • 42cf7a89c7 feat: add function configuration for Bun runtime in vercel.json MythEclipse 2026-05-07 19:26:05 +07:00
  • b4f5bad19d feat: enhance request handling with method validation and target URL checks MythEclipse 2026-05-07 19:22:28 +07:00
  • 9448a9cc7a feat: add code-review-graph integration and update project configuration MythEclipse 2026-05-07 19:13:00 +07:00
  • 86ca59ad8e refactor: restructure project by moving and renaming files, and implementing relay utilities MythEclipse 2026-05-07 19:12:46 +07:00
  • a4fcbbcca9 initial commit for proxy-bun MythEclipse 2026-05-07 18:42:09 +07:00