vmail/frontend
oiov 00a8eb89d0
Some checks failed
Deploy to Cloudflare / Check for Cloudflare Credentials (push) Has been cancelled
Deploy to Cloudflare / Deploy (push) Has been cancelled
feat: add OpenAPI access control and configuration
- Introduced `openApiEnabled` configuration in the app settings.
- Implemented middleware to restrict access to API routes when OpenAPI is disabled.
- Updated API key creation logic to check OpenAPI status before proceeding.
- Added user feedback for disabled API access in the frontend.
- Created tests for OpenAPI functionality and response handling.
- Updated environment configuration to include `ENABLE_OPENAPI` variable.
2026-04-23 20:37:50 +08:00
..
build/client feat: add OpenAPI access control and configuration 2026-04-23 20:37:50 +08:00
public feat: update API documentation and add "Copy Markdown" functionality 2026-04-04 22:01:37 +08:00
src feat: add OpenAPI access control and configuration 2026-04-23 20:37:50 +08:00
index.html Add multilingual support and API documentation updates 2026-02-11 17:07:36 +08:00
package.json feat: 将数据库模块迁移至 worker 服务,并实现 D1 数据库自动迁移 2025-10-17 05:33:12 +08:00
postcss.config.js feat: 参照Remix结构添加全局布局,修复深色主题和页面结构,并修复部署报错 2025-10-17 05:23:02 +08:00
tailwind.config.ts feat: 参照Remix结构添加全局布局,修复深色主题和页面结构,并修复部署报错 2025-10-17 05:23:02 +08:00
vite.config.ts feat: 前端由 Remix 迁移至 Vite-React 以适应单 Worker 架构 fix: 修复 API 调用逻辑并简化前端部署 2025-10-17 05:11:38 +08:00