SunWuyuan
|
3bff254a22
|
Implement device authentication middleware and Prisma model for device management. Update routes to include device info retrieval and password management, enhancing security and functionality.
|
2025-05-17 20:02:55 +08:00 |
|
SunWuyuan
|
69887f9c47
|
Update batch rate limiter in rateLimiter.js to allow 10 operations per minute instead of 5, enhancing throughput for bulk operations.
|
2025-05-11 13:50:22 +08:00 |
|
SunWuyuan
|
810491fd2f
|
Enable static file serving in app.js , implement a batch import endpoint in kv.js for bulk key-value pair uploads, and add a corresponding rate limiter. Enhance the front-end in index.ejs with a form for batch data import and improve styling for better user experience.
|
2025-05-11 12:04:06 +08:00 |
|
SunWuyuan
|
6897a082e7
|
Integrate OpenTelemetry instrumentation into app.js , add global and method-based rate limiting middleware, and enhance CORS configuration. Update package.json to include new dependencies for OpenTelemetry and rate limiting tests.
|
2025-05-11 11:30:26 +08:00 |
|
SunWuyuan
|
4c8e38e805
|
Refactor app.js to streamline routing by removing unused API endpoints and integrating the KV store router directly. Clean up errorHandler.js by removing unnecessary comments and imports.
|
2025-05-10 13:50:19 +08:00 |
|
SunWuyuan
|
eeacc317a9
|
将 app.js 重构为 ES 模块,新增 KV 存储功能,并实现请求超时中间件。更新 package.json 中的依赖项并移除未使用的路由。完善 README ,补充项目特性与安装使用说明。
|
2025-05-10 13:47:02 +08:00 |
|